Condition Coverage

blib/lib/BackPAN/Version/Discover/_BackPAN/Index.pm
Criterion Covered Total %
condition 0 26 0.0


and 3 conditions

line !l l&&!r l&&r condition
104 0 0 0 -e $db_file and $should_update_db
155 0 0 0 defined $path && defined $date && defined $size
161 0 0 0 $only_authors and not $path =~ m[^authors/]

or 2 conditions

line l !l condition
42 0 0 $options ||= {}
178 0 0 $i->version || ''
0 0 $normal_version || ''
192 0 0 $dists{$dist} ||= {'name', $dist}

or 3 conditions

line l !l&&r !l&&!r condition
155 0 0 0 not defined $path && defined $date && defined $size or @junk
194 0 0 0 not defined $$distdata{'first_release'} or $date < $$distdata{'first_date'}
202 0 0 0 not defined $$distdata{'latest_release'} or $date > $$distdata{'latest_date'}