| Bio/SeqEvolution/DNAPoint.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 11 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 286 | 23 | 6 | 1 | $self->identity and $self->get_alignment_identity <= $self->identity |
| 287 | 6 | 20 | 3 | $self->pam and 100 * $self->get_mutation_counter / $self->{'_seq_length'} >= $self->pam |
| 288 | 21 | 4 | 1 | $self->mutation_count and $self->get_mutation_counter >= $self->mutation_count |
| line | l | !l | condition |
|---|---|---|---|
| 259 | 15 | 3 | $self->{'_rate'} || 1 |