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

mknos / PerlPowerTools / 11158813191
73%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 03 Oct 2024 08:49AM UTC
Jobs 10
Files 3
Run time 5min
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

03 Oct 2024 08:47AM UTC coverage: 73.805%. Remained the same
11158813191

push

github

web-flow
what: -s flag prints out of order

* -s flag means to stop searching the current file argument, and move to the next file argument, after the first match
* Input loop reads lines, and a line might contain NUL
* NUL is expected to terminate patterns in the same way as newline, but NUL was only handled correctly if -s flag was not set
* I found this when comparing the output with and without -s

%perl strings /usr/bin/cvs | perl grep -Fi miros  # string order = lowercase miros 1st
@(#)rcsid_bron: $miros: src/gnu/usr.bin/cvs/lib/getdate.y,v 1.14 2021/01/30 02:28:27 tg Exp $
@(#)rcsid_code: $MirOS: src/gnu/usr.bin/cvs/lib/getdate.c,v 1.19 2021/01/30 02:30:17 tg Exp $
%perl what /usr/bin/cvs # all matches
/usr/bin/cvs:
        rcsid_bron: $miros: src/gnu/usr.bin/cvs/lib/getdate.y,v 1.14 2021/01/30 02:28:27 tg Exp $
        rcsid_code: $MirOS: src/gnu/usr.bin/cvs/lib/getdate.c,v 1.19 2021/01/30 02:30:17 tg Exp $
%perl what -s /usr/bin/cvs # one match (patch applied)
/usr/bin/cvs:
        rcsid_bron: $miros: src/gnu/usr.bin/cvs/lib/getdate.y,v 1.14 2021/01/30 02:28:27 tg Exp $

355 of 481 relevant lines covered (73.8%)

47092.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11158813191.1 03 Oct 2024 08:49AM UTC 0
73.07
GitHub Action Run
2 11158813191.2 03 Oct 2024 08:49AM UTC 0
73.07
GitHub Action Run
3 11158813191.3 03 Oct 2024 08:49AM UTC 0
73.07
GitHub Action Run
4 11158813191.4 03 Oct 2024 08:49AM UTC 0
73.07
GitHub Action Run
5 11158813191.5 03 Oct 2024 08:49AM UTC 0
73.07
GitHub Action Run
6 11158813191.6 03 Oct 2024 08:49AM UTC 0
73.07
GitHub Action Run
7 11158813191.7 03 Oct 2024 08:50AM UTC 0
73.07
GitHub Action Run
8 11158813191.8 03 Oct 2024 08:50AM UTC 0
73.07
GitHub Action Run
9 11158813191.9 03 Oct 2024 08:50AM UTC 0
73.07
GitHub Action Run
10 11158813191.10 03 Oct 2024 08:50AM UTC 0
73.07
GitHub Action Run
Source Files on build 11158813191
Detailed source file information is not available for this build.
  • Back to Repo
  • accc0088 on github
  • Prev Build on master (#11158677124)
  • Next Build on what-sflag (#11158813159)
  • 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