Branch Coverage

blib/lib/String/Util/Range.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
127 0 0 if defined $max_range_len and $max_range_len < $min_range_len
136 0 0 unless @buf
137 0 0 @buf >= $min_range_len ? :
145 0 0 if $ignore_duplicates and $seen{$el}++
147 0 0 if (@buf)
149 0 0 if ($el ne $buf_inc)
152 0 0 if ($max_range_len and @buf >= $max_range_len)