| blib/lib/Devel/MAT/ToolBase/GraphWalker.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 18 | 55.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 48 | 2 | 3 | 0 | @roots == 1 and $roots[0] eq "EDEPTH" |
| 56 | 3 | 2 | 0 | @edges > 0 and $seen{$addr} |
| 68 | 0 | 0 | 3 | $idx == $#roots && !@edges |
| 79 | 2 | 2 | 0 | $refnode->edges_out > 1 and not $refnode->roots |
| 4 | 0 | 0 | $refnode->edges_out > 1 and not $refnode->roots and not $id_for{$refnode->addr} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 43 | 3 | 2 | 0 | @roots or @edges |