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

briandfoy / PerlPowerTools / 10350803722
62%

Build:
DEFAULT BRANCH: master
Ran 12 Aug 2024 11:16AM 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 Aug 2024 11:13AM UTC coverage: 73.805%. Remained the same
10350803722

push

github

web-flow
grep: shortcut exit path for -q (#710)

* grep: shortcut exit path for -q

* -q flag of grep is concerned if a match was found in any file
* The program can terminate after the first match without searching in subsequent files
* GNU grep behaves in this way; strace on my Linux system confirms that only the 1st file in argument list is opened when that file contains a match

%strace  grep -q perl ar awk 2> trace # gnu grep
%grep open trace
...
openat(AT_FDCWD, "ar", _RDONLY|O_NOCTTY|O_LARGEFILE) = 3
^^^ final openat() in process

* avoid printing $Mult flag as part of string for grep -c

355 of 481 relevant lines covered (73.8%)

47092.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10350803722.1 12 Aug 2024 11:16AM UTC 0
73.07
GitHub Action Run
2 10350803722.2 12 Aug 2024 11:16AM UTC 0
73.07
GitHub Action Run
3 10350803722.3 12 Aug 2024 11:16AM UTC 0
73.07
GitHub Action Run
4 10350803722.4 12 Aug 2024 11:16AM UTC 0
73.07
GitHub Action Run
5 10350803722.5 12 Aug 2024 11:16AM UTC 0
73.07
GitHub Action Run
6 10350803722.6 12 Aug 2024 11:16AM UTC 0
73.07
GitHub Action Run
7 10350803722.7 12 Aug 2024 11:16AM UTC 0
73.07
GitHub Action Run
8 10350803722.8 12 Aug 2024 11:16AM UTC 0
73.07
GitHub Action Run
9 10350803722.9 12 Aug 2024 11:16AM UTC 0
73.07
GitHub Action Run
10 10350803722.10 12 Aug 2024 11:16AM UTC 0
73.07
GitHub Action Run
Source Files on build 10350803722
Detailed source file information is not available for this build.
  • Back to Repo
  • 70393e74 on github
  • Prev Build on master (#10350775578)
  • Next Build on master (#10350803734)
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