line |
!l |
l&&!r |
l&&r |
condition |
93
|
30401 |
26764 |
3977 |
$m->{'bbox'}[0][0] <= $easting and $easting < $m->{'bbox'}[1][0] |
|
57165 |
1947 |
2030 |
$m->{'bbox'}[0][0] <= $easting and $easting < $m->{'bbox'}[1][0] and $m->{'bbox'}[0][1] <= $northing |
|
28711 |
1822 |
208 |
$m->{'bbox'}[0][0] <= $easting and $easting < $m->{'bbox'}[1][0] and $m->{'bbox'}[0][1] <= $northing and $northing < $m->{'bbox'}[1][1] |
190
|
0 |
0 |
213 |
0 <= $e and $e < 2500000 |
|
0 |
0 |
213 |
0 <= $e and $e < 2500000 and 0 <= $n |
|
0 |
0 |
213 |
0 <= $e and $e < 2500000 and 0 <= $n and $n < 2500000 |
308
|
1560 |
3 |
266 |
$$poly[$i + 1][1] > $y and _is_left($x, $y, $poly->[$i], $$poly[$i + 1]) > 0 |
313
|
2088 |
263 |
6 |
$$poly[$i + 1][1] <= $y and _is_left($x, $y, $poly->[$i], $$poly[$i + 1]) < 0 |