Condition Coverage

Bio/Search/HSP/BlastPullHSP.pm
Criterion Covered Total %
condition 19 27 70.3


or 3 conditions

line l !l&&r !l&&!r condition
186 368 121 136 $self->_get_chunk_by_end("\nQuery") || $self->_get_chunk_by_nol(4)
200 136 0 842 not defined $q_start or $q < $q_start
203 136 842 0 not defined $q_end or $q > $q_end
208 136 86 756 not defined $h_start or $h < $h_start
211 136 756 86 not defined $h_end or $h > $h_end
259 0 0 24590 $mchar eq '+' or $mchar eq '.'
0 0 24590 $mchar eq '+' or $mchar eq '.' or $mchar eq ':'
378 4 0 10 not defined $type or $type eq 'hsp'
4 0 10 not defined $type or $type eq 'hsp' or not $type =~ /query|hit|subject|sbjct|total/