Branch Coverage
blib/lib/MooseX/Enumeration/Meta/Attribute/Native/Trait/Enumeration.pm
Criterion
Covered
Total
%
branch
1
2
50.0
line
true
false
branch
44
3
0
if
(
$type
->isa
(
'Type::Tiny::Enum'
)
or
$type
->isa
(
'Moose::Meta::TypeConstraint::Enum'
)
)