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

briandfoy / PerlPowerTools / 13521335531
63%

Build:
DEFAULT BRANCH: master
Ran 25 Feb 2025 12:38PM UTC
Jobs 1
Files 3
Run time 24min
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

25 Feb 2025 12:34PM UTC coverage: 72.349%. Remained the same
13521335531

push

github

web-flow
ls: incorrect column widths in -R mode (#961)

* The column widths for "ls -R" didn't always look right
* List() is called for each directory/subdirectory
* Global variable $Maxlen is increased by 1 unconditionally, despite the value being saved from the previous call
* When I tested "perl ls -R .." I observed $Maxlen values from 21-59, incrementing by 1 for each directory
* The entries for the subdirectories are printed with too much space
* When I compare the output of GNU ls, the column widths are calculated for each directory listed
* Fix this by making $Maxlen a non-global; it is only used in List() and the value between calls should not be saved
* Extra: remove unused variable $BlockSize

348 of 481 relevant lines covered (72.35%)

4717.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 13521335531.1 25 Feb 2025 12:38PM UTC 3
72.35
GitHub Action Run
Source Files on build 13521335531
  • Tree
  • List 3
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 555d2a6d on github
  • Prev Build on master (#13521205309)
  • Next Build on master (#13522637893)
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

© 2025 Coveralls, Inc