line |
!l |
l&&!r |
l&&r |
condition |
140
|
0 |
2 |
10 |
$x >= $N->[2] and $x <= $N->[4] |
|
2 |
2 |
8 |
$x >= $N->[2] and $x <= $N->[4] and $y >= $N->[3] |
|
4 |
0 |
8 |
$x >= $N->[2] and $x <= $N->[4] and $y >= $N->[3] and $y <= $N->[5] |
170
|
6 |
2 |
6 |
not ${$N;}->[0] and ${$N;}->[2] >= $minx |
|
8 |
2 |
4 |
not ${$N;}->[0] and ${$N;}->[2] >= $minx and ${$N;}->[4] <= $maxx |
|
4 |
0 |
4 |
not ${$N;}->[0] and ${$N;}->[2] >= $minx and ${$N;}->[4] <= $maxx and ${$N;}->[3] >= $miny |
|
2 |
0 |
4 |
not ${$N;}->[0] and ${$N;}->[2] >= $minx and ${$N;}->[4] <= $maxx and ${$N;}->[3] >= $miny and ${$N;}->[5] <= $maxy |
274
|
4 |
4 |
3 |
$parent and @{$leaf->[1];} < $self->{'m'} |
line |
l |
!l&&r |
!l&&!r |
condition |
117
|
0 |
4 |
0 |
ref $package || $package |
162
|
0 |
2 |
14 |
${$N;}->[2] > $maxx or ${$N;}->[4] < $minx |
|
2 |
0 |
14 |
${$N;}->[2] > $maxx or ${$N;}->[4] < $minx or ${$N;}->[3] > $maxy |
|
2 |
0 |
14 |
${$N;}->[2] > $maxx or ${$N;}->[4] < $minx or ${$N;}->[3] > $maxy or ${$N;}->[5] < $miny |
200
|
0 |
2 |
14 |
${$N;}->[2] > $maxx or ${$N;}->[4] < $minx |
|
2 |
0 |
14 |
${$N;}->[2] > $maxx or ${$N;}->[4] < $minx or ${$N;}->[3] > $maxy |
|
2 |
0 |
14 |
${$N;}->[2] > $maxx or ${$N;}->[4] < $minx or ${$N;}->[3] > $maxy or ${$N;}->[5] < $miny |
347
|
9 |
7 |
2 |
not $chosen or $needed_enlargement < $needed_enlargement_of_chosen |
|
16 |
1 |
1 |
not $chosen or $needed_enlargement < $needed_enlargement_of_chosen or $area < $area_of_chosen |
373
|
5 |
0 |
5 |
@$group == 0 or @$E1 == $self->{'M'} - $self->{'m'} + 1 |
|
5 |
0 |
5 |
@$group == 0 or @$E1 == $self->{'M'} - $self->{'m'} + 1 or @$E2 == $self->{'M'} - $self->{'m'} + 1 |
399
|
30 |
0 |
0 |
not $d or $d_test > $d |
440
|
15 |
0 |
0 |
not $next or $diff > $max_diff |