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

briandfoy / PerlPowerTools / 145
92%
master: 63%

Build:
Build:
LAST BUILD BRANCH: cal-currmon
DEFAULT BRANCH: master
Ran 13 Sep 2020 05:37PM UTC
Jobs 1
Files 2
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

pending completion
145

push

travis-ci

briandfoy
Fix issue with NULL filehandle in patch.

Currently patch saves an reference to a localized NULL filehandle in the
object hash in its bless() method. But when the bless() method returns
the original value of *NULL is restored (which is empty). Meaning that
when patch later calls apply() and tries to print to the  NULL handle,
we get a warning about trying to print to a closed filehandle.

The correct behavior should be to store a copy of *NULL (not a
reference *NULL)  or to not localize *NULL in the first place..

66 of 72 relevant lines covered (91.67%)

795.1 hits per line

Jobs
ID Job ID Ran Files Coverage
1 145.1 (OLD_DEVEL_COVER=1) 13 Sep 2020 05:37PM UTC 0
91.67
Travis Job 145.1
Source Files on build 145
  • Tree
  • List 2
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #145
  • d9e01a96 on github
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