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

moose / Moose / 1412 / 10
96%
master: 93%

Build:
Build:
LAST BUILD BRANCH: haarg/ppport-update
DEFAULT BRANCH: master
Ran 31 Jan 2017 03:20AM UTC
Files 136
Run time 5s
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

31 Jan 2017 12:32AM UTC coverage: 81.608% (+0.003%) from 81.605%
COVERAGE=1 TEST_PARTITION=1

push

travis-ci

autarch
Fix a bug where Moose would try to create two accessors of the same name

An attribute like this:

  has foo => (
      is => 'rw',
      accessor => 'foo',
      writer   => '_set_foo',
  );

would lead to Moose making a reader named 'foo' as well as the accessor. This
would then cause Moose to warn about overwriting an accessor with a reader.

4242 of 5198 relevant lines covered (81.61%)

2121.59 hits per line

Source Files on job 1412.10 (COVERAGE=1 TEST_PARTITION=1)
  • Tree
  • List 0
  • Changed 26
  • Source Changed 2
  • Coverage Changed 26
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1412
  • Travis Job 1412.10
  • d006f568 on github
  • Prev Job for COVERAGE=1 TEST_PARTITION=1 on stable/2.20 (#1407.10)
  • Next Job for COVERAGE=1 TEST_PARTITION=1 on stable/2.20 (#1413.10)
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