blib/lib/Tree/Fast.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 18 | 83.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
151 | 3 | 0 | 1 | $meta and not &blessed($meta) |
3 | 0 | 1 | $meta and not &blessed($meta) and ref $meta eq "HASH" | |
211 | 16 | 56 | 72 | @stack and not $next_node |
212 | 16 | 56 | 72 | @stack and not exists $stack[0]{'_children'}[$next_idx[0]] |
242 | 8 | 28 | 16 | @stack and exists $stack[0]{'_children'}[$next_idx[0]] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
123 | 10673 | 0 | 47 | (caller)->isa("Tree::Fast") or $self->isa(scalar caller) |