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

moose / Moose / 1411 / 10
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 31 Jan 2017 02:52AM 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.858% (+0.3%) 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.

4255 of 5198 relevant lines covered (81.86%)

2121.68 hits per line

Source Files on job 1411.10 (COVERAGE=1 TEST_PARTITION=1)
  • Tree
  • List 0
  • Changed 27
  • Source Changed 2
  • Coverage Changed 27
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1411
  • Travis Job 1411.10
  • d006f568 on github
  • Prev Job for COVERAGE=1 TEST_PARTITION=1 on master (#1408.10)
  • Next Job for COVERAGE=1 TEST_PARTITION=1 on master (#1415.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