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

mknos / PerlPowerTools / 10328042955
73%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 10 Aug 2024 01:58AM 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

10 Aug 2024 01:56AM UTC coverage: 73.805%. Remained the same
10328042955

push

github

web-flow
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

355 of 481 relevant lines covered (73.8%)

47092.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10328042955.1 10 Aug 2024 01:58AM UTC 0
73.07
GitHub Action Run
2 10328042955.2 10 Aug 2024 01:58AM UTC 0
73.07
GitHub Action Run
3 10328042955.3 10 Aug 2024 01:58AM UTC 0
73.07
GitHub Action Run
4 10328042955.4 10 Aug 2024 01:58AM UTC 0
73.07
GitHub Action Run
5 10328042955.5 10 Aug 2024 01:58AM UTC 0
73.07
GitHub Action Run
6 10328042955.6 10 Aug 2024 01:58AM UTC 0
73.07
GitHub Action Run
7 10328042955.7 10 Aug 2024 01:58AM UTC 0
73.07
GitHub Action Run
8 10328042955.8 10 Aug 2024 01:58AM UTC 0
73.07
GitHub Action Run
9 10328042955.9 10 Aug 2024 01:58AM UTC 0
73.07
GitHub Action Run
10 10328042955.10 10 Aug 2024 01:58AM UTC 0
73.07
GitHub Action Run
Source Files on build 10328042955
Detailed source file information is not available for this build.
  • Back to Repo
  • c8baa0cc on github
  • Prev Build on master (#10328006194)
  • Next Build on grep-qshort (#10328042959)
  • 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