blib/lib/Pod/ProjectDocs/Doc.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 12 | 41.6 |
line | true | false | branch |
---|---|---|---|
78 | 0 | 5 | if $^O eq 'MSWin32' |
80 | 5 | 0 | if (lc $suffix eq 'pm' or lc $suffix eq 'pod') { } |
103 | 10 | 10 | unless (-e $path and -d _) |
104 | 0 | 10 | unless mkdir $path, 493 |
132 | 0 | 0 | unless -e $newsrc |
133 | 0 | 0 | -M $origin < -M $newsrc ? : |