Branch Coverage
blib/lib/Test/Moose.pm
Criterion
Covered
Total
%
branch
6
6
100.0
line
true
false
branch
36
1
1
if
(
find_meta
(
$class_or_obj
)
)
{
}
49
54
7
if
(
does_role
(
$class_or_obj
,
$does
)
)
{
}
64
3
1
if
(
$meta
->
find_attribute_by_name
(
$attr_name
)
)
{
}