Branch Coverage

blib/lib/List/Part.pm
Criterion Covered Total %
branch 11 26 42.3


line true false branch
25 2 25 unless defined $i
37 14 18 if _matches($$ary[$i], $_)
48 32 0 if (ref $thing) { }
49 0 32 if (ref $thing eq 'ARRAY') { }
0 32 elsif (ref $thing eq 'HASH') { }
0 32 elsif (ref $thing eq 'CODE') { }
32 0 elsif (ref $thing eq 'Regexp') { }
51 0 0 if _matches($_, $value)
55 0 0 if $$thing{$value}
58 0 0 if &$thing($value)
61 14 18 if $value =~ /$thing/
64 0 0 if $thing eq $value
68 0 0 if $thing eq $value