Branch Coverage

blib/lib/Lab/Moose/Sweep/Step.pm
Criterion Covered Total %
branch 23 30 76.6


line true false branch
79 0 18 if ($has_from_to_step + $has_list + $has_points_steps + $has_points_step != 1)
86 2 16 if ($has_list) { }
14 2 elsif ($has_from_to_step) { }
88 0 2 if (@points < 1)
103 0 2 if (@corner_points < 2)
107 1 1 if ($has_points_steps) { }
113 0 2 if (@steps >= @corner_points)
127 1 17 if ($self->backsweep)
131 0 18 if ($self->backsweep and $self->both_directions)
165 36 142 if ($index >= $self->num_points)
166 0 36 if ($self->both_directions)
178 6 30 if ($self->backsweep) { }
179 3 3 if ($self->index > $self->num_points / 2)
190 0 36 unless (defined $self->current_value)
194 3 33 if ($self->_in_backsweep)