| blib/lib/Bread/Board/Traversable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 9 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 43 | 2 | 12 | 2 | defined $path[0] and $path[0] eq '..' |
| 14 | 0 | 2 | defined $path[0] and $path[0] eq '..' and $c->has_parent |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 45 | 16 | 0 | 0 | $c->parent || confess('Expected parent for ' . $c->name . ' but found none') |