| blib/lib/IO/Framed/Read.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 8 | 12 | 66.6 | 
| line | true | false | branch | 
|---|---|---|---|
| 13 | 2 | 0 | unless (defined $initial_buffer) | 
| 50 | 0 | 7 | unless $bytes | 
| 52 | 1 | 6 | if ($buf_len = length $self->{'_read_buffer'}) | 
| 53 | 0 | 1 | if ($buf_len + $self->{'_bytes_to_read'} != $bytes) | 
| 59 | 7 | 0 | if ($bytes > $buf_len) | 
| 81 | 2 | 2 | if ($bytes) |