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

mknos / PerlPowerTools / 6447410169
76%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 08 Oct 2023 11:57AM UTC
Jobs 1
Files 4
Run time 1s
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

08 Oct 2023 11:50AM UTC coverage: 75.734%. Remained the same
6447410169

push

github

web-flow
id: uid 0 is valid

* Problem1: id reports that my root user doesn't exist because the uid is zero
* This is because $uid is undef if getpwnam() fails, but this was treated the same as 0

$ id root
uid=0(root) gid=0(root) groups=0(root),117(lpadmin)
$ perl id root
id: root: No such user

* Problem2: id reports that 'root77' user exists when it does not
* This is because a non-numeric parameter was passed to getpwuid()

$ perl id root77
uid=0(root) gid=0(root) groups=117(lpadmin),0(root)

387 of 511 relevant lines covered (75.73%)

4407.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6447410169.1 08 Oct 2023 11:57AM UTC 0
75.73
GitHub Action Run
Source Files on build 6447410169
Detailed source file information is not available for this build.
  • Back to Repo
  • 92678dae on github
  • Prev Build on master (#6447403517)
  • Next Build on id-root (#6447410165)
  • 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