blib/lib/Dotiac/DTL/Reduced.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
28 | 0 | 0 | if (-e $file) { } |
0 | 0 | elsif (-e "$file.html") { } | |
0 | 0 | elsif (-e "$file.txt") { } | |
38 | 0 | 0 | if -e 'File::Spec'->catfile($dir, "$file.html") |
39 | 0 | 0 | if -e 'File::Spec'->catfile($dir, "$file.txt") |
40 | 0 | 0 | if -e 'File::Spec'->catfile($dir, $file) |
43 | 0 | 0 | if -e $file |