Branch Coverage
blib/lib/Mock/Quick/Method.pm
Criterion
Covered
Total
%
branch
4
4
100.0
line
true
false
branch
13
1
14
if
$sub
and
&Scalar::Util::blessed
(
$sub
)
and
$sub
->isa
(
$class
)
18
1
13
unless
ref
$sub
eq
'CODE'