| Bio/Search/HSP/HmmpfamHSP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 15 | 46.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 121 | 0 | 0 | 34 | $hsp_data and ref $hsp_data eq 'ARRAY' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 216 | 616 | 0 | 1089 | $mchar eq '+' or $mchar eq '.' |
| 616 | 0 | 1089 | $mchar eq '+' or $mchar eq '.' or $mchar eq ':' | |
| 340 | 0 | 0 | 14 | not defined $type or $type eq 'hsp' |
| 0 | 0 | 14 | not defined $type or $type eq 'hsp' or not $type =~ /query|hit|subject|sbjct|total/ |