line |
!l |
l&&!r |
l&&r |
condition |
23
|
0 |
0 |
32 |
$x > 0 and $y > 0 |
41
|
481 |
435 |
106 |
$$tile{'od'}{'e'} and $$tile{'od'}{'s'} |
46
|
84 |
12 |
10 |
$$ur{'od'}{'s'} and $$ll{'od'}{'e'} |
|
29 |
48 |
19 |
(my $um = $ur)->{'od'}{'e'} and $$ll{'od'}{'e'} |
|
23 |
44 |
10 |
(my $ml = $ll)->{'od'}{'s'} and $$ur{'od'}{'s'} |
63
|
4 |
7 |
8 |
$$lm{'od'}{'e'} and $$ur{'od'}{'s'} |
84
|
7 |
1 |
2 |
$$ll{'od'}{'e'} and $$mr{'od'}{'s'} |
162
|
253 |
221 |
55 |
$$g{'lsize'} == 6 and $$g{'_rd_all'} == 4 |
213
|
93 |
10 |
16 |
$x == $xmin and $$tile{'od'}{'w'} |
214
|
82 |
29 |
8 |
$y == $ymin and $$tile{'od'}{'n'} |
215
|
85 |
18 |
16 |
$x == $xmax and $$tile{'od'}{'e'} |
216
|
89 |
13 |
17 |
$y == $ymax and $$tile{'od'}{'s'} |