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

mknos / PerlPowerTools / 10445579404
73%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 19 Aug 2024 01:37AM 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

19 Aug 2024 01:32AM UTC coverage: 73.069% (-0.7%) from 73.805%
10445579404

push

github

web-flow
basename: suffix argument did nothing

* The pod manual mentioned that the optional suffix could be a normal string or a regex
* Follow the standards document and implement string match, being careful to match only at the end of the string, and not to match the entire string (after prefix is stripped) [1]
* Remove reference to regex suffix in pod
* Bump version
* test1: "perl basename `pwd`/a.c" --> no suffix
* test2: "perl basename `pwd`/a.c eyy.si" --> no match for suffix
* test3: "perl basename `pwd`/a.c a.c" --> match consumes all of remaining string so it is ignored
* test4: "perl basename `pwd`/a.c .c" --> file extension .c is removed



1. https://pubs.opengroup.org/onlinepubs/007904975/utilities/basename.html "If the suffix operand is present, is not identical to the characters remaining in string..."

350 of 479 relevant lines covered (73.07%)

4736.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10445579404.1 19 Aug 2024 01:37AM UTC 0
73.07
GitHub Action Run
Source Files on build 10445579404
Detailed source file information is not available for this build.
  • Back to Repo
  • 1bfc6926 on github
  • Prev Build on master (#10445364734)
  • 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