| blib/lib/Pod/Simple/XHTML.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 37 | 52 | 71.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 393 | 257 | 12 | 43 | $_[0]{'in_code'} and @{$_[0]{'in_code'};} |
| 452 | 5 | 0 | 3 | $_[0]{'in_li'}[-1] and pop @{$_[0]{"in_li"};} |
| 458 | 7 | 0 | 5 | $_[0]{'in_li'}[-1] and pop @{$_[0]{"in_li"};} |
| 523 | 94 | 1 | 7 | $_[0]->backlink && $h - $add == 0 |
| 647 | 0 | 39 | 29 | @out and $out[-1] =~ m[^\s+<\/ul] |
| 654 | 33 | 21 | 14 | @out and $out[-1] =~ /^\s* |
| 674 | 102 | 7 | 33 | $self->index and @{$to_index;} |
| line | l | !l | condition |
|---|---|---|---|
| 284 | 0 | 147 | $new->{'output_fh'} ||= *STDOUT{"IO"} |
| 474 | 2 | 12 | $_[0]{'in_dd'} ||= [] |
| 599 | 0 | 20 | $self->html_doctype || '' |
| 600 | 0 | 20 | $self->force_title || $self->title || $self->default_title || '' |
| 601 | 20 | 0 | $self->html_header_tags || '' |
| 772 | 13 | 0 | $self->perldoc_url_prefix || '' |
| 0 | 13 | $self->perldoc_url_postfix || '' | |
| 809 | 6 | 0 | $self->man_url_prefix || '' |
| 5 | 1 | $part || 1 | |
| 5 | 1 | $part || 1 | |
| 6 | 0 | $self->man_url_postfix || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 77 | 40 | 20 | 0 | $entities{$1} || sprintf('#x%X', unpack('U', $1)) |
| 308 | 0 | 20 | 0 | $self->{'html_header_tags'} ||= '' |
| 763 | 13 | 13 | 0 | defined $to or defined $section |