line |
l |
!l&&r |
!l&&!r |
condition |
108
|
0 |
0 |
0 |
$is_pipe || $ENV{'DUMB_CHARS'} || !$ENV{'TERM'} |
151
|
0 |
0 |
0 |
$$position[0] < 0 or $$position[1] < 0 |
|
0 |
0 |
0 |
$$position[0] < 0 or $$position[1] < 0 or not $$self[$$position[0]] |
200
|
0 |
0 |
0 |
$direction eq 'u' || $direction eq 'd' |
207
|
0 |
0 |
0 |
$direction eq 'l' || $direction eq 'r' |
231
|
0 |
0 |
0 |
$cell eq 'A' or $cell eq 'V' |
232
|
0 |
0 |
0 |
$cell eq '<' or $cell eq '>' |
233
|
0 |
0 |
0 |
$cell eq '/' or $cell eq '\\' |
|
0 |
0 |
0 |
$cell eq '/' or $cell eq '\\' or $cell eq '[' |
|
0 |
0 |
0 |
$cell eq '/' or $cell eq '\\' or $cell eq '[' or $cell eq ']' |
366
|
0 |
0 |
0 |
$policy == 2 or $policy == 3 |
368
|
0 |
0 |
0 |
$policy == 1 or $policy == 3 |