blib/lib/Module/Install/PAR.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 24 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
82 | 0 | 0 | 0 | defined $base and length $base |
105 | 0 | 0 | 0 | $perl =~ / / and defined &Win32::GetShortPathName |
178 | 0 | 0 | 0 | $self->{'mailto'} and not $quiet |
205 | 0 | 0 | 0 | $zip->read($file) == Archive::Zip::AZ_OK() and $zip->extractTree("", "blib/") == Archive::Zip::AZ_OK() |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
97 | 0 | 0 | 0 | $file ||= $self->{'file'} |
168 | 0 | 0 | 0 | $self->{'url'} || $self->par_base($url)->{'url'} |
170 | 0 | 0 | 0 | $file ||= $self->{'file'} |
172 | 0 | 0 | 0 | -f $file or $self->get_file("url", "$url$file", "ftp_url", "$ftp_url$file") |