blib/lib/DataStructure/BTree.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
70 | 0 | 0 | 0 | defined $current and $current->{'value'} != $value |
118 | 0 | 0 | 0 | ref $value_or_node and $value_or_node->isa("DataStructure::BTree::Node") |
126 | 0 | 0 | 0 | defined $node->{'left'} and defined $node->{'right'} |
line | l | !l | condition |
---|---|---|---|
54 | 0 | 0 | $options{'_context_skip'} // 0 |
62 | 0 | 0 | $options{'cmp'} // sub { $a cmp $b; } |
0 | 0 | $options{'multiset'} // 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
93 | 0 | 0 | 0 | $c > 0 or $self->{'multi'} |