Bio/TreeIO/TreeEventBuilder.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 12 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
255 | 0 | 2543 | 2308 | not $node->{'-leaf'} and $levelct > 0 |
300 | 0 | 25112 | 0 | defined $self->{'_lastitem'} and defined $self->{'_lastitem'}{'current'}[-1] |
line | l | !l | condition |
---|---|---|---|
98 | 0 | 1236 | $treetype ||= 'Bio::Tree::Tree' |
99 | 29 | 1207 | $nodetype ||= 'Bio::Tree::Node' |
246 | 5430 | 8573 | $self->{'_nodect'}[$self->{'_treelevel'} + 1] || 0 |