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

briandfoy / PerlPowerTools / 9977586410
62%

Build:
DEFAULT BRANCH: master
Ran 17 Jul 2024 04:07PM 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

17 Jul 2024 04:02PM UTC coverage: 76.268% (-0.7%) from 77.016%
9977586410

push

github

web-flow
rm: can't delete a filename including a dash (#669)

* A filename starting with a dash can be given as an argument like this: ./-o-
* The cp program seems to support this but rm does not (see below)
* I also tested a file called a-b
* Debugging showed that preprocessed_args is incorrectly ['-c','-p','-.','-1']
* Stepping through preprocess_options() revealed a regex on L146 which was not bound to the start of the string

%perl cp cp ./-cp.1
%perl rm ./-cp.1 
Unknown option: c
Unknown option: p
Unknown option: .
Unknown option: 1
Usage: rm [-fiPrRv] file ...

1 of 1 new or added line in 1 file covered. (100.0%)

376 of 493 relevant lines covered (76.27%)

4568.82 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9977586410.1 17 Jul 2024 04:07PM UTC 0
76.27
GitHub Action Run
Source Files on build 9977586410
Detailed source file information is not available for this build.
  • Back to Repo
  • 99393981 on github
  • Prev Build on master (#9977571801)
  • Next Build on master (#9977571802)
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