Condition Coverage

blib/lib/Versioning/Scheme/Perl.pm
Criterion Covered Total %
condition 15 16 93.7


and 3 conditions

line !l l&&!r l&&r condition
89 1 3 8 $opts->{'reset_smaller'} and $opts->{'num'} > 0

or 2 conditions

line l !l condition
44 17 2 $opts //= {}
45 11 8 $opts->{'num'} //= 1
46 8 11 $opts->{'part'} //= -1
47 1 18 $opts->{'reset_smaller'} //= 1
92 3 0 $parts[$i] //= 0

or 3 conditions

line l !l&&r !l&&!r condition
77 2 10 5 $i == 0 or $parts[$i] + $left < 1000