| blib/lib/Pod/HTML_Elements.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 20 | 60.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 28 | 1 | 0 | 0 | defined $$obj{'Index'} and not defined $$obj{'index'} |
| 49 | 18 | 0 | 42 | @_ and defined $_[0] |
| 18 | 41 | 1 | @_ and defined $_[0] and ref $_[0] eq 'HASH' | |
| 222 | 8 | 0 | 1 | $t eq 'NAME' and not $$parser{'title'} |
| 233 | 1 | 0 | 2 | $$parser{'last_head1'} and $$parser{'last_head1'} eq $parser->input_file |
| line | l | !l | condition |
|---|---|---|---|
| 218 | 9 | 0 | $1 || 3 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 256 | 0 | 0 | 6 | $expansion =~ /^\d+(?:\.|\s+|\))(.*)$/ or $expansion =~ /^\[\d+\](?:\.|\s+|\))(.*)$/ |