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

briandfoy / PerlPowerTools / 12157171509
62%

Build:
DEFAULT BRANCH: master
Ran 04 Dec 2024 09:53AM 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

04 Dec 2024 09:50AM UTC coverage: 72.464% (-0.7%) from 73.196%
12157171509

push

github

web-flow
mkdir: compatible permissions (#854)

* Doing a sync of function mod() from bin/chmod wasn't enough
* Call mod() without a file argument because symbolic permissions should assume a default value of 0777
* Now the mod() function diverges slightly from bin/chmod since $mode initialises to '777', not '000'
* I tested some mkdir usages against OpenBSD...
* test1: mkdir d ---> default permissions of 0755
* test2: mkdir -m a= d ---> no permissions (symbolic)
* test3: mkdir -m 0 d ---> no permissions (numeric)
* test4: mkdir -m u=rwx,g=rx ---> permissions of 0757 (o=7 because the default 0777 permission applies)
* test5: mkdir -m u=rwx,g=rx,o= ---> permissions of 0750 (because 'o' is explicitly updated

350 of 483 relevant lines covered (72.46%)

4697.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12157171509.1 04 Dec 2024 09:53AM UTC 0
72.46
GitHub Action Run
Source Files on build 12157171509
Detailed source file information is not available for this build.
  • Back to Repo
  • a227a2f6 on github
  • Prev Build on master (#12157068211)
  • Next Build on master (#12185193071)
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