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

kentnl / Dist-Zilla-App-Command-dumpphases / 52 / 1
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 10 Sep 2016 03:57AM UTC
Files 7
Run time 0s
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

10 Sep 2016 03:53AM UTC coverage: 97.656%. Remained the same
STERILIZE_ENV=0 COVERAGE_TESTING=1

Pull #5

travis-ci

web-flow
add color for the MSWin32 platform

.# Discussion

Term::ANSIColor doesn't include MSWin32 support by default. And, unfortunately, it seems
that perl-porters don't want to include it (see https://rt.cpan.org/Ticket/Display.html?id=44807
@@ http://archive.is/gqB1N). So, to support the platform, Win32::Console::ANSI must be
used whenever Term::ANSIColor is loaded. It's tiresome but has a simple fix.

Adding `eval { require Win32::Console::ANSI }` after any require/use of Term::ANSIColor is
all that is needed for MSWin32 support. Since Win32::Console::ANSI can only be installed
on MSWin32 platforms, no `$^O eq 'MSWin32'` test is needed.
Pull Request #5: add color for the MSWin32 platform

125 of 128 relevant lines covered (97.66%)

15.71 hits per line

Source Files on job 52.1 (STERILIZE_ENV=0 COVERAGE_TESTING=1)
  • Tree
  • List 0
  • Changed 7
  • Source Changed 7
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 52
  • Travis Job 52.1
  • 34ed634d on github
  • Prev Job for STERILIZE_ENV=0 COVERAGE_TESTING=1 on master (#49.1)
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