Branch Coverage

blib/lib/Alien/Base/ModuleBuild/Repository/FTP.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
20 0 0 if $self->{'connection'}
26 0 0 unless my $server = $self->{'host'}
28 0 0 unless my $ftp = $self->{'protocol_class'}->new($server, "Debug", 0)
31 0 0 unless $ftp->login
34 0 0 if (defined $self->location)
35 0 0 unless $ftp->cwd($self->location)
51 0 0 unless $ftp->get($file)