Branch Coverage

blib/lib/GenOO/RegionCollection/Type/DoubleHashArray.pm
Criterion Covered Total %
branch 9 24 37.5


line true false branch
123 4 2 wantarray ? :
177 0 3 unless my $records_ref = $self->_records_ref_for_strand_and_rname($strand, $chr)
182 0 3 unless defined $index
187 6 0 if ($record->stop <= $stop)
189 0 6 if defined $return and $return eq 'break_loop'
191 0 6 if $record->start > $stop
245 12 25 if ($record->length > $longest_record_length)
278 0 0 unless my $records_ref = $self->_records_ref_for_strand_and_rname($strand, $chr)
292 0 0 if (defined $index)
295 0 0 if ($record->start <= $stop) { }
296 0 0 if ($start <= $record->stop)
297 0 0 if &$block($record) eq 'break_loop'