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

mknos / PerlPowerTools / 11813721010
73%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 13 Nov 2024 08:51AM 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

13 Nov 2024 08:48AM UTC coverage: 73.805% (+0.7%) from 73.069%
11813721010

push

github

web-flow
grep: replace -1 with -m NUM

* Previously this grep had a -1 flag meaning one match per file
* The -1 flag is incompatible with GNU and BSD grep because they interpret -1 as -C 1, i.e. show one line of context around each match
* Implement the common way to limit matches by adding -m (maximum) option
* Allow -m0 because this is supported in the other versions
* test1: perl grep -1 pat file1 file2 ---> no longer supported
* test2: perl grep -m 2 pat file1 file2 ---> two matches per file

355 of 481 relevant lines covered (73.8%)

47092.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11813721010.1 13 Nov 2024 08:51AM UTC 0
73.07
GitHub Action Run
2 11813721010.2 13 Nov 2024 08:51AM UTC 0
73.07
GitHub Action Run
3 11813721010.3 13 Nov 2024 08:51AM UTC 0
73.07
GitHub Action Run
4 11813721010.4 13 Nov 2024 08:51AM UTC 0
73.07
GitHub Action Run
5 11813721010.5 13 Nov 2024 08:51AM UTC 0
73.07
GitHub Action Run
6 11813721010.6 13 Nov 2024 08:51AM UTC 0
73.07
GitHub Action Run
7 11813721010.7 13 Nov 2024 08:51AM UTC 0
73.07
GitHub Action Run
8 11813721010.8 13 Nov 2024 08:51AM UTC 0
73.07
GitHub Action Run
9 11813721010.9 13 Nov 2024 08:51AM UTC 0
73.07
GitHub Action Run
10 11813721010.10 13 Nov 2024 08:51AM UTC 0
73.07
GitHub Action Run
Source Files on build 11813721010
Detailed source file information is not available for this build.
  • Back to Repo
  • 10a5bd9c on github
  • Prev Build on master (#11813545420)
  • Next Build on grep-max (#11813721021)
  • 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