line |
l |
!l&&r |
!l&&!r |
condition |
83
|
0 |
0 |
0 |
exists $Games::LMSolve::Alice::cell_dirs{$_} || exists $cell_flags{$_} |
231
|
0 |
0 |
0 |
$new_coords[0] < 0 or $new_coords[0] >= $self->{'width'} |
|
0 |
0 |
0 |
$new_coords[0] < 0 or $new_coords[0] >= $self->{'width'} or $new_coords[1] < 0 |
|
0 |
0 |
0 |
$new_coords[0] < 0 or $new_coords[0] >= $self->{'width'} or $new_coords[1] < 0 or $new_coords[1] >= $self->{'height'} |
|
0 |
0 |
0 |
$new_coords[0] < 0 or $new_coords[0] >= $self->{'width'} or $new_coords[1] < 0 or $new_coords[1] >= $self->{'height'} or exists $new_cell->{'BLANK'} |