| blib/lib/Compress/BGZF/Reader.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 15 | 73.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 113 | 25 | 19 | 13 | defined $block_offset and $block_offset == $self->{'block_offset'} |
| 204 | 11 | 33 | 0 | defined $content and $size_given != length $content |
| 227 | 0 | 3 | 0 | $r < $bytes and $self->{'buffer_len'} > -1 |
| 254 | 6 | 24 | 12 | defined $offset and $offset != 0 |
| 524 | 11 | 21 | 0 | $idx + 1 < $s and $pos >= $self->{'idx'}[$idx + 1][1] |