blib/lib/Net/FSP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 28 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
189 | 0 | 0 | 0 | $pos_must_match_for{$$value_for{'command'}} && $send_pos != $$value_for{'pos'} |
0 | 0 | 0 | return $$value_for{'checksum'} == _checksum($response, 0) and length $$value_for{'fulldata'} >= $$value_for{'length'} | |
0 | 0 | 0 | return $$value_for{'checksum'} == _checksum($response, 0) and length $$value_for{'fulldata'} >= $$value_for{'length'} and $$value_for{'command'} == $code_for{$send_command} || $$value_for{'command'} == $code_for{'err'} |
line | l | !l | condition |
---|---|---|---|
86 | 0 | 0 | $options ||= {} |
173 | 0 | 0 | shift() || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
95 | 0 | 0 | 0 | $self{$size} ||= $self{'max_payload_size'} |
122 | 0 | 0 | 0 | Socket6::inet_pton($family, $$self{'local_address'}) || croak("No such localhost: $!") |
189 | 0 | 0 | 0 | $$value_for{'command'} == $code_for{$send_command} || $$value_for{'command'} == $code_for{'err'} |
373 | 0 | 0 | 0 | $type eq 'file' or $type eq 'dir' |
380 | 0 | 0 | 0 | $filename eq '.' or $filename eq '..' |