| blib/lib/Tree/Ops.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 28 | 40 | 70.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 163 | 0 | 0 | 5 | @f and @s |
| 0 | 2 | 3 | @f and @s and $f[-1] == $s[-1] | |
| 421 | 2 | 0 | 12 | @f and @s |
| 2 | 2 | 10 | @f and @s and $f[-1] == $s[-1] | |
| 434 | 0 | 2 | 12 | @f and @s |
| 2 | 2 | 10 | @f and @s and $f[-1] == $s[-1] | |
| 435 | 0 | 2 | 2 | @f and @s |
| 467 | 0 | 1 | 1 | @c and $c[0] != $start |
| 468 | 0 | 1 | 1 | @c and $c[-1] != $finish |
| line | l | !l | condition |
|---|---|---|---|
| 323 | 1 | 14 | $sub //= sub { @_; } |
| 584 | 0 | 26 | $separator // '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 115 | 0 | 2 | 51 | @$c == 0 or $c->[-1] == $child |
| 123 | 0 | 2 | 54 | @$c == 0 or $c->[0] == $child |
| 480 | 0 | 1 | 1 | not @p or $p[-1] == $ancestor |