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

briandfoy / PerlPowerTools / 11045529278
63%

Build:
DEFAULT BRANCH: master
Ran 26 Sep 2024 04:28AM 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

26 Sep 2024 04:23AM UTC coverage: 73.069%. Remained the same
11045529278

push

github

web-flow
grep: add -L option (#745)

* GNU and BSD versions support -L which is the opposite of -l
* Using -L is easier than filtering grep -c output for 0
* Document that -L overrides -l and update usage string
* Bump version

%perl grep -c include ar a.c
ar:0
a.c:2
%perl grep -l include ar a.c
a.c
%perl grep -L include ar a.c
ar

350 of 479 relevant lines covered (73.07%)

4736.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11045529278.1 26 Sep 2024 04:28AM UTC 0
73.07
GitHub Action Run
Source Files on build 11045529278
Detailed source file information is not available for this build.
  • Back to Repo
  • e4c9d766 on github
  • Prev Build on master (#11022485509)
  • Next Build on master (#11064097756)
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