blib/lib/Tree/MultiNode.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 37 | 32.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
681 | 0 | 0 | 9 | defined $pos and $pos <= $#{$children;} |
930 | 0 | 0 | 0 | $pos >= 0 and $pos <= $#{$children;} |
946 | 0 | 0 | 0 | $pos >= 0 and $pos <= $#{$children;} |
1162 | 0 | 0 | 1 | defined $pos and $pos >= 0 |
0 | 0 | 1 | defined $pos and $pos >= 0 and $pos <= $#{$children;} |
line | l | !l | condition |
---|---|---|---|
234 | 10 | 2 | $key || undef |
840 | 0 | 1 | shift() || sub { return shift() eq shift(); } |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
155 | 0 | 2 | 0 | ref $this || $this |
216 | 0 | 12 | 0 | ref $this || $this |
509 | 0 | 3 | 0 | ref $this || $this |
672 | 5 | 0 | 4 | shift() || $self->{'curr_pos'} |
1121 | 0 | 0 | 0 | shift() || $self->{'curr_pos'} |
1151 | 1 | 0 | 0 | shift() || $self->{'curr_pos'} |