Condition Coverage

blib/lib/PAUSE/Packages.pm
Criterion Covered Total %
condition 6 21 28.5


and 3 conditions

line !l l&&!r l&&r condition
73 0 3 0 defined $di and defined $di->dist
128 0 0 0 $uri->scheme eq 'file' and -f $uri->path
0 0 0 $uri->scheme eq 'file' and -f $uri->path and (stat $uri->path)[9] < $cache_creation_time
167 2 0 1 $line =~ /^$/ and $inheader
176 0 0 1 defined $di and defined($distname = $di->dist)
0 0 1 defined $di and defined($distname = $di->dist) and defined $di->version

or 3 conditions

line l !l&&r !l&&!r condition
177 1 0 0 not exists $release{$distname} or $release{$distname}{'version'} lt $di->version