blib/lib/Mojo/TFTPd.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 19 | 78.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
126 | 16 | 0 | 1 | $rfc{'timeout'} and $rfc{'timeout'} >= 0 |
16 | 0 | 1 | $rfc{'timeout'} and $rfc{'timeout'} >= 0 and $rfc{'timeout'} <= 255 | |
129 | 13 | 3 | 1 | $type eq "wrq" and $rfc{'tsize'} |
135 | 7 | 0 | 8 | %rfc and $connection->send_oack |
161 | 3 | 1 | 3 | $scheme and not defined $port |
line | l | !l | condition |
---|---|---|---|
136 | 0 | 2 | $connection->error || 'No filehandle' |
162 | 4 | 3 | $port //= 69 |