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

moose / Moose / 1192 / 11
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 13 Apr 2016 05:52PM UTC
Files 251
Run time 11s
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

13 Apr 2016 04:57PM UTC coverage: 85.378% (-0.2%) from 85.602%
COVERAGE=1 TEST_PARTITION=3

push

travis-ci

karenetheridge
fix method cache generation when package contains blessed subs

When generating the method cache, the code was trying to call ->body on
it if it was an object.  The add_method code had previously been fixed (in
d97927eb, released in 2.1005) to only call ->body on meta objects rather than
anything blessed.  The XS code was only checking for objects being making that
call.  This was masked by method cache being kept up to date.

If the method cache is out of date though, this can crash.  The cache
can be intentionally reset, or we may not be able to track its status
properly (perl 5.8 without Class::C3::XS).

This fixes RT#113704.

5325 of 6237 relevant lines covered (85.38%)

2541.11 hits per line

Source Files on job 1192.11 (COVERAGE=1 TEST_PARTITION=3)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1192
  • Travis Job 1192.11
  • 9268853e on github
  • Prev Job for COVERAGE=1 TEST_PARTITION=3 on master (#1191.11)
  • Next Job for COVERAGE=1 TEST_PARTITION=3 on master (#1196.11)
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