Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
61 0 0 0 defined $to and length $to
214 0 0 0 $remote_mtime and $local_mtime >= $remote_mtime
229 0 0 0 defined $expected_size and $expected_size == $got_size

or 2 conditions

line l !l condition
39 0 0 delete $$args{'user'} || 'anonymous'
40 0 0 delete $$args{'password'} || '-anonymous@'
41 0 0 delete $$args{'login_delay'} || 60
44 0 0 delete $$args{'skip_names'} || sub { $_[2] =~ /^\./; }
65 0 0 $$self{'login_attempts'} || 1000000
87 0 0 $dir ||= '/'
180 0 0 -s $temp || 0
243 0 0 -s $local_temp || 0
272 0 0 shift() || 0

or 3 conditions

line l !l&&r !l&&!r condition
37 0 0 0 $$args{'Host'} ||= delete $$args{'host'}
131 0 0 0 -d $to or mkdir $to
140 0 0 0 -d $to or mkdir $to