Bio/PopGen/Simulation/Coalescent.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 9 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
174 | 1 | 0 | 0 | $self->maxcount and $self->{'_treecounter'}++ >= $self->maxcount |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
138 | 0 | 0 | 1 | not defined $samplesize or $samplesize <= 0 |
256 | 0 | 1 | 0 | $precision ||= $Bio::PopGen::Simulation::Coalescent::PRECISION_DIGITS |