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

briandfoy / PerlPowerTools / 12821268001
62%

Build:
DEFAULT BRANCH: master
Ran 17 Jan 2025 02:10AM 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 Jan 2025 02:06AM UTC coverage: 73.389% (-0.7%) from 74.12%
12821268001

push

github

web-flow
wc: inconsistent byte counts (#918)

* The byte count reported by wc was different depending on whether the -w option is set (-w is set by default)
* The the code for $opt_w was modifying the line string to calculate a word count before the code for the other options is able to inspect the line
* This patch makes the code $opt_w modify its own copy of the line

%stat aaa.c
  File: aaa.c
  Size: 470       	Blocks: 8          IO Block: 4096   regular file
Device: b302h/45826d	Inode: 1034312     Links: 1
Access: (0644/-rw-r--r--)  Uid: ( 1000/      pi)   Gid: ( 1000/      pi)
Access: 2024-11-18 12:56:23.329998345 +0800
Modify: 2024-11-18 12:56:23.329998345 +0800
Change: 2024-11-18 12:56:23.329998345 +0800
 Birth: 2024-11-18 12:56:23.329998345 +0800
%perl wc  aaa.c
        30        66       454 aaa.c
%perl wc -c  aaa.c
       470 aaa.c

353 of 481 relevant lines covered (73.39%)

4717.31 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12821268001.1 17 Jan 2025 02:10AM UTC 3
73.39
GitHub Action Run
Source Files on build 12821268001
  • Tree
  • List 3
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a67d1225 on github
  • Prev Build on master (#12683001290)
  • Next Build on master (#12824299311)
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