Condition Coverage

blib/lib/Pod/PlainText.pm
Criterion Covered Total %
condition 10 21 47.6


and 3 conditions

line !l l&&!r l&&r condition
155 50 1 0 $self->{'EXCLUDE'} and $command ne "end"
222 0 0 0 @items > 2 and $i != $#items
498 10 0 0 $self->{'alt'} and $indent > 0

or 3 conditions

line l !l&&r !l&&!r condition
247 0 0 107 $command eq "X" or $command eq "Z"
488 0 2 13 not $_ or /^\s+$/
2 3 10 not $_ or /^\s+$/ or $self->{'MARGIN'} - $indent < length($tag) + 1
521 49 0 0 s/^([^\r\n]{0,$width})\s+// or s/^([^\r\n]{$width})//