Condition Coverage

blib/lib/CPAN/Mirror/Tiny/Archive.pm
Criterion Covered Total %
condition 0 48 0.0


and 3 conditions

line !l l&&!r l&&r condition
50 0 0 0 $tar and not $self->{'tar_bad'}
58 0 0 0 $tar and $gzip
0 0 0 $tar and $gzip and $bzip2
103 0 0 0 $exit == 0 and -d $root
120 0 0 0 $^O eq 'MSWin32' && $self->{'tar_kind'} ne 'bsd'
125 0 0 0 $exit == 0 and -d $root
142 0 0 0 @file and -d $root
172 0 0 0 $exit == 0 and -d $root

or 3 conditions

line l !l&&r !l&&!r condition
43 0 0 0 File::Which::which('gtar') || File::Which::which('tar')
47 0 0 0 $out =~ /GNU.*1\.13/i or $^O eq "MSWin32"
0 0 0 $out =~ /GNU.*1\.13/i or $^O eq "MSWin32" or $^O eq "solaris"
0 0 0 $out =~ /GNU.*1\.13/i or $^O eq "MSWin32" or $^O eq "solaris" or $^O eq "hpux"
106 0 0 0 $err || $out
122 0 0 0 $exit != 0 or not $out
128 0 0 0 $err || $out
175 0 0 0 $err || $out