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

mknos / PerlPowerTools / 12041846705
73%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 27 Nov 2024 01:14AM 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

27 Nov 2024 01:11AM UTC coverage: 73.805% (+0.7%) from 73.069%
12041846705

push

github

web-flow
install: fix absolute symbolic permissions

* When using '=' with 'install -m", the resulting file permissions weren't right; here's what I found...
* mod() should be passed the original file to stat(), but it was being passed the target file after File::Copy::copy() created it
* Base permissions for "absolute" symbolic permissions (i.e. those set with '=') are zero, so it is not correct to stat() the original file in this case
* The statement clearing bits in perms-hash for operator '=' in loop should only clear bits for $who the current iteration looks at

%perl install -m u=rwx,g=rx,o=x comm a/comm # -m 751
%perl install -m u=rwx,g=r comm a/comm # -m 740
%perl perl install -m 'a=' comm a/comm # -m 0

355 of 481 relevant lines covered (73.8%)

47092.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12041846705.1 27 Nov 2024 01:14AM UTC 0
73.07
GitHub Action Run
2 12041846705.2 27 Nov 2024 01:14AM UTC 0
73.07
GitHub Action Run
3 12041846705.3 27 Nov 2024 01:14AM UTC 0
73.07
GitHub Action Run
4 12041846705.4 27 Nov 2024 01:14AM UTC 0
73.07
GitHub Action Run
5 12041846705.5 27 Nov 2024 01:14AM UTC 0
73.07
GitHub Action Run
6 12041846705.6 27 Nov 2024 01:14AM UTC 0
73.07
GitHub Action Run
7 12041846705.7 27 Nov 2024 01:14AM UTC 0
73.07
GitHub Action Run
8 12041846705.8 27 Nov 2024 01:14AM UTC 0
73.07
GitHub Action Run
9 12041846705.9 27 Nov 2024 01:14AM UTC 0
73.07
GitHub Action Run
10 12041846705.10 27 Nov 2024 01:14AM UTC 0
73.07
GitHub Action Run
Source Files on build 12041846705
Detailed source file information is not available for this build.
  • Back to Repo
  • 8fd83d06 on github
  • Prev Build on master (#12041792013)
  • Next Build on install-msym (#12041846706)
  • 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