Condition Coverage

blib/lib/Module/Install/Fetch.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
18 0 0 0 $scheme eq "http" and not eval {
83 0 0 0 exists $args{'size'} and -s $file != $args{'size'}

or 2 conditions

line l !l condition
37 0 0 chdir $args{'local_dir'} or return

or 3 conditions

line l !l&&r !l&&!r condition
33 0 0 0 $scheme eq "ftp" or $scheme eq "http"
88 0 0 0 !exists $args{'check_for'} || -e $args{'check_for'}