Condition Coverage

blib/lib/CPAN/Version.pm
Criterion Covered Total %
condition 15 19 78.9


and 3 conditions

line !l l&&!r l&&r condition
38 0 48 91 $] >= "5.006" and $l =~ /^v/
48 0 91 $] >= "5.006" and $l =~ /^v/ and $r =~ /^v/
107 0 0 1 defined $1 and length $1 > 0

or 2 conditions

line l !l condition
87 51 25 $rev ||= 0
90 67 9 $mantissa ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
24 76 30 172 tr/.// > 1 or /^v/
47 90 11 38 ($l ne 'undef') <=> ($r ne 'undef') || $lvstring cmp $rvstring || $l <=> $r || $l cmp $r