| Bio/Search/BlastUtils.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 21 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 120 | 0 | 0 | 0 | defined $sbjct->{'_n'} and $sbjct->{'_n'} == 1 |
| 296 | 0 | 0 | 0 | $_->{'frame'} == $frame and $_->{'strand'} == $strand |
| 299 | 0 | 0 | 0 | $start >= $_->{'start'} and $stop <= $_->{'stop'} |
| 306 | 0 | 0 | 0 | $start < $_->{'start'} and $stop > $_->{'start'} + $max_overlap |
| 324 | 0 | 0 | 0 | $stop > $_->{'stop'} and $start < $_->{'stop'} - $max_overlap |
| 403 | 0 | 0 | 0 | $num == 0 and not $rev |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 120 | 0 | 0 | 0 | defined $sbjct->{'_n'} and $sbjct->{'_n'} == 1 or $sbjct->num_hsps == 1 |