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

moose / Moose / 1192
93%

Build:
DEFAULT BRANCH: master
Ran 13 Apr 2016 05:46PM UTC
Jobs 3
Files 372
Run time 6min
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
1192

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.

6302 of 6626 relevant lines covered (95.11%)

5462.09 hits per line

Jobs
ID Job ID Ran Files Coverage
10 1192.10 (COVERAGE=1 TEST_PARTITION=2) 13 Apr 2016 05:48PM UTC 0
80.76
Travis Job 1192.10
11 1192.11 (COVERAGE=1 TEST_PARTITION=3) 13 Apr 2016 05:52PM UTC 0
85.38
Travis Job 1192.11
12 1192.12 (COVERAGE=1 TEST_PARTITION=4) 13 Apr 2016 05:46PM UTC 0
82.01
Travis Job 1192.12
Source Files on build 1192
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1192
  • 9268853e on github
  • Prev Build on master (#1191)
  • Next Build on master (#1196)
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