Branch Coverage
blib/lib/Types/TypedCodeRef.pm
Criterion
Covered
Total
%
branch
2
2
100.0
line
true
false
branch
24
13
5
if
(
&Scalar::Util::blessed
(
$typed_code_ref
)
and
$typed_code_ref
->isa
(
'Sub::WrapInType'
)
)