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

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

Build:
DEFAULT BRANCH: master
Ran 31 Jan 2017 01:40AM UTC
Files 256
Run time 12s
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: 85.635% (+0.2%) from 85.41%
COVERAGE=1 TEST_PARTITION=3

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

5389 of 6293 relevant lines covered (85.63%)

2557.62 hits per line

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