| blib/lib/CPAN/Mirror/Tiny/Archive.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 48 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 46 | 0 | 0 | 0 | $tar and not $self->{'tar_bad'} |
| 54 | 0 | 0 | 0 | $tar and $gzip |
| 0 | 0 | 0 | $tar and $gzip and $bzip2 | |
| 97 | 0 | 0 | 0 | $exit == 0 and -d $root |
| 113 | 0 | 0 | 0 | $^O eq 'MSWin32' && $self->{'tar_kind'} ne 'bsd' |
| 118 | 0 | 0 | 0 | $exit == 0 and -d $root |
| 134 | 0 | 0 | 0 | @file and -d $root |
| 162 | 0 | 0 | 0 | $exit == 0 and -d $root |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 39 | 0 | 0 | 0 | File::Which::which('gtar') || File::Which::which('tar') |
| 43 | 0 | 0 | 0 | $out =~ /GNU.*1\.13/iu or $^O eq "MSWin32" |
| 0 | 0 | 0 | $out =~ /GNU.*1\.13/iu or $^O eq "MSWin32" or $^O eq "solaris" | |
| 0 | 0 | 0 | $out =~ /GNU.*1\.13/iu or $^O eq "MSWin32" or $^O eq "solaris" or $^O eq "hpux" | |
| 100 | 0 | 0 | 0 | $err || $out |
| 115 | 0 | 0 | 0 | $exit != 0 or not $out |
| 121 | 0 | 0 | 0 | $err || $out |
| 165 | 0 | 0 | 0 | $err || $out |