| Bio/Search/Hit/HmmpfamHit.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 20 | 24 | 83.3 |
| line | true | false | branch |
|---|---|---|---|
| 124 | 16 | 0 | if ($hit_data and ref $hit_data eq 'ARRAY') |
| 153 | 4 | 12 | if ($hsp_data) |
| 154 | 3 | 1 | if (defined $hsp_data->{'hit_length'}) |
| 198 | 2 | 42 | unless (defined $self->{'_next_hsp_index'}) |
| 201 | 14 | 30 | if $self->{'_next_hsp_index'} == -1 |
| 206 | 15 | 15 | if ($self->{'_next_hsp_index'} > $#{$hsp_data;}) |
| 259 | 12 | 4 | @hsps > 0 ? : |
| 299 | 2 | 2 | if ($type eq 'best') { } |
| 2 | 0 | elsif ($type eq 'worst') { } | |
| 327 | 12 | 0 | @{$hsp_data;} > 0 ? : |
| 354 | 3 | 0 | wantarray ? : |
| 356 | 3 | 6 | if ($type eq 'list' or $type eq 'array') |