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

mknos / PerlPowerTools / 6878801751
76%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 15 Nov 2023 02:43PM UTC
Jobs 3
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

15 Nov 2023 02:41PM UTC coverage: 75.734%. Remained the same
6878801751

push

github

web-flow
touch: support directories

* When file argument exists and is a directory, touch incorrectly decides it needs to call sysopen() to create a file

%mkdir dir1 
%perl touch dir1 
touch: dir1: Is a directory

* The problem appears to be the -f operator matching regular files and not directories
* Exists operator -e seems more correct; patched version updates timestamp on directory as expected...

%ls -ld old
drwxr-xr-x 2 hi hi 4096 Oct 19 22:18 old
%perl touch old
%ls -ld old
drwxr-xr-x 2 hi hi 4096 Nov 15 22:32 old

387 of 511 relevant lines covered (75.73%)

13223.23 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6878801751.1 15 Nov 2023 02:43PM UTC 0
75.73
GitHub Action Run
2 6878801751.2 15 Nov 2023 02:43PM UTC 0
75.73
GitHub Action Run
3 6878801751.3 15 Nov 2023 02:45PM UTC 0
75.73
GitHub Action Run
Source Files on build 6878801751
Detailed source file information is not available for this build.
  • Back to Repo
  • f13b9820 on github
  • Prev Build on master (#6872989784)
  • Next Build on touch-dir (#6878801763)
  • 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