Branch Coverage

blib/lib/Alien/Taco/Util.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
57 5 1 if ($type eq 'HASH') { }
1 0 elsif ($type eq 'ARRAY') { }
59 4 3 if (&$pred($x->{$k})) { }
2 1 elsif (ref $x->{$k}) { }
69 1 2 if (&$pred($x->[$i])) { }
0 2 elsif (ref $x->[$i]) { }