blib/lib/Tree/RB/Node.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 23 | 73.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
80 | 9 | 8 | 35 | $parent and $parent->[2] |
8 | 15 | 20 | $parent and $parent->[2] and $self == $parent->[2] | |
93 | 4 | 0 | 16 | $parent and $parent->[1] |
0 | 7 | 9 | $parent and $parent->[1] and $self == $parent->[1] |
line | l | !l | condition |
---|---|---|---|
157 | 5 | 1 | $color || 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
68 | 22 | 18 | 68 | $self->[1] || $self->[2] |
102 | 0 | 0 | 0 | shift() || $self |
140 | 0 | 9 | 57 | $x->[1] or $x->[2] |