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

moose / Moose
93%

Build:
DEFAULT BRANCH: master
Repo Added 12 Aug 2014 05:27PM UTC
Files 308
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 2.1301
  • 2.1302
  • 2.1303
  • 2.1304
  • 2.1400
  • 2.1401
  • 2.1402
  • 2.1403
  • 2.1404
  • 2.1500
  • 2.1501
  • 2.1600
  • 2.1601
  • 2.1602
  • 2.1603
  • 2.1604
  • 2.1605
  • 2.1700
  • 2.1702
  • 2.1703
  • 2.1704
  • 2.1705
  • 2.1800
  • 2.1801
  • 2.1802
  • 2.1803
  • 2.1804
  • 2.1805
  • 2.1806
  • 2.1807
  • 2.1900
  • 2.1901
  • 2.1902
  • 2.1903
  • 2.1904
  • 2.1905
  • 2.2000
  • 2.2001
  • 2.2002
  • 2.2003
  • 2.2004
  • 2.2005
  • 2.2006
  • 2.2007
  • 2.2008
  • 2.2009
  • 2.2010
  • 2.2011
  • 2.2013
  • aarondcohen-master
  • autarch/and-yet-more-warning-fixes
  • autarch/attr-docs-tweak
  • autarch/attribute-inheritance-doc-update
  • autarch/attribute-knows-role-attribute
  • autarch/cleanup-specio
  • autarch/fix-warning-from-Moo-delegation
  • autarch/improved-travis-config
  • autarch/init_arg-in-exception
  • autarch/method-modifiers-and-exceptions-doc
  • autarch/more-definition_context-fixes
  • autarch/more-role-docs
  • autarch/native-trait-coercion-bugs
  • autarch/types-docs-tweaks
  • autarch/use-list-someutils
  • autarch/use-sub-util
  • coveralls
  • dave/moose-exporter-unimport_to
  • dave/overloading-in-roles-bug
  • dolmen-fix/mkopt-usage
  • element-docs
  • elements-docs
  • ex-overload-bool
  • fix-travis
  • haarg/native-0
  • haarg/no-build
  • haarg/no-no-index
  • haarg/ppport-update
  • haarg/remove-sub-identify
  • haarg/test-5.8
  • ilmari/use-sub-util
  • overload-op-info
  • roles_concept_link
  • stable/2.14
  • stable/2.16
  • stable/2.18
  • stable/2.20
  • topic/all-deps-as-author
  • topic/back-out-does-handles-change
  • topic/better-delegation-sub-name
  • topic/blessed-method-fix
  • topic/does-delegated
  • topic/embedded_versions
  • topic/fix-meta-rename
  • topic/fix_euhc
  • topic/immutabilize-does_via_delegation
  • topic/inline-delegations
  • topic/less-moose-in-errors
  • topic/less-more
  • topic/major-doc-revisions
  • topic/misc-tweaks
  • topic/moose-exception-debug-flag
  • topic/more-overload-fixes
  • topic/more-overloading-conflict-tweaks
  • topic/override-in-role-composition
  • topic/ppport2
  • topic/ppport_cleanup
  • topic/refactor-doc-generation
  • topic/restore-_get_delegate_accessor
  • topic/simplify-tc-failed-exception
  • topic/structured-exceptions
  • topic/sub-identify-prereq
  • topic/type-tiny-native-traits
  • topic/warn-on-all-attr-method-conflict
  • topic/with_immutable-uses-subtest

pending completion
1570

push

travis-ci-com

haarg
avoid passing objects we want to go away to Test::More::is

Test::Simple 1.302178 to 1.302182 have a bug where when running under
Devel::Cover, objects passed to Test::More::is will be captured and held
until process end. When testing weakening, we expect an object to go
away. Avoid passing the object to 'is' to prevent it from ever being
captured.

6178 of 6642 relevant lines covered (93.01%)

7381.37 hits per line

Relevant lines Covered
Build:
Build:
6642 RELEVANT LINES 6178 COVERED LINES
7381.37 HITS PER LINE
Source Files on master
  • Tree
  • List 372
  • Changed 21
  • Source Changed 1
  • Coverage Changed 20
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1570 master avoid passing objects we want to go away to Test::More::is Test::Simple 1.302178 to 1.302182 have a bug where when running under Devel::Cover, objects passed to Test::More::is will be captured and held until process end. When testing weakening, w... push 21 Oct 2020 12:31PM UTC haarg travis-ci-com pending completion  
1569 master fix enum error test for real this time The error messages generated by type validations are not consistent, and will be different if Devel::PartialDump is installed. push 21 Oct 2020 03:51AM UTC haarg travis-ci-com pending completion  
1568 master update changelog push 21 Oct 2020 02:11AM UTC haarg travis-ci-com pending completion  
1565 master provide details about expected values for enum type constraint (#174) push 18 Oct 2020 09:35PM UTC web-flow travis-ci-com pending completion  
1564 master remove internal modules from no_index list Moose has many modules that are only meant for use internally. They have been marked as no_index, preventing them from showing up in 02packages. This serves nearly no purpose. Although we don't want p... push 18 Oct 2020 08:55PM UTC haarg travis-ci-com pending completion  
1563 master try catch misleading without trailing ';' (#170) `try` `catch` using Try::Tiny should include a trailing semicolon. Although as the last statement in a block it will still work, it is misleading to omit it from an example. push 18 Oct 2020 08:11PM UTC web-flow travis-ci-com pending completion  
1558 master increment $VERSION after 2.2013 release push 21 Jul 2020 08:25PM UTC karenetheridge travis-ci-com pending completion  
1556 master reversal of d6a4f71cd5: use inc:: names again new Config::MVP puts . in @INC during dzil build push 21 Jul 2020 05:26AM UTC karenetheridge travis-ci-com pending completion  
1555 master update EUHC for msys2 (RT#133022) api 21 Jul 2020 04:01AM UTC karenetheridge travis-ci-com pending completion  
1304 master Fixed issue where a role generated on the fly could not be used as a trait push 03 Dec 2018 08:25PM UTC karenetheridge travis-ci pending completion  
See All Builds (670)
  • Repo on GitHub
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

© 2025 Coveralls, Inc