| blib/lib/Net/OBEX/Response.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 2 | 10 | 20.0 |
| line | true | false | branch |
|---|---|---|---|
| 28 | 1 | 1 | if ($is_connect) { } |
| 40 | 0 | 0 | $is_connect ? : |
| 0 | 0 | unless ($sock->read($read_buffer, $is_connect ? 7 : 3)) | |
| 50 | 0 | 0 | if (my $length = $response{'info'}{'headers_length'}) |
| 51 | 0 | 0 | unless ($sock->read($read_buffer, $length)) |