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

mknos / PerlPowerTools / 11946701951
73%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 21 Nov 2024 04:40AM UTC
Jobs 1
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

21 Nov 2024 04:35AM UTC coverage: 73.069%. Remained the same
11946701951

push

github

web-flow
chmod: check for readlink() failure

* In "chmod -R -L" case, check readlink() return value before use
* If readlink() failed (which shouldn't happen), set exit code for failure
* In success scenario, reduce readlink() calls from 2 to 1 per file argument to "chmod -R -L"

%ls -l what whatlnk
-rwxr-xr-x 1 pi pi 3123 Nov 12 07:18 what
lrwxrwxrwx 1 pi pi    4 Nov 21 12:28 whatlnk -> what
%perl chmod -R -L 400 whatlnk
%ls -l what whatlnk
-r-------- 1 pi pi 3123 Nov 12 07:18 what
lrwxrwxrwx 1 pi pi    4 Nov 21 12:28 whatlnk -> what

350 of 479 relevant lines covered (73.07%)

4736.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11946701951.1 21 Nov 2024 04:40AM UTC 0
73.07
GitHub Action Run
Source Files on build 11946701951
Detailed source file information is not available for this build.
  • Back to Repo
  • 7945ee9f on github
  • Prev Build on master (#11946617045)
  • 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