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

mknos / PerlPowerTools / 8386142943
75%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 22 Mar 2024 06:00AM 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

22 Mar 2024 05:58AM UTC coverage: 75.05%. Remained the same
8386142943

push

github

web-flow
install: broken symbolic permissions

* Test: running "perl install -m a=rx xargs build/" didn't install xargs with the correct permissions
* Problem1: Return value of mod() was not saved into $bits
* Problem2: When doing '=' operation, the value of the current permissions ($current) was being used incorrectly
* Resetting permissions to 0 for '=' operation allows only the appropriate bits to be set, not extra ones based on source file stat()
* Problem3: The permission bit for 'r' saved in $perms{$s} was lost because of assignment of permission for 'x'; code should use OR on $perms{$s} instead
* Operators '+' and '=' should both apply OR to the permissions; the difference is that '+' applies to the Source file permissions whereas '=' applies to 0

%ls -l xargs # source permissions are 755
-rwxr-xr-x 1 pi pi 2481 Mar  6 16:14 xargs
%perl install -m a=rx xargs build/ # patch applied; destination permissions are 555
%ls -l build/xargs
-r-xr-xr-x 1 pi pi 2481 Mar 22 13:51 build/xargs

373 of 497 relevant lines covered (75.05%)

13595.55 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8386142943.1 22 Mar 2024 06:00AM UTC 0
75.05
GitHub Action Run
2 8386142943.2 22 Mar 2024 06:00AM UTC 0
75.05
GitHub Action Run
3 8386142943.3 22 Mar 2024 06:00AM UTC 0
75.05
GitHub Action Run
Source Files on build 8386142943
Detailed source file information is not available for this build.
  • Back to Repo
  • fccbf814 on github
  • Prev Build on master (#8386123360)
  • Next Build on install-mod (#8386142940)
  • 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