| blib/lib/Bio/Phylo/Generator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 14 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 125 | 1 | 2 | if ($model =~ /yule/i) { } |
| 1 | 1 | elsif ($model =~ /hey/i) { } | |
| 167 | 3 | 90 | if (rand 1 < $killrate) |
| 189 | 5 | 88 | if scalar @tips >= $ntips |
| 280 | 1 | 2 | if ($model =~ /yule/i) { } |
| 1 | 1 | elsif ($model =~ /hey/i) { } | |
| 345 | 19 | 3511 | if ($rand <= $cutoff) |