Condition Coverage

blib/lib/Pod/POM.pm
Criterion Covered Total %
condition 11 24 45.8


and 3 conditions

line !l l&&!r l&&r condition
441 0 0 27 defined $line and length $line

or 2 conditions

line l !l condition
74 1 20 $config->{'code'} || 0
4 17 $config->{'warn'} || 0
370 189 0 $TEXTSEQ->new(pop @stack) || (return $self->error($TEXTSEQ->error))

or 3 conditions

line l !l&&r !l&&!r condition
74 0 0 21 $config->{'meta'} || $ALLOW_META
99 0 0 0 ref $input or not $input =~ /^=/m
183 1 0 1 $encoding ne 'utf8' or not Encode::is_utf8($chunk)
396 3 0 0 $TEXTSEQ->new($cmd) || $self->error($TEXTSEQ->error)
401 640 0 0 $TEXTSEQ->new(pop @stack) || $self->error($TEXTSEQ->error)