Branch Coverage

lib/CPAN/Version.pm
Criterion Covered Total %
branch 12 22 54.5


line true false branch
11 0 178 if $CPAN::DEBUG
13 34 144 if $l eq $r
16 216 72 unless tr/.// > 1
20 49 95 if ($l =~ /^v/ <=> $r =~ /^v/)
22 49 49 if /^v/
52 0 124 unless $n =~ s/^v//
67 0 78 unless $mantissa =~ s/(\d{1,3})//
79 45 0 if defined $1 and length $1 > 0
84 0 0 if ($] < 5.006)
91 0 0 if (defined $CPAN::Frontend) { }
99 0 0 if $CPAN::DEBUG