Branch Coverage
blib/lib/MooseX/MethodAttributes/Role/Meta/Role/Application.pm
Criterion
Covered
Total
%
branch
3
4
75.0
line
true
false
branch
40
13
2
if
(
$thing
->isa
(
'Moose::Meta::Class'
)
)
{
}
2
0
elsif
(
$thing
->isa
(
'Moose::Meta::Role'
)
)
{
}