Bio/Search/Result/HmmpfamResult.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 20 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
167 | 57 | 0 | 0 | $evalue_cutoff and $evalue > $evalue_cutoff |
168 | 57 | 0 | 0 | $score_cutoff and $3 < $score_cutoff |
169 | 57 | 0 | 0 | $hsps_cutoff and $5 < $hsps_cutoff |
line | l | !l | condition |
---|---|---|---|
142 | 1 | 2 | $self->_fields->{'query_accession'} ||= '' |
143 | 1 | 2 | $self->_fields->{'query_description'} ||= '' |
311 | 0 | 3 | $self->{'_next_hit_index'} || 0 |
362 | 2 | 0 | $code_ref ||= sub { $Bio::Search::Result::HmmpfamResult::a->[3] <=> $Bio::Search::Result::HmmpfamResult::b->[3]; } |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
184 | 3 | 0 | 0 | $table ||= $self->_get_chunk_by_end("//\n") |