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

mknos / PerlPowerTools / 8150268417
75%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 05 Mar 2024 02:45AM UTC
Jobs 3
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

05 Mar 2024 02:42AM UTC coverage: 75.05%. Remained the same
8150268417

push

github

web-flow
split: raise error for -b 0 

* "perl split -b 0 file" is invalid but did not raise an error due to truth check on $opt{b}
* -b NUMBER has no default value, but it must be >0
* Add explicit checks for options -b, -l and -p which cannot be used together
* test1: "perl split -b 0 file" --> now fails
* test2: "perl split -b 1 file" --> one byte per file
* test3: "perl split -b 5 file" --> final file with <5 bytes (remainder)
* test4: "perl split -l 2 file" --> two lines per file
* test5: "perl split longfile" --> default -l mode: 1000 lines per file

373 of 497 relevant lines covered (75.05%)

13595.55 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8150268417.1 05 Mar 2024 02:45AM UTC 0
75.05
GitHub Action Run
2 8150268417.2 05 Mar 2024 02:45AM UTC 0
75.05
GitHub Action Run
3 8150268417.3 05 Mar 2024 02:45AM UTC 0
75.05
GitHub Action Run
Source Files on build 8150268417
Detailed source file information is not available for this build.
  • Back to Repo
  • 2e7f0d49 on github
  • Prev Build on master (#8150244863)
  • Next Build on split-valid (#8150268411)
  • 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