| blib/lib/App/Pods2Site/PodCopier.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 6 | 10 | 60.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 115 | 10 | 0 | unless (-e $outfile) | 
| 118 | 6 | 4 | !(-d $outfileDir) ? : | 
| 0 | 10 | unless !(-d $outfileDir) ? make_path($outfileDir) : 1 | |
| 119 | 0 | 10 | unless copy($infile, $outfile) | 
| 125 | 0 | 10 | if $args->isVerboseLevel(3) |