| blib/lib/Pod/Generate/Recursive.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 30 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 86 | 0 | 0 | unless $$self{'source'} |
| 88 | 0 | 0 | unless $$self{'destination'} |
| 91 | 0 | 0 | unless (-d $$self{'destination'}) |
| 93 | 0 | 0 | unless make_path($$self{'destination'}) |
| 99 | 0 | 0 | if ($$self{'debug'}) |
| 105 | 0 | 0 | if ($$self{'debug'}) |
| 106 | 0 | 0 | unless (-d $newbase) |
| 108 | 0 | 0 | unless make_path($newbase) |
| 119 | 0 | 0 | if ($pod eq '') |
| 140 | 0 | 0 | if $_ =~ /^\./ |
| 143 | 0 | 0 | unless -f $_ |
| 147 | 0 | 0 | if $_ =~ /\.p[ml]/ |
| 160 | 0 | 0 | if ($debug) |
| 176 | 0 | 0 | if ($destination) |
| 192 | 0 | 0 | if ($source) |