Bio/TreeIO/TreeEventBuilder.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 12 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
255 | 0 | 2404 | 2223 | not $node->{'-leaf'} and $levelct > 0 |
300 | 0 | 0 | 24292 | defined $self->{'_lastitem'} and defined $self->{'_lastitem'}{'current'}[-1] |
line | l | !l | condition |
---|---|---|---|
98 | 0 | 660 | $treetype ||= 'Bio::Tree::Tree' |
99 | 29 | 631 | $nodetype ||= 'Bio::Tree::Node' |
246 | 5255 | 8159 | $self->{'_nodect'}[$self->{'_treelevel'} + 1] || 0 |