| blib/lib/Pod/Simple/Pandoc.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 24 | 16.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 67 | 0 | 0 | 2 | not ref $file and $file ne '-' |
| 113 | 0 | 0 | 0 | $file ne '-' && !(-e $file) |
| 138 | 0 | 0 | 0 | $fh and (<$fh> // '') =~ /^#!.*perl/ |
| 178 | 0 | 0 | 0 | not $modules->add($module, $doc) and $opt{'quiet'} |
| 385 | 0 | 0 | 10 | @$item == 1 and $item->[0]->name eq 'Plain' |
| line | l | !l | condition |
|---|---|---|---|
| 22 | 0 | 2 | $opt{'targets'} //= [] |
| 28 | 0 | 2 | $opt{'podurl'} //= 'https://metacpan.org/pod/' |
| 138 | 0 | 0 | <$fh> // '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 177 | 0 | 0 | 0 | $doc->metavalue('title') // $module |