Condition Coverage

blib/lib/App/Upfiles/FTPlazy.pm
Criterion Covered Total %
condition 0 45 0.0


and 3 conditions

line !l l&&!r l&&r condition
52 0 0 0 $code >= 0 && $code < 400
72 0 0 0 defined $self->{'got_host'} and $self->{'got_host'} eq $self->{'want_host'}
79 0 0 0 $self->{'use_SSL'} and not "Net::FTP"->can("can_ssl")
137 0 0 0 defined $self->{'got_username'} and $self->{'got_username'} eq $self->{'want_username'}
160 0 0 0 defined $self->{'got_binary'} and $self->{'got_binary'} eq $self->{'want_binary'}
188 0 0 0 defined $self->{'got_dir'} and $self->{'got_dir'} eq $self->{'want_dir'}
214 0 0 0 $self->ensure_host && $self->ensure_login && $self->ensure_binary && $self->ensure_cwd
223 0 0 0 $self->ensure_all && $self->{'ftp'}->put(@_)
227 0 0 0 $self->ensure_all && $self->{'ftp'}->delete(@_)
231 0 0 0 $self->ensure_all && $self->{'ftp'}->mkdir(@_)
235 0 0 0 $self->ensure_all && $self->{'ftp'}->rmdir(@_)
239 0 0 0 $self->ensure_all && $self->{'ftp'}->rename(@_)
243 0 0 0 $self->ensure_all && $self->{'ftp'}->site(@_)
247 0 0 0 $self->ensure_all && $self->{'ftp'}->quot(@_)

or 3 conditions

line l !l&&r !l&&!r condition
252 0 0 0 !$self->{'ftp'} || $self->{'ftp'}->pwd