| line |
true |
false |
branch |
|
44
|
0 |
0 |
if (scalar @$lines_ref == $line_number) |
|
71
|
0 |
0 |
if ($line =~ /\S/) |
|
73
|
0 |
0 |
if ($line =~ /^\[([^\]]*)\]/) { } |
|
|
0 |
0 |
elsif ($line =~ /^#/) { } |
|
86
|
0 |
0 |
if (scalar @unknown_flags) |
|
98
|
0 |
0 |
if (exists $board[$y][$x]{'flags'}{'START'}) |
|
100
|
0 |
0 |
if (defined $start_x) |
|
108
|
0 |
0 |
if ($x == $width) |
|
112
|
0 |
0 |
if ($y == $height) |
|
132
|
0 |
0 |
if ($y != $height) |
|
138
|
0 |
0 |
unless (defined $start_x) |
|
231
|
0 |
0 |
if ($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'}) |
|
240
|
0 |
0 |
if (exists $new_cell->{'ADD'}) { } |
|
|
0 |
0 |
elsif (exists $new_cell->{'SUB'}) { } |