Branch Coverage

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


line true false branch
36 1 7092 unless defined $node_key
58 2 8 if ($self->isLeaf) { }
88 2965 3042 if $self->hasLeft
89 2921 3086 if $self->hasRight