Condition Coverage

lib/OODoc/Format/Pod.pm
Criterion Covered Total %
condition 0 19 0.0


and 3 conditions

line !l l&&!r l&&r condition
381 0 0 0 defined $widths->[$_] and $widths->[$_] > $w[$_]
0 0 0 defined $widths->[$_] and $widths->[$_] > $w[$_] and $w[$_] = $widths->[$_]

or 2 conditions

line l !l condition
33 0 0 $args->{'format'} //= "pod"
130 0 0 $args{'show_examples'} || 'EXPAND'
168 0 0 $manual->chapter("DETAILS") // (return $self)
200 0 0 $indent //= ""
249 0 0 $args{'subroutines'} || []

or 3 conditions

line l !l&&r !l&&!r condition
476 0 0 0 $text ||= $self->cleanup($manual, "Z<>\n")