Condition Coverage

blib/lib/Tree/MultiNode.pm
Criterion Covered Total %
condition 12 37 32.4


and 3 conditions

line !l l&&!r l&&r condition
707 0 0 9 defined $pos and $pos <= $#{$children;}
964 0 0 0 $pos >= 0 and $pos <= $#{$children;}
981 0 0 0 $pos >= 0 and $pos <= $#{$children;}
1207 0 0 1 defined $pos and $pos >= 0
0 0 1 defined $pos and $pos >= 0 and $pos <= $#{$children;}

or 2 conditions

line l !l condition
237 10 2 $key || undef
871 0 1 shift() || sub { return shift() eq shift(); }

or 3 conditions

line l !l&&r !l&&!r condition
156 0 2 0 ref $this || $this
220 0 12 0 ref $this || $this
527 0 3 0 ref $this || $this
698 5 0 4 shift() || $$self{'curr_pos'}
1164 0 0 0 shift() || $$self{'curr_pos'}
1196 1 0 0 shift() || $$self{'curr_pos'}