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

moose / Moose / 1410 / 13
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 31 Jan 2017 01:35AM UTC
Files 137
Run time 6s
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:33AM UTC coverage: 82.383% (+0.004%) from 82.379%
COVERAGE=1 TEST_PARTITION=4

Pull #145

travis-ci

web-flow
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.
Pull Request #145: Fix a bug where Moose would try to create two accessors of the same name

4419 of 5364 relevant lines covered (82.38%)

2164.64 hits per line

Source Files on job 1410.13 (COVERAGE=1 TEST_PARTITION=4)
  • Tree
  • List 0
  • Changed 17
  • Source Changed 2
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1410
  • Travis Job 1410.13
  • bc98c345 on github
  • Prev Job for COVERAGE=1 TEST_PARTITION=4 on master (#1408.13)
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