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

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

Build:
DEFAULT BRANCH: master
Ran 31 Jan 2017 02:55AM UTC
Files 249
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:32AM UTC coverage: 79.802% (+0.004%) from 79.798%
COVERAGE=1 TEST_PARTITION=2

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.

4670 of 5852 relevant lines covered (79.8%)

1509.02 hits per line

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