Branch Coverage

blib/lib/Test/Data/Array.pm
Criterion Covered Total %
branch 26 38 68.4


line true false branch
49 4 1 unless $try eq $element
69 3 0 unless $try eq $element
93 1 3 if defined $seen{$element} and $seen{$element} == 1
115 0 0 $seen{$element} > 1 ? :
132 1 0 $actual <= $item ? :
149 1 0 $actual >= $item ? :
166 0 0 $actual ge $item ? :
183 0 0 $actual le $item ? :
199 1 0 $sum == $actual ? :
212 1 0 $#$array == -1 ? :
227 1 0 $#$array == $length - 1 ? :
244 10 2 if ($array->[$index] ge $$array[$index - 1])
251 1 2 $last_seen == $#$array ? :
271 5 2 if ($array->[$index] le $$array[$index - 1])
279 1 2 $last_seen == $#$array ? :
299 8 2 if ($array->[$index] >= $$array[$index - 1])
306 1 2 $last_seen == $#$array ? :
326 4 2 if ($array->[$index] <= $$array[$index - 1])
333 1 2 $last_seen == $#$array ? :