blib/lib/Dir/ListFilesRecursive.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 27 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
246 | 523 | 0 | 0 | $para{'no_files'} ne '' and not -d $i |
247 | 523 | 0 | 0 | $para{'no_dir'} ne '' and -d $i |
248 | 523 | 0 | 0 | $para{'no_dirs'} ne '' and -d $i |
249 | 523 | 0 | 0 | $para{'no_directories'} ne '' and -d $i |
250 | 523 | 0 | 0 | $para{'no_folder'} ne '' and -d $i |
251 | 523 | 0 | 0 | $para{'no_folders'} ne '' and -d $i |
252 | 523 | 0 | 0 | $para{'no_hidden_files'} ne '' and $i =~ /^\./ |
253 | 523 | 0 | 0 | $para{'no_hidden'} ne '' and $i =~ /^\./ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
255 | 0 | 0 | 523 | lc $para{'ext'} || lc $para{'extension'} |