| blib/lib/File/Find/Rule/Filesys/Virtual.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 9 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 129 | 0 | 0 | 2 | $vfs->test('e', $path) and not $vfs->test('d', $path) |
| 151 | 9 | 0 | 22 | $vfs->test('d', $name) and not $File::Find::prune |
| 9 | 18 | 4 | $vfs->test('d', $name) and not $File::Find::prune and not $name =~ /^\..?$/ |