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

mknos / PerlPowerTools / 7678903582
75%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 27 Jan 2024 01:26PM UTC
Jobs 1
Files 3
Run time –
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

27 Jan 2024 01:15PM UTC coverage: 75.05%. Remained the same
7678903582

push

github

web-flow
tail: bad option combo

* Handle historic -NUM option before calling GetOptions(); -5 is -n5
* The options -b, -c and -n are incompatible; print usage and exit as done in OpenBSD tail

# valid
perl tail -n2 tail | wc -c # last lines
6
perl tail -c2 tail | wc -c # last bytes
2
perl tail -b2 tail | wc -c # last blocks (512 bytes)
1024

# invalid
perl tail -b2 -c2
perl tail -b2 -n2
perl tail -c2 -n2 
perl tail -b2 -2

373 of 497 relevant lines covered (75.05%)

4531.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7678903582.1 27 Jan 2024 01:26PM UTC 0
75.05
GitHub Action Run
Source Files on build 7678903582
Detailed source file information is not available for this build.
  • Back to Repo
  • d447bfff on github
  • Prev Build on master (#7677281153)
  • Next Build on tail-incompat-opt (#7679077954)
  • 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