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

mknos / PerlPowerTools / 11790826188
73%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 12 Nov 2024 04:40AM 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

12 Nov 2024 04:38AM UTC coverage: 73.805%. Remained the same
11790826188

push

github

web-flow
grep: don't auto matically decompress

* When run on a binary file, grep should search it as a binary file
* Regular grep should not decompress a file (this version was decompressing based on file extension)
* Adopt the -Z flag from OpenBSD which makes grep behave as zgrep
* Sync POD manual

%gzip -9k ar # create ar.gz
%perl grep ar ar.gz # original filename stored in binary
grep: ar.gz: binary file matches
%perl grep perl ar.gz # no match
%perl grep -Z perl ar.gz # match after decompression
#!/usr/bin/perl
License: perl

355 of 481 relevant lines covered (73.8%)

47092.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11790826188.1 12 Nov 2024 04:40AM UTC 0
73.07
GitHub Action Run
2 11790826188.2 12 Nov 2024 04:40AM UTC 0
73.07
GitHub Action Run
3 11790826188.3 12 Nov 2024 04:40AM UTC 0
73.07
GitHub Action Run
4 11790826188.4 12 Nov 2024 04:40AM UTC 0
73.07
GitHub Action Run
5 11790826188.5 12 Nov 2024 04:40AM UTC 0
73.07
GitHub Action Run
6 11790826188.6 12 Nov 2024 04:40AM UTC 0
73.07
GitHub Action Run
7 11790826188.7 12 Nov 2024 04:40AM UTC 0
73.07
GitHub Action Run
8 11790826188.8 12 Nov 2024 04:40AM UTC 0
73.07
GitHub Action Run
9 11790826188.9 12 Nov 2024 04:41AM UTC 0
73.07
GitHub Action Run
10 11790826188.10 12 Nov 2024 04:41AM UTC 0
73.07
GitHub Action Run
Source Files on build 11790826188
Detailed source file information is not available for this build.
  • Back to Repo
  • 6deeabae on github
  • Prev Build on master (#11790608181)
  • Next Build on zgrep (#11790826187)
  • 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