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

mknos / PerlPowerTools / 11772030997
73%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 11 Nov 2024 04:19AM UTC
Jobs 10
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:17AM UTC coverage: 73.805%. Remained the same
11772030997

push

github

web-flow
grep: search binary files

* 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

355 of 481 relevant lines covered (73.8%)

47092.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11772030997.1 11 Nov 2024 04:19AM UTC 0
73.07
GitHub Action Run
2 11772030997.2 11 Nov 2024 04:19AM UTC 0
73.07
GitHub Action Run
3 11772030997.3 11 Nov 2024 04:19AM UTC 0
73.07
GitHub Action Run
4 11772030997.4 11 Nov 2024 04:19AM UTC 0
73.07
GitHub Action Run
5 11772030997.5 11 Nov 2024 04:19AM UTC 0
73.07
GitHub Action Run
6 11772030997.6 11 Nov 2024 04:19AM UTC 0
73.07
GitHub Action Run
7 11772030997.7 11 Nov 2024 04:19AM UTC 0
73.07
GitHub Action Run
8 11772030997.8 11 Nov 2024 04:19AM UTC 0
73.07
GitHub Action Run
9 11772030997.9 11 Nov 2024 04:19AM UTC 0
73.07
GitHub Action Run
10 11772030997.10 11 Nov 2024 04:19AM UTC 0
73.07
GitHub Action Run
Source Files on build 11772030997
Detailed source file information is not available for this build.
  • Back to Repo
  • 811d032c on github
  • Prev Build on master (#11770142600)
  • Next Build on grep-binary (#11772030990)
  • Delete
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