| blib/lib/File/Iterator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 18 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 66 | 0 | 0 | 0 | $$self{'RECURSE'} and !(-l $nextfile) || $$self{'FOLLOWSYMLINKS'} |
| 76 | 0 | 0 | 0 | $filter and not &$filter($nextfile) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 12 | 0 | 0 | 0 | ref $proto || $proto |
| 27 | 0 | 0 | 0 | $^O eq 'MSWin32' or $^O eq 'os2' |
| 49 | 0 | 0 | 0 | $^O eq 'MSWin32' || $^O eq 'NetWare' || $^O eq 'os2' |
| 66 | 0 | 0 | 0 | !(-l $nextfile) || $$self{'FOLLOWSYMLINKS'} |