| blib/lib/Pod/Simple/Pandoc.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 12 | 24 | 50.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 66 | 0 | 0 | 8 | not ref $file and $file ne '-' | 
| 112 | 0 | 0 | 0 | $file ne '-' && !(-e $file) | 
| 139 | 0 | 1 | 1 | $fh and (<$fh> // '') =~ /^#!.*perl/ | 
| 182 | 1 | 0 | 1 | $skipped and not $opt{'quiet'} | 
| 390 | 0 | 0 | 25 | @$item == 1 and $item->[0]->name eq 'Plain' | 
| line | l | !l | condition | 
|---|---|---|---|
| 22 | 0 | 2 | $opt{'parse'} ||= [] | 
| 27 | 0 | 2 | $opt{'podurl'} //= 'https://metacpan.org/pod/' | 
| 139 | 1 | 1 | <$fh> // '' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 179 | 1 | 2 | 0 | $doc->metavalue('title') // $module |