Branch Coverage

blib/lib/App/newver/Version.pm
Criterion Covered Total %
branch 26 26 100.0


line true false branch
42 611 143 if ($comp =~ /^\d+$/u) { }
43 295 316 if ($comp == 0) { }
49 31 112 if ($POST_RELEASE_COMPONENTS{$comp} or $comp =~ /^post/u) { }
79 15 131 if (@v1c < @v2c) { }
68 63 elsif (@v2c < @v1c) { }
88 86 291 if ($v1r != $v2r)
91 248 43 if ($v1r == 3 or $v1r == 1) { }
39 4 elsif ($v1r == 0) { }
97 13 235 if ($tr1 ne $tr2)
98 10 3 if (length $tr1 == length $tr2) { }
107 14 25 if (exists $NORMALIZE_PRE{$p1})
110 12 27 if (exists $NORMALIZE_PRE{$p2})
113 12 27 if ($p1 ne $p2)