Branch Coverage

blib/lib/Number/Util/Range.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
128 0 0 if defined $max_range_len and $max_range_len < $min_range_len
137 0 0 unless @buf
138 0 0 @buf >= $min_range_len ? :
146 0 0 if $ignore_duplicates and $seen{$el}++
148 0 0 unless ($el =~ /\A-?[0-9]+\z/)
153 0 0 if (@buf)
154 0 0 if ($el != $buf[-1] + 1)
157 0 0 if ($max_range_len and @buf >= $max_range_len)