Condition Coverage

blib/lib/Net/Lite/FTP.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
175 0 0 0 $$self{'Encrypt'} and not $$self{'FTPS'}
184 0 0 0 $$self{'Encrypt'} and not $$self{'FTPS'}
313 0 0 0 $response and $$self{'FTPCODE'} < 200
328 0 0 0 $response and $$self{'FTPCODE'} < 200
464 0 0 0 $self->msgcode == 227 and $tmp =~ /[^\d]*(\d+),(\d+),(\d+),(\d+),(\d+),(\d+)/