| lib/Pod/Simple/XHTML.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 34 | 50 | 68.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 350 | 229 | 10 | 39 | $_[0]{'in_code'} and @{$_[0]{'in_code'};} |
| 407 | 5 | 0 | 3 | $_[0]{'in_li'}[-1] and pop @{$_[0]{'in_li'};} |
| 413 | 7 | 0 | 5 | $_[0]{'in_li'}[-1] and pop @{$_[0]{'in_li'};} |
| 476 | 86 | 1 | 7 | $_[0]->backlink && $h - $add == 0 |
| 585 | 96 | 0 | 26 | $self->index and @{$to_index;} |
| 601 | 0 | 32 | 29 | @out and $out[-1] =~ m[^\s+<\/ul] |
| 608 | 26 | 21 | 14 | @out and $out[-1] =~ /^\s* |
| line | l | !l | condition |
|---|---|---|---|
| 249 | 0 | 126 | $new->{'output_fh'} ||= *STDOUT{'IO'} |
| 428 | 2 | 5 | $_[0]{'in_dd'} ||= [] |
| 552 | 0 | 20 | $self->html_doctype || '' |
| 553 | 0 | 20 | $self->force_title || $self->title || $self->default_title || '' |
| 554 | 20 | 0 | $self->html_header_tags || '' |
| 711 | 13 | 0 | $self->perldoc_url_prefix || '' |
| 0 | 13 | $self->perldoc_url_postfix || '' | |
| 740 | 6 | 0 | $self->man_url_prefix || '' |
| 5 | 1 | $part || 1 | |
| 0 | 6 | $self->man_url_postfix || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 75 | 20 | 1 | 0 | $entities{$1} || sprintf('#x%X', ord $1) |
| 272 | 0 | 20 | 0 | $self->{'html_header_tags'} ||= '' |
| 703 | 13 | 6 | 0 | defined $to or defined $section |