Branch Coverage

blib/lib/Tree/STR/Node.pm
Criterion Covered Total %
branch 6 20 30.0


line true false branch
38 1 16 if $self->{'_tip_array'}
40 14 2 if $self->is_tip_node
44 83 39 if ($child->is_tip_node) { }
62 0 0 if $x < $bbox->[0] or $x > $bbox->[2] or $y < $bbox->[1] or $y > $bbox->[3]
64 0 0 if $self->is_tip_node
78 0 0 if $x2 < $bbox->[0] or $x1 > $bbox->[2] or $y2 < $bbox->[1] or $y1 > $bbox->[3]
82 0 0 if $self->is_tip_node
97 0 0 if $x2 < $bbox->[0] or $x1 > $bbox->[2] or $y2 < $bbox->[1] or $y1 > $bbox->[3]
101 0 0 if ($self->is_tip_node)
103 0 0 unless $x1 < $bbox->[0] and $x2 > $bbox->[2] and $y1 < $bbox->[1] and $y2 > $bbox->[3]