Condition Coverage

lib/SemVer/V2/Strict.pm
Criterion Covered Total %
condition 21 26 80.7


and 3 conditions

line !l l&&!r l&&r condition
96 9 1 1 not defined $a and $b
97 1 8 1 $a and not defined $b
99 1 0 8 $a and $b
108 7 1 4 &looks_like_number($a) and &looks_like_number($b)

or 2 conditions

line l !l condition
44 43 2 $+{'minor'} // 0
45 41 4 $+{'patch'} // 0
53 1 0 $major // 0
54 1 0 $minor // 0
55 1 0 $patch // 0
105 10 2 $left[$i] // 0
106 12 0 $right[$i] // 0