blib/lib/Bio/Phylo/Forest/Node.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 16 | 24 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
107 | 129 | 1 | 681 | $parent and &looks_like_object($parent, $TYPE_CONSTANT) |
155 | 460 | 0 | 11111 | $child and &looks_like_object($child, $TYPE_CONSTANT) |
257 | 10 | 1 | 80668 | defined $bl and &looks_like_number($bl) |
11 | 0 | 80668 | defined $bl and &looks_like_number($bl) and not ref $bl | |
10 | 1 | 0 | defined $bl and !&looks_like_number($bl) || ref $bl |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
160 | 0 | 0 | 11109 | not $child or $child->get_id == $self->get_id |
0 | 312 | 10797 | not $child or $child->get_id == $self->get_id or $child->is_child_of($self) | |
257 | 1 | 0 | 0 | !&looks_like_number($bl) || ref $bl |