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

mknos / PerlPowerTools / 11924913734
73%
master: 62%

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

20 Nov 2024 01:24AM UTC coverage: 73.805%. Remained the same
11924913734

push

github

web-flow
cp -i: continue on prompt

* cp can copy multiple files to a destination
* It is not an error for the user to type "n" to not clobber an existing file when running (cp -i)
* Previously if I type "n" cp will exit with a failure code and ignore the remaining files I want to copy

%mkdir dest && perl cp -v a.c ar dest && perl cp -i a.c ar dest
a.c -> dest/a.c
ar -> dest/ar
overwrite dest/a.c? (y/n [n]) [n] n
overwrite dest/ar? (y/n [n]) [n] y
%echo $?
0

355 of 481 relevant lines covered (73.8%)

47092.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11924913734.1 20 Nov 2024 01:26AM UTC 0
73.07
GitHub Action Run
2 11924913734.2 20 Nov 2024 01:26AM UTC 0
73.07
GitHub Action Run
3 11924913734.3 20 Nov 2024 01:26AM UTC 0
73.07
GitHub Action Run
4 11924913734.4 20 Nov 2024 01:26AM UTC 0
73.07
GitHub Action Run
5 11924913734.5 20 Nov 2024 01:27AM UTC 0
73.07
GitHub Action Run
6 11924913734.6 20 Nov 2024 01:27AM UTC 0
73.07
GitHub Action Run
7 11924913734.7 20 Nov 2024 01:27AM UTC 0
73.07
GitHub Action Run
8 11924913734.8 20 Nov 2024 01:27AM UTC 0
73.07
GitHub Action Run
9 11924913734.9 20 Nov 2024 01:27AM UTC 0
73.07
GitHub Action Run
10 11924913734.10 20 Nov 2024 01:27AM UTC 0
73.07
GitHub Action Run
Source Files on build 11924913734
Detailed source file information is not available for this build.
  • Back to Repo
  • 029b7e81 on github
  • Prev Build on master (#11924851037)
  • Next Build on cp-iprompt (#11924913708)
  • 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