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

mknos / PerlPowerTools / 8197942141
62%

Build:
DEFAULT BRANCH: master
Ran 08 Mar 2024 02:38AM 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

07 Mar 2024 07:06AM UTC coverage: 75.05%. Remained the same
8197942141

push

github

web-flow
which: 3 distinct exit codes (#486)

* which: 3 distinct exit codes

* Previously, bin/which would use exit code 0 (success) even if it failed to locate a command, making it more difficult to use in shell scripts
* Follow GNU version and treat exit code 2 as internal error, 1 as partial-or-no-match, 0 as all-commands-matched
* Follow OpenBSD version and print error to stderr for each command that does not match
* Bump version
* test1: "perl which" --> invalid usage due to no argument, exit(2)
* test2: "perl which sh ls" --> sh and ls are both found on my system, exit(0)
* test3: "perl which sh brash" --> sh is found and brash is not, exit(1)

* previous commit didn't handle -a flag

373 of 497 relevant lines covered (75.05%)

13595.55 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8197942141.1 08 Mar 2024 02:38AM UTC 0
75.05
GitHub Action Run
2 8197942141.2 08 Mar 2024 02:38AM UTC 0
75.05
GitHub Action Run
3 8197942141.3 08 Mar 2024 02:38AM UTC 0
75.05
GitHub Action Run
Source Files on build 8197942141
Detailed source file information is not available for this build.
  • Back to Repo
  • 969bf61a on github
  • Prev Build on master (#8182099128)
  • Next Build on master (#8197942142)
  • 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