Condition Coverage

blib/lib/POE/Component/Net/FTP.pm
Criterion Covered Total %
condition 0 13 0.0


and 2 conditions

line l !l condition
42 0 0 carp('Missing `commands` argument') and return
68 0 0 push @responses, [$@] and $is_error = $command and $last_error = $@ and next

and 3 conditions

line !l l&&!r l&&r condition
62 0 0 0 $$self{'stop_on_error'} and $is_error
68 0 0 0 push @responses, [$@] and $is_error = $command
0 0 0 push @responses, [$@] and $is_error = $command and $last_error = $@