| Bio/Seq/PrimaryQual.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 16 | 87.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 141 | 10 | 1 | 17 | defined $id and defined $given_id |
| 221 | 1 | 41 | 4 | defined $qualstr and not $qualstr =~ /^[$MATCHPATTERN]*$/ |
| line | l | !l | condition |
|---|---|---|---|
| 175 | 32 | 3 | $self->{'qual'} ||= [] |
| 224 | 2 | 0 | defined $self->id || '[unidentified sequence]' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 174 | 32 | 3 | 36 | not defined $value or CORE::length $value == 0 |
| 254 | 1 | 0 | 238 | $start <= 0 or $end > $self->length |