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

mknos / PerlPowerTools / 7705859089
62%

Build:
DEFAULT BRANCH: master
Ran 30 Jan 2024 03:26AM UTC
Jobs 3
Files 3
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

29 Jan 2024 07:00PM UTC coverage: 75.05% (-0.8%) from 75.8%
7705859089

push

github

web-flow
wc: terminate options with -- (#427)

* Not all commands know about "--" yet
* Conversion to Getopt::Std is simple for wc because options are all single letter flags
* Remove differences for MacPerl which likely don't matter anymore (Getopt::Std will work on OSX perl)
* test1: "perl wc -c -- -c" --> process a file called "-c"
* test2: compare output of GNU version (below); different count for -w flag was present in previous versions

%for opt in c l m w; do echo "GNU -$opt"; wc -${opt} awk; echo "PPT -$opt"; perl wc -${opt} awk; echo; done
GNU -c
4595 awk
PPT -c
      4595 awk

GNU -l
204 awk
PPT -l
       204 awk

GNU -m
4595 awk
PPT -m
       204       675      4595      4595 awk

GNU -w
701 awk
PPT -w
       675 awk

373 of 497 relevant lines covered (75.05%)

13595.55 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7705859089.1 30 Jan 2024 03:26AM UTC 0
75.05
GitHub Action Run
2 7705859089.2 30 Jan 2024 03:26AM UTC 0
75.05
GitHub Action Run
3 7705859089.3 30 Jan 2024 03:26AM UTC 0
75.05
GitHub Action Run
Source Files on build 7705859089
Detailed source file information is not available for this build.
  • Back to Repo
  • 8ba3a344 on github
  • Prev Build on master (#7705859089)
  • Next Build on master (#7705859090)
  • 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