| blib/lib/EPublisher/Source/Plugin/File.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 12 | 12 | 100.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 24 | 1 | 21 | unless (defined $file) | 
| 29 | 5 | 16 | unless (-f $file) | 
| 38 | 7 | 9 | unless defined $options->{'title'} | 
| 40 | 5 | 11 | if ($options->{'title'} eq 'pod') { } | 
| 3 | 8 | elsif (length $options->{'title'}) { } | |
| 42 | 2 | 3 | unless defined $title |