Condition Coverage

blib/lib/Net/FTPTurboSync/PrgOpts.pm
Criterion Covered Total %
condition 0 9 0.0


and 3 conditions

line !l l&&!r l&&r condition
255 0 0 0 $$self{'ftpserver'} ne '' and $$self{'ftppasswd'} eq 'anonymous'

or 3 conditions

line l !l&&r !l&&!r condition
53 0 0 0 $_ =~ /[^=]+=[^=]+/ or $_ =~ /^-[a-zA-Z]+$/
289 0 0 0 $$self{'localdir'} eq '' or not -d $$self{'localdir'}