| blib/lib/Pod/Abstract/Parser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 14 | 35.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 136 | 4 | 0 | 0 | $no_parse{$top->type} and not $top->param('parse_me') |
| 191 | 0 | 0 | 0 | $no_parse{$top->type} and not $top->param('parse_me') |
| 224 | 2 | 0 | 0 | $no_parse{$top->type} and not $top->param('parse_me') |
| 282 | 0 | 5 | 6 | defined $cmd_stack and @$cmd_stack |
| line | l | !l | condition |
|---|---|---|---|
| 96 | 4 | 0 | $$self{'cmd_stack'} || [] |