Branch Coverage

blib/lib/List/Range.pm
Criterion Covered Total %
branch 16 18 88.8


line true false branch
23 1 27 unless $self->{'lower'} <= $self->{'upper'}
29 6 26 if (ref $_[0] eq 'CODE')
36 17 0 if $self->{'lower'} <= $tmp
38 34 3 if $self->{'lower'} <= $_
43 6 6 if (ref $_[0] eq 'CODE')
48 17 0 unless $tmp < $self->{'lower'}
51 15 2 unless $_ < $self->{'lower'}
59 1 3 if $self->lower == '-Inf'
60 1 2 if $self->upper == '+Inf'