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

mknos / PerlPowerTools / 11658419847
62%

Build:
DEFAULT BRANCH: master
Ran 04 Nov 2024 05:10AM UTC
Jobs 10
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

03 Nov 2024 11:12PM UTC coverage: 73.805% (+0.7%) from 73.069%
11658419847

push

github

web-flow
patch: standard exit code (#779)

* Patch::error() returns $ERROR
* In Patch::print_rejects(), $ERROR is incremented if rejected pieces are found during processing
* No other function updates $ERROR, so Patch::error() indicates if rejects are present
* die() cals are wrapped by an END-block which sets exit code to 1; follow standard and set it to 2 [1]
* Failure to detect a diff in the input is considered an error; call die() to indicate this
* test1: "perl patch -x" ---> bad option, exit(2)
* test2: "echo "BOGUS-DIFF-123" > bogus.diff && perl patch xargs bogus.diff" ---> no diff found, exit(2)
* test3: "perl patch dirname sort.diff" ---> mismatched diff which can't be applied, exit(1)
* test4: "perl patch a.c correct.diff" ---> diff applies with no failed parts, exit(0)

1. https://pubs.opengroup.org/onlinepubs/007904975/utilities/patch.html

355 of 481 relevant lines covered (73.8%)

47092.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11658419847.1 04 Nov 2024 05:10AM UTC 0
73.07
GitHub Action Run
2 11658419847.2 04 Nov 2024 05:10AM UTC 0
73.07
GitHub Action Run
3 11658419847.3 04 Nov 2024 05:10AM UTC 0
73.07
GitHub Action Run
4 11658419847.4 04 Nov 2024 05:10AM UTC 0
73.07
GitHub Action Run
5 11658419847.5 04 Nov 2024 05:10AM UTC 0
73.07
GitHub Action Run
6 11658419847.6 04 Nov 2024 05:10AM UTC 0
73.07
GitHub Action Run
7 11658419847.7 04 Nov 2024 05:10AM UTC 0
73.07
GitHub Action Run
8 11658419847.8 04 Nov 2024 05:10AM UTC 0
73.07
GitHub Action Run
9 11658419847.9 04 Nov 2024 05:10AM UTC 0
73.07
GitHub Action Run
10 11658419847.10 04 Nov 2024 05:10AM UTC 0
73.07
GitHub Action Run
Source Files on build 11658419847
Detailed source file information is not available for this build.
  • Back to Repo
  • 6ee97598 on github
  • Prev Build on master (#11650340261)
  • Next Build on master (#11658419823)
  • 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