Condition Coverage

blib/lib/Compress/BGZF/Reader.pm
Criterion Covered Total %
condition 11 15 73.3


and 3 conditions

line !l l&&!r l&&r condition
109 25 19 13 defined $block_offset and $block_offset == $self->{'block_offset'}
200 11 33 0 defined $content and $size_given != length $content
223 0 3 0 $r < $bytes and $self->{'buffer_len'} > -1
250 6 24 12 defined $offset and $offset != 0
520 11 21 0 $idx + 1 < $s and $pos >= $self->{'idx'}[$idx + 1][1]