Branch Coverage

blib/lib/Math/PlanePath/Columns.pm
Criterion Covered Total %
branch 17 42 40.4


line true false branch
49 0 0 if ($self->{'height'} == 0) { }
58 0 0 $self->{'height'} <= 1 ? :
67 0 0 $self->{'height'} >= 2 ? :
80 0 0 $self->{'height'} <= 1 ? :
87 0 0 $self->{'height'} <= 1 ? :
93 0 0 $self->{'height'} <= 1 ? :
104 0 0 $self->{'height'} == 1 ? :
115 0 0 $self->{'height'} == 1 ? :
131 0 0 $self->{'height'} == 1 ? :
138 0 1 $self->{'height'} == 1 ? :
151 1 9 unless (exists $self->{'height'})
154 10 0 unless (defined $self->{'n_start'})
165 0 8 if (($height = $self->{'height'}) <= 0)
175 2 6 if (2 * $n >= 1)
186 0 8 if ($int < 0)
201 0 6 if ($y < 0 or $y >= $self->{'height'})
215 1 5 if ($y2 < $y1)
218 0 6 if ($height <= 0 or $y1 >= $height or $y2 < 0)
225 0 6 if ($x2 < $x1)
228 1 5 if ($y1 < 0)
229 1 5 if ($y2 >= $height)