Branch Coverage

blib/lib/Math/PlanePath/Rows.pm
Criterion Covered Total %
branch 16 40 40.0


line true false branch
54 0 0 $self->{'width'} <= 1 ? :
61 0 0 $self->{'width'} <= 1 ? :
70 0 0 $self->{'width'} >= 2 ? :
79 0 0 $self->{'width'} <= 1 ? :
83 0 0 $self->{'width'} <= 1 ? :
100 0 0 $self->{'width'} == 1 ? :
107 0 0 $self->{'width'} == 1 ? :
123 0 0 $self->{'width'} == 1 ? :
130 0 0 $self->{'width'} == 1 ? :
143 2 8 unless (exists $self->{'width'})
146 10 0 unless (defined $self->{'n_start'})
159 0 11 if (($width = $self->{'width'}) <= 0)
169 4 7 if (2 * $n >= 1)
180 0 11 if ($int < 0)
195 0 7 if ($x < 0 or $x >= $self->{'width'})
210 1 5 if ($x2 < $x1)
214 0 6 if ($width <= 0 or $x1 >= $width or $x2 < 0)
221 0 6 if ($y2 < $y1)
224 1 5 if ($x1 < 0)
225 1 5 if ($x2 >= $width)