Branch Coverage

blib/lib/Tree/Binary/Search/Node.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
37 1 8471 unless defined $node_key
59 8 2 if (not $self->isLeaf) { }
89 3562 3627 if $self->hasLeft
90 3506 3683 if $self->hasRight