Branch Coverage

blib/lib/Range/ScalarIter.pm
Criterion Covered Total %
branch 17 18 94.4


line true false branch
40 4 3 if (&looks_like_number($start) and &looks_like_number($end)) { }
42 1 3 if $start > $end
44 0 3 if $step != 1
45 1 2 if $start gt $end
53 13 30 if ($self->{'_num'}) { }
54 4 9 if $self->{'_cur'} > $self->{'end'}
55 4 9 if $self->{'_ended'}
60 3 27 if $self->{'_ended'}
61 2 25 if $self->{'_cur'} ge $self->{'end'}