Condition Coverage

lib/OODoc/Format/Pod3.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
84 0 0 0 defined $descr and length $descr
100 0 0 0 $name ne "NAME" and $name ne "SYNOPSIS"

or 2 conditions

line l !l condition
32 0 0 $args->{'format'} //= "pod3"
46 0 0 delete $args{'template'} || \$default_template
89 0 0 $example->name || 'Example'

or 3 conditions

line l !l&&r !l&&!r condition
123 0 0 0 $order{$_->{'chapter'}} ||= $count++
170 0 0 0 $template->valueFor('subsubsection_obj') || $template->valueFor('subsection_obj') || $template->valueFor('section_obj') || $template->valueFor('chapter_obj')