Condition Coverage

lib/Net/FTP/Robust.pm
Criterion Covered Total %
condition 0 45 0.0


and 3 conditions

line !l l&&!r l&&r condition
65 0 0 0 defined $to and length $to
218 0 0 0 $remote_mtime and $local_mtime >= $remote_mtime
233 0 0 0 defined $expected_size and $expected_size == $got_size

or 2 conditions

line l !l condition
43 0 0 delete $args->{'user'} || 'anonymous'
44 0 0 delete $args->{'password'} || '-anonymous@'
45 0 0 delete $args->{'login_delay'} || 60
48 0 0 delete $args->{'skip_names'} || sub { $_[2] =~ /^\./; }
69 0 0 $self->{'login_attempts'} || 1000000
91 0 0 $dir ||= '/'
184 0 0 -s $temp || 0
247 0 0 -s $local_temp || 0
278 0 0 shift() || 0

or 3 conditions

line l !l&&r !l&&!r condition
41 0 0 0 $args->{'Host'} ||= delete $args->{'host'}
85 0 0 0 $ftp->message || $!
93 0 0 0 $ftp->message || $!
135 0 0 0 -d $to or mkdir $to
144 0 0 0 -d $to or mkdir $to
150 0 0 0 $ftp->message || $!