Branch Coverage

blib/lib/GnuGet.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
20 0 0 unless $self->{'ftp'}->login('anonymous', '-anonymous@')
22 0 0 if $self->{'ftp'}->cwd('/gnu')
28 0 0 if $self->{'ftp'}->cwd($self->{'software'})
30 0 0 unless $self->{'ftp'}->get($self->{'archive'})
31 0 0 unless -e $self->{'archive'}
46 0 0 unless unlink $self->{'archive'}
54 0 0 if system "tar xf $self->{'archive'} 2>/dev/null"