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

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

Build:
DEFAULT BRANCH: master
Ran 10 Sep 2016 04:48AM UTC
Files 7
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

10 Sep 2016 04:44AM 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. But, since Win32::Console::ANSI
is an optional dependency, keeping the platform test avoids exposing non-'MSWin32' platforms
to the ". in @INC" threat vector.

ref: https://dzone.com/articles/security-separation-of-concerns-and-cve-2016-1238 @@ https://archive.is/sKbcs
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 55.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 55
  • Travis Job 55.1
  • 65f50dd7 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