blib/lib/Alien/Base/ModuleBuild/Repository/FTP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
19 | 0 | 0 | if $self->{'connection'} |
25 | 0 | 0 | unless my $server = $self->{'host'} |
27 | 0 | 0 | unless my $ftp = $self->{'protocol_class'}->new($server, "Debug", 0) |
30 | 0 | 0 | unless $ftp->login |
33 | 0 | 0 | if (defined $self->location) |
34 | 0 | 0 | unless $ftp->cwd($self->location) |
50 | 0 | 0 | unless $ftp->get($file) |