Branch Coverage
blib/lib/MooseX/XSAccessor.pm
Criterion
Covered
Total
%
branch
4
4
100.0
line
true
false
branch
38
1
36
if
(
&blessed
(
$sub
)
and
$sub
->
isa
(
'Class::MOP::Method'
)
)
{
}
1
35
elsif
(
not
ref
$sub
)
{
}