Condition Coverage

blib/lib/CPAN/SQLite/Util.pm
Criterion Covered Total %
condition 3 19 15.7


and 3 conditions

line !l l&&!r l&&r condition
75 0 0 9 defined $data and ref $data eq 'HASH'
81 0 0 0 defined $data and ref $data eq 'ARRAY'
87 0 0 3999 $cpanid and $dist_file
186 0 0 0 defined $1 and length $1 > 0

or 2 conditions

line l !l condition
165 0 0 $rev ||= 0
168 0 0 $mantissa ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
131 13 0 0 ($l ne 'undef') <=> ($r ne 'undef') || $] >= 5.006 && $l =~ /^v/ && $r =~ /^v/ && $self->vstring($l) cmp $self->vstring($r) || $l <=> $r || $l cmp $r