Condition Coverage

Bio/Search/HSP/HSPI.pm
Criterion Covered Total %
condition 11 19 57.8


and 3 conditions

line !l l&&!r l&&r condition
673 100 11 26 (defined $beg || defined $end) && $self->seq_str('match')
704 26 0 0 $self->algorithm =~ /TBLAST[NX]/ and $seqType eq 'sbjct'
26 0 0 $self->algorithm =~ /T?BLASTX/ and $seqType eq 'query'

or 2 conditions

line l !l condition
573 0 0 $seqType ||= 'query'
610 7503 14 shift() || 'query'
670 99 38 $seqType ||= 'query'
679 26 0 $beg ||= 0
680 26 0 $end ||= 0