Condition Coverage

blib/lib/Net/FTPTLS.pm
Criterion Covered Total %
condition 0 20 0.0


and 2 conditions

line l !l condition
282 0 0 not defined $read and 11

and 3 conditions

line !l l&&!r l&&r condition
205 0 0 0 $self->{'Encrypt'} and not $self->{'FTPS'}
227 0 0 0 $self->{'Encrypt'} and not $self->{'FTPS'}
282 0 0 0 not defined $read and 11 and time - $start < 190
368 0 0 0 $response and $self->{'FTPCODE'} < 200
408 0 0 0 $response and $self->{'FTPCODE'} < 200
663 0 0 0 $self->msgcode == 227 and $tmp =~ /[^\d]*(\d+),(\d+),(\d+),(\d+),(\d+),(\d+)/