| blib/lib/Bio/Phylo/Forest/Node.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 16 | 24 | 66.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 107 | 127 | 1 | 677 | $parent and &looks_like_object($parent, $TYPE_CONSTANT) | 
| 155 | 460 | 0 | 8617 | $child and &looks_like_object($child, $TYPE_CONSTANT) | 
| 257 | 10 | 1 | 50914 | defined $bl and &looks_like_number($bl) | 
| 11 | 0 | 50914 | 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 | 8615 | not $child or $child->get_id == $self->get_id | 
| 0 | 312 | 8303 | 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 |