| line |
true |
false |
branch |
|
47
|
4 |
1 |
unless $try eq $element |
|
67
|
3 |
0 |
unless $try eq $element |
|
91
|
1 |
3 |
if defined $seen{$element} and $seen{$element} == 1 |
|
113
|
0 |
0 |
$seen{$element} > 1 ? : |
|
130
|
1 |
0 |
$actual <= $item ? : |
|
147
|
1 |
0 |
$actual >= $item ? : |
|
164
|
0 |
0 |
$actual ge $item ? : |
|
181
|
0 |
0 |
$actual le $item ? : |
|
197
|
1 |
0 |
$sum == $actual ? : |
|
210
|
1 |
0 |
$#$array == -1 ? : |
|
225
|
1 |
0 |
$#$array == $length - 1 ? : |
|
242
|
10 |
2 |
if ($array->[$index] ge $$array[$index - 1]) |
|
249
|
1 |
2 |
$last_seen == $#$array ? : |
|
269
|
5 |
2 |
if ($array->[$index] le $$array[$index - 1]) |
|
277
|
1 |
2 |
$last_seen == $#$array ? : |
|
297
|
8 |
2 |
if ($array->[$index] >= $$array[$index - 1]) |
|
304
|
1 |
2 |
$last_seen == $#$array ? : |
|
324
|
4 |
2 |
if ($array->[$index] <= $$array[$index - 1]) |
|
331
|
1 |
2 |
$last_seen == $#$array ? : |