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

briandfoy / PerlPowerTools / 9022390010 / 1
63%
master: 63%

Build:
DEFAULT BRANCH: master
Ran 09 May 2024 07:22PM UTC
Files 3
Run time 0s
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

09 May 2024 07:18PM UTC coverage: 76.278%. Remained the same
9022390010.1

push

github

web-flow
cut: field list semantics for -b (#596)

* These 3 test cases agree between GNU and OpenBSD, but this version of cut didn't work properly
* Multiple bytes can be separated by commas
* A negative number means a range  1-x
* Two numbers joined by dash means a range x-y
* If the same byte number is repeated, only print it once
* test1: "perl cut -b 1,1,1,3,1 a.c" --> interpret as -b 1,3
* test2: "perl cut -b 1,1,1,-3,1 a.c" --> interpret as -b 1-3
* test3: "perl cut -b 1,1,1,3,2-4 a.c" --> interpret as -b 1-4

373 of 489 relevant lines covered (76.28%)

4605.95 hits per line

Source Files on job 9022390010.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 9022390010
  • 07c717ab on github
  • Prev Job for on master (#8937439985.2)
  • Next Job for on master (#9022390012.2)
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