Branch Coverage

blib/lib/Sort/Versions.pm
Criterion Covered Total %
branch 19 22 86.3


line true false branch
24 24 370 if ($A eq '-' and $B eq '-') { }
28 342 elsif ($A eq '-') { }
0 342 elsif ($B eq '-') { }
90 252 elsif ($A eq '.' and $B eq '.') { }
12 240 elsif ($A eq '.') { }
0 240 elsif ($B eq '.') { }
204 36 elsif ($A =~ /^\d+$/ and $B =~ /^\d+$/) { }
37 8 196 if ($A =~ /^0/ or $B =~ /^0/) { }
38 8 0 if $A cmp $B
40 32 164 if $A <=> $B
45 20 16 if $A cmp $B