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

briandfoy / PerlPowerTools / 148
62%

Build:
DEFAULT BRANCH: master
Ran 13 Sep 2020 06:06PM 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
148

push

travis-ci

web-flow
Fix issue with NULL filehandle in patch. (#91)

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..

Co-authored-by: Håkon Hægland <hakon.hagland@gmail.com>

66 of 72 relevant lines covered (91.67%)

795.1 hits per line

Jobs
ID Job ID Ran Files Coverage
1 148.1 (OLD_DEVEL_COVER=1) 13 Sep 2020 06:06PM UTC 0
91.67
Travis Job 148.1
Source Files on build 148
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #148
  • 19086a51 on github
  • Prev Build on master (#147)
  • Next Build on master (#149)
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