Condition Coverage

Bio/Search/Result/BlastPullResult.pm
Criterion Covered Total %
condition 12 21 57.1


and 3 conditions

line !l l&&!r l&&r condition
197 93 0 0 $evalue_cutoff and $evalue > $evalue_cutoff
198 93 0 0 $score_cutoff and $score < $score_cutoff

or 2 conditions

line l !l condition
179 13 0 $table ||= ''
193 90 3 $desc ||= ''
342 0 2 $self->{'_next_hit_index'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
171 11 0 2 $table or $self->{'_no_hits_found'}
214 26 0 13 $self->{'_end_of_previous_hit'} || $self->{'_after_hit_table'}
218 18 0 3 $self->{'_end_of_previous_hit'} || $self->{'_after_hit_table'}