Condition Coverage

lib/Aspect/Hook/LexWrap.pm
Criterion Covered Total %
condition 5 17 29.4


and 3 conditions

line !l l&&!r l&&r condition
42 0 0 0 ref $return eq 'ARRAY' and $return == $prereturn
0 0 0 ref $return eq 'ARRAY' and $return == $prereturn and not @$return

or 2 conditions

line l !l condition
9 32 0 $_[0] || 0

or 3 conditions

line l !l&&r !l&&!r condition
16 0 64 32 $name_cache or $height-- != 0
25 0 9 0 ref $typeglob || $typeglob =~ /::/
28 9 0 0 ref $typeglob eq 'CODE' && $typeglob || *$typeglob{'CODE'} || croak(q[Can't wrap non-existent subroutine ], $typeglob)