| blib/lib/Pod/Pandoc/Modules.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 25 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 85 | 0 | 0 | 0 | $module and $modules->{$module} |
| 112 | 0 | 0 | 0 | $opt->{'update'} and -e $target |
| line | l | !l | condition |
|---|---|---|---|
| 17 | 0 | 0 | $_[1] // {} |
| 46 | 0 | 0 | $opt->{'ext'} // 'html' |
| 63 | 0 | 0 | $modules->{$_}->metavalue('subtitle') // '' |
| 109 | 0 | 0 | $opt->{'ext'} // 'html' |
| 140 | 0 | 0 | $opt{'ext'} //= 'html' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 26 | 0 | 0 | 0 | $doc->meta->{'title'} //= &MetaString($name) |
| 137 | 0 | 0 | 0 | $opt{'dir'} // croak('output directory must be specified!') |
| 0 | 0 | 0 | $dir //= $opt{'dir'} // croak('output directory must be specified!') |