lib/CPANPLUS/YACSmoke/SortVers.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 22 | 0.0 |
line | true | false | branch |
---|---|---|---|
25 | 0 | 0 | if ($A eq '-' and $B eq '-') { } |
0 | 0 | elsif ($A eq '-') { } | |
0 | 0 | elsif ($B eq '-') { } | |
0 | 0 | elsif ($A eq '.' and $B eq '.') { } | |
0 | 0 | elsif ($A eq '.') { } | |
0 | 0 | elsif ($B eq '.') { } | |
0 | 0 | elsif ($A =~ /^\d+$/ and $B =~ /^\d+$/) { } | |
38 | 0 | 0 | if ($A =~ /^0/ or $B =~ /^0/) { } |
39 | 0 | 0 | if $A cmp $B |
41 | 0 | 0 | if $A <=> $B |
46 | 0 | 0 | if $A cmp $B |