Branch Coverage

blib/lib/Games/LMSolve/Numbers.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
44 0 0 if (scalar @$lines_ref == $line_number)
64 0 0 if (length $line != $width)
68 0 0 if ($line =~ /([^\d\*])/)
74 0 0 if ($y == $height)
80 0 0 if ($y != $height)
85 0 0 unless (defined $start_x)
149 0 0 if ($x + $step < $self->{'width'})
155 0 0 if ($x - $step >= 0)
160 0 0 if ($y + $step < $self->{'height'})
165 0 0 if ($y - $step >= 0)