| Bio/DB/Qual.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 24 | 41.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 187 | 45 | 0 | 0 | $self->{'debug'} and ++$count % 1000 == 0 |
| 217 | 45 | 0 | 0 | $l3_len > 0 and $l2_len > 0 |
| 45 | 0 | 0 | $l3_len > 0 and $l2_len > 0 and $l3_len != $l2_len |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 229 | 0 | 45 | 0 | $linelen ||= length $line |
| 340 | 16 | 0 | 0 | $start or $stop |
| 342 | 16 | 0 | 0 | $subqual or $strand == -1 |
| 416 | 4 | 3 | 0 | $stop || $db->length($id) |
| 417 | 4 | 0 | 3 | $start || ($self->{'stop'} > 0 ? 1 : 0) |