blib/lib/Bio/Translator/Utils.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 14 | 64.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
508 | 1 | 0 | 1 | $strand == -1 and $p{'strict'} != 0 |
line | l | !l | condition |
---|---|---|---|
120 | 19 | 0 | $self->table->aa2codons->[$rc]{$residue} || [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
451 | 1 | 0 | 1 | $strand == 1 && $p{'strict'} != 0 || $strand == -1 && $p{'strict'} == 2 |
477 | 3 | 3 | 1 | $strand == -1 or not defined $lowers[$frame] |
508 | 0 | 0 | 2 | $p{'strict'} == 2 or $strand == -1 and $p{'strict'} != 0 |