Condition Coverage

blib/lib/Pod/Pandoc/Modules.pm
Criterion Covered Total %
condition 2 20 10.0


and 3 conditions

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

or 2 conditions

line l !l condition
17 1 0 $_[1] // {}
43 0 1 $opt->{'ext'} // 'html'
102 0 0 $opt->{'ext'} // 'html'
133 0 0 $opt{'ext'} //= 'html'

or 3 conditions

line l !l&&r !l&&!r condition
130 0 0 0 $opt{'dir'} // croak('output directory must be specified!')
0 0 0 $dir //= $opt{'dir'} // croak('output directory must be specified!')