Branch Coverage

blib/lib/Range/ArrayIter.pm
Criterion Covered Total %
branch 18 20 90.0


line true false branch
40 4 3 if ($start =~ /$re_num/ and $end =~ /$re_num/) { }
42 1 3 if $start > $end
44 0 3 if $step != 1
45 1 2 if $start gt $end
53 22 57 if ($self->{'_num'}) { }
54 13 9 if $self->{'_cur'} > $self->{'end'}
55 13 9 if $self->{'_ended'}
59 30 27 if $self->{'_ended'}
60 2 25 if $self->{'_cur'} ge $self->{'end'}
74 36 0 if (@{$self->{'_buf'};}) { }