Condition Coverage

blib/lib/Pod/Abstract/Parser.pm
Criterion Covered Total %
condition 13 20 65.0


and 3 conditions

line !l l&&!r l&&r condition
144 47 0 0 $no_parse{$top->type} and not $top->param("parse_me")
159 10 2 2 $command =~ /^(begin|for)$/ and $paragraph =~ /^\:/
193 45 0 2 $command eq "for" and $for_para
264 23 0 0 $no_parse{$top->type} and not $top->param("parse_me")
310 61 2 1 $no_parse{$top->type} and not $top->param("parse_me")
368 0 11 14 defined $cmd_stack and @$cmd_stack

or 2 conditions

line l !l condition
104 54 0 $self->{'cmd_stack'} || []