Bio/PhyloNetwork/TreeFactory.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 14 | 92.8 |
line | true | false | branch |
---|---|---|---|
98 | 1 | 4 | if (not defined $leavesR and defined $numleaves) |
102 | 0 | 5 | unless (defined $leavesR) |
110 | 3 | 2 | if ($numleaves > 2) |
140 | 4 | 24 | if ($self->{'numleaves'} == 2) { } |
141 | 2 | 2 | if ($self->{'index'} == 0) { } |
153 | 5 | 19 | if ($self->{'index'} == scalar @{$self->{'candidates'};}) |
155 | 3 | 2 | unless ($oldnet) |