blib/lib/Data/Hive/Store/Hash/Nested.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 14 | 71.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
105 | 179 | 0 | 21 | $@ and $@ eq $BREAK |
135 | 15 | 16 | 0 | exists $node->{$seg} and not ref $node->{$seg} |
line | l | !l | condition |
---|---|---|---|
90 | 110 | 0 | $arg ||= {} |
92 | 29 | 81 | $arg->{'cond'} ||= sub { @{shift();}; } |
93 | 110 | 0 | $arg->{'end'} ||= sub { $_[0]; } |
107 | 164 | 15 | $node->{$seg} ||= {} |