Condition Coverage

blib/lib/Pod/Pandoc/Modules.pm
Criterion Covered Total %
condition 6 25 24.0


and 3 conditions

line !l l&&!r l&&r condition
81 0 0 0 $module and $modules->{$module}
108 0 0 0 $opt->{'update'} and -e $target

or 2 conditions

line l !l condition
17 1 2 $_[1] // {}
46 0 1 $opt->{'ext'} // 'html'
61 2 0 &Str(scalar $modules->{$_}->metavalue('subtitle')) // ''
105 0 0 $opt->{'ext'} // 'html'
136 0 0 $opt{'ext'} //= 'html'

or 3 conditions

line l !l&&r !l&&!r condition
26 1 3 0 $doc->meta->{'title'} //= &MetaString($name)
133 0 0 0 $opt{'dir'} // croak('output directory must be specified!')
0 0 0 $dir //= $opt{'dir'} // croak('output directory must be specified!')