blib/lib/File/DirList.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 12 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
115 | 26 | 1 | 0 | $entry eq '.' and not $showSelf |
0 | 23 | 4 | $hideDotFiles and $entry =~ /^\../ | |
23 | 1 | 3 | $hideDotFiles and $entry =~ /^\../ and $entry ne '..' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
115 | 0 | 0 | 27 | $entry eq '.' and not $showSelf or $hideDotFiles and $entry =~ /^\../ and $entry ne '..' |