blib/lib/IO/Framed/Read.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 12 | 66.6 |
line | true | false | branch |
---|---|---|---|
11 | 5 | 0 | unless (defined $initial_buffer) |
54 | 0 | 10 | unless $bytes |
56 | 1 | 9 | if ($buf_len = length $self->{'_read_buffer'}) |
57 | 0 | 1 | if ($buf_len + $self->{'_bytes_to_read'} != $bytes) |
63 | 10 | 0 | if ($bytes > $buf_len) |
85 | 2 | 5 | if ($bytes) |