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