blib/lib/Pod/Simple/Pandoc.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 36 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
66 | 0 | 0 | 0 | not ref $file and $file ne '-' |
100 | 0 | 0 | 0 | ref $_[0] and $_[0]{'name'} |
106 | 0 | 0 | 0 | $_->name eq 'Header' and $_->level <= $skip |
112 | 0 | 0 | 0 | $_->name eq 'Header' and $_->string eq 'NAME' |
135 | 0 | 0 | 0 | $file ne '-' && !(-e $file) |
162 | 0 | 0 | 0 | $fh and (readline $fh // '') =~ /^#!.*perl/ |
205 | 0 | 0 | 0 | $skipped and not $opt{'quiet'} |
341 | 0 | 0 | 0 | $to and $self->{'podurl'} |
425 | 0 | 0 | 0 | @$item == 1 and $item->[0]->name eq 'Plain' |
line | l | !l | condition |
---|---|---|---|
22 | 0 | 0 | $opt{'parse'} ||= [] |
27 | 0 | 0 | $opt{'podurl'} //= 'https://metacpan.org/pod/' |
162 | 0 | 0 | readline $fh // '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
202 | 0 | 0 | 0 | $doc->metavalue('title') // $module |