| blib/lib/AlignDB/Codon.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 18 | 100.0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 255 | 213 | 242 | 3930 | $codon2aa->{$cod1} eq '*' or $codon2aa->{$cod2} eq '*' |
| 291 | 1 | 1 | 19 | $cod1 =~ /\-/ or $cod2 =~ /\-/ |
| 328 | 2 | 2 | 2 | not defined $pos or $codon_pos == $pos |
| 350 | 8 | 4 | 8 | not defined $pos or $mut_i == $pos |
| 383 | 14 | 14 | 28 | not defined $pos or $mut_i == $pos |
| 422 | 1 | 1 | 15 | length $cod1 != 3 or length $cod2 != 3 |