Condition Coverage

blib/lib/CPAN/SQLite/Info.pm
Criterion Covered Total %
condition 10 21 47.6


and 3 conditions

line !l l&&!r l&&r condition
40 1 0 0 $ignore and ref $ignore eq 'ARRAY'
44 105 0 0 $pat and $cpan_file =~ /^($pat)/
55 0 0 105 $dist_name and $dist_vers
0 0 105 $dist_name and $dist_vers and $cpanid
62 105 0 0 $pat and $dist_name =~ /^($pat)$/
81 62 0 544 $dist_name and $dists->{$dist_name}

or 3 conditions

line l !l&&r !l&&!r condition
67 92 5 8 not $dists->{$dist_name} or vcmp($dist_vers, $dists->{$dist_name}{'dist_vers'}) > 0