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

briandfoy / PerlPowerTools / 10445725501
63%

Build:
DEFAULT BRANCH: master
Ran 19 Aug 2024 01: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

19 Aug 2024 01:49AM UTC coverage: 73.069%. Remained the same
10445725501

push

github

web-flow
basename: suffix argument did nothing (#724)

* 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 10445725501.1 19 Aug 2024 01:53AM UTC 0
73.07
GitHub Action Run
Source Files on build 10445725501
Detailed source file information is not available for this build.
  • Back to Repo
  • 814f0c2a on github
  • Prev Build on master (#10438117225)
  • Next Build on master (#10458728518)
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