Condition Coverage

Bio/Search/Hit/BlastPullHit.pm
Criterion Covered Total %
condition 21 29 72.4


and 3 conditions

line !l l&&!r l&&r condition
126 0 0 39 $hit_data and ref $hit_data eq 'ARRAY'
229 45 132 0 defined $end and $end + $self->_chunk_true_start > $self->_chunk_true_end

or 2 conditions

line l !l condition
313 0 0 $type ||= 'best'

or 3 conditions

line l !l&&r !l&&!r condition
201 4 2 3 not defined $q_start or $this_q_start < $q_start
204 4 2 3 not defined $h_start or $this_h_start < $h_start
208 4 3 2 not defined $q_end or $this_q_end > $q_end
211 4 1 4 not defined $h_end or $this_h_end > $h_end
224 144 33 0 $self->{'_end_of_previous_hsp'} || $self->{'_after_header'}
229 0 45 132 defined $end and $end + $self->_chunk_true_start > $self->_chunk_true_end or not $end
230 28 17 0 $self->{'_end_of_previous_hsp'} || $self->{'_after_header'}