• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

briandfoy / PerlPowerTools / 11772326264
63%

Build:
DEFAULT BRANCH: master
Ran 11 Nov 2024 04:51AM UTC
Jobs 1
Files 3
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Nov 2024 04:48AM UTC coverage: 73.069%. Remained the same
11772326264

push

github

web-flow
grep: search binary files (#795)

* When testing against OpenBSD and GNU versions, the meaning of -a is to list the matching lines of a binary file 
* Without -a, binary files should be searched but only a "Match" message should be printed
* Change the current meaning of -a to make this version more compatible
* Update pod manual and description in usage()

%perl grep BASH /bin/bash
grep: /bin/bash: binary file matches
%echo $?
0
%perl grep BASH /bin/echo
%echo $?
1
%perl grep -a BASH /bin/bash
/usr/share/bashdb/bashdb-main.inccannot start debugger; debugging mode disabledrbash/bin/shI have no name!??host??run_one_command-cENVBASH_ENVHISTFILEcannot set uid to %d:
...
%echo $?
0
%perl grep -a BASH /bin/echo
%echo $?
1

350 of 479 relevant lines covered (73.07%)

4736.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11772326264.1 11 Nov 2024 04:51AM UTC 0
73.07
GitHub Action Run
Source Files on build 11772326264
Detailed source file information is not available for this build.
  • Back to Repo
  • 3df6b6ea on github
  • Prev Build on master (#11772291570)
  • Next Build on master (#11772357361)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc