lib/Path/Extended/Dir.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 20 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
51 | 34 | 2 | 17 | $$self{'_compat'} and defined wantarray |
203 | 0 | 178 | 0 | not $options{'all'} and $entry eq '.' || $entry eq '..' |
251 | 7 | 2 | 2 | $opts{'depthfirst'} && $opts{'preorder'} |
298 | 1 | 0 | 1 | -d $self && (-e $other || -l $other) && $self->subsumes($other) |
line | l | !l | condition |
---|---|---|---|
81 | 1 | 0 | $pos || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
203 | 45 | 45 | 88 | $entry eq '.' || $entry eq '..' |
207 | 76 | 0 | 12 | $options{'prune'} or $options{'no_hidden'} |