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

mknos / PerlPowerTools / 6597801420
76%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 21 Oct 2023 02:05PM UTC
Jobs 3
Files 4
Run time 2s
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

21 Oct 2023 02:03PM UTC coverage: 75.734%. Remained the same
6597801420

push

github

web-flow
cut: -b 0 and -f 0 are invalid

* cut's -f value can be a comma-separated list of field numbers starting from 1
* The following is valid for selecting x+z: echo 'x:y:z' | perl cut -d ':' -f 1,3
* GNU cut and OpenBSD cut reject 0 as part of a field list so do the same here
* Now -f 0,1 and -f 1,0 will raise an error as expected
* Same treatment for -b 0,1 (bytes also count from 1)
* Style: replace 2 dies with warn+exit

387 of 511 relevant lines covered (75.73%)

13223.23 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6597801420.1 21 Oct 2023 02:05PM UTC 0
75.73
GitHub Action Run
2 6597801420.2 21 Oct 2023 02:05PM UTC 0
75.73
GitHub Action Run
3 6597801420.3 21 Oct 2023 02:05PM UTC 0
75.73
GitHub Action Run
Source Files on build 6597801420
Detailed source file information is not available for this build.
  • Back to Repo
  • 60f31f8f on github
  • Prev Build on master (#6597522110)
  • Next Build on cut-field0 (#6597801426)
  • 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