blib/lib/Pod/PlainText.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 24 | 58.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
155 | 51 | 1 | 0 | $self->{'EXCLUDE'} and $command ne "end" |
222 | 0 | 0 | 0 | @items > 2 and $i != $#items |
495 | 1 | 2 | 3 | defined $_ and /\S/ |
498 | 10 | 0 | 0 | $self->{'alt'} and $indent > 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
247 | 0 | 0 | 107 | $command eq "X" or $command eq "Z" |
488 | 1 | 2 | 13 | not $_ or /^\s+$/ |
3 | 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})// |