blib/lib/Moose/Meta/Attribute/Custom/Trait/Enumeration.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 9 | 9 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 4 | 100.0 |
pod | 0 | 1 | 0.0 |
total | 13 | 14 | 92.8 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | 9 | 9 | 11047 | use 5.008001; | |||
9 | 31 | ||||||
2 | 9 | 9 | 42 | use strict; | |||
9 | 16 | ||||||
9 | 154 | ||||||
3 | 9 | 9 | 37 | use warnings; | |||
9 | 16 | ||||||
9 | 675 | ||||||
4 | |||||||
5 | package Moose::Meta::Attribute::Custom::Trait::Enumeration; | ||||||
6 | our $AUTHORITY = 'cpan:TOBYINK'; | ||||||
7 | our $VERSION = '0.010'; | ||||||
8 | |||||||
9 | sub register_implementation { | ||||||
10 | 9 | 9 | 0 | 233 | 'MooseX::Enumeration::Meta::Attribute::Native::Trait::Enumeration'; | ||
11 | } | ||||||
12 | |||||||
13 | 1; |