blib/lib/App/pod2pandoc.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 23 | 13.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
39 | 0 | 1 | 1 | @_ and not $_[0] =~ /^-./ |
42 | 2 | 0 | 0 | $opt{'parse'} and $opt{'parse'} ne '*' |
65 | 0 | 0 | 0 | $value->can('is_meta') and $value->is_meta |
112 | 0 | 0 | 0 | @$input > 0 and -d $input->[0] |
line | l | !l | condition |
---|---|---|---|
83 | 0 | 0 | shift() || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
53 | 0 | 0 | 0 | $doc->meta->{$_} //= $meta->{$_} |
109 | 0 | 0 | 0 | $opt->{'meta'} // delete $opt->{'default-meta'} |
119 | 0 | 0 | 0 | %$found or $opt->{'quiet'} |