Branch Coverage
blib/lib/MooseX/XSAccessor.pm
Criterion
Covered
Total
%
branch
2
4
50.0
line
true
false
branch
37
0
30
if
(
&blessed
(
$sub
)
and
$sub
->isa
(
'Class::MOP::Method'
)
)
{
}
0
30
elsif
(
not
ref
$sub
)
{
}