Branch Coverage

blib/lib/POE/Component/Net/FTP.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
42 0 0 unless exists $$in_ref{'commands'}
51 0 0 unless exists $$self{'stop_on_error'}
62 0 0 if $$self{'stop_on_error'} and $is_error
67 0 0 if ($command eq 'new') { }
0 0 elsif (exists $True_False_Commands{$command}) { }
0 0 elsif (exists $Undef_On_Fail_Commands{$command}) { }
0 0 elsif (exists $In_List_Context_Commands{$command}) { }
0 0 elsif (exists $In_Scalar_Context_No_Fail_Commands{$command}) { }
68 0 0 unless $$self{'obj'} = 'Net::FTP'->new(@$options_ref)
76 0 0 if (my $res = $$self{'obj'}->$command(@$options_ref)) { }
87 0 0 if (defined(my $res = $$self{'obj'}->$command(@$options_ref))) { }
110 0 0 if ($@)
113 0 0 if $is_error
116 0 0 if $last_error