| inc/Path/Class/Dir.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 15 | 6.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 21 | 0 | 2 | 0 | @_ == 1 and not defined $_[0] |
| 157 | 0 | 0 | 0 | $opts{'depthfirst'} && $opts{'preorder'} |
| 178 | 0 | 0 | 0 | not $opts{'all'} and $entry eq '.' || $entry eq '..' |
| 238 | 0 | 0 | 0 | -d $self && (-e $other || -l $other) && $self->subsumes($other) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 178 | 0 | 0 | 0 | $entry eq '.' || $entry eq '..' |