| blib/lib/Bio/Phylo/Forest/Node.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 24 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 108 | 134 | 1 | 675 | $parent and &looks_like_object($parent, $TYPE_CONSTANT) |
| 156 | 460 | 0 | 9919 | $child and &looks_like_object($child, $TYPE_CONSTANT) |
| 258 | 10 | 1 | 61040 | defined $bl and &looks_like_number($bl) |
| 11 | 0 | 61040 | 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 |
|---|---|---|---|---|
| 161 | 0 | 0 | 9917 | not $child or $child->get_id == $self->get_id |
| 0 | 312 | 9605 | not $child or $child->get_id == $self->get_id or $child->is_child_of($self) | |
| 258 | 1 | 0 | 0 | !&looks_like_number($bl) || ref $bl |