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

moose / Moose / 1410
93%

Build:
DEFAULT BRANCH: master
Ran 31 Jan 2017 01:33AM UTC
Jobs 4
Files 372
Run time 7min
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

pending completion
1410

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

6423 of 6657 relevant lines covered (96.48%)

7145.21 hits per line

Jobs
ID Job ID Ran Files Coverage
10 1410.10 (COVERAGE=1 TEST_PARTITION=1) 31 Jan 2017 01:33AM UTC 0
81.86
Travis Job 1410.10
11 1410.11 (COVERAGE=1 TEST_PARTITION=2) 31 Jan 2017 01:34AM UTC 0
79.8
Travis Job 1410.11
12 1410.12 (COVERAGE=1 TEST_PARTITION=3) 31 Jan 2017 01:40AM UTC 0
85.63
Travis Job 1410.12
13 1410.13 (COVERAGE=1 TEST_PARTITION=4) 31 Jan 2017 01:35AM UTC 0
82.38
Travis Job 1410.13
Source Files on build 1410
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1410
  • Pull Request #145
  • PR Base - master (#1408)
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