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

mknos / PerlPowerTools / 8153247576
62%

Build:
DEFAULT BRANCH: master
Ran 05 Mar 2024 08:44AM UTC
Jobs 1
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 08:14AM UTC coverage: 75.05%. Remained the same
8153247576

push

github

web-flow
split: raise error for -b 0 (#482)

* "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%)

4531.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8153247576.1 05 Mar 2024 08:44AM UTC 0
75.05
GitHub Action Run
Source Files on build 8153247576
Detailed source file information is not available for this build.
  • Back to Repo
  • 0e313145 on github
  • Prev Build on master (#8150244863)
  • Next Build on master (#8182099128)
  • 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