blib/lib/Pod/Simple/XHTML.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 34 | 50 | 68.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
385 | 229 | 10 | 40 | $_[0]{'in_code'} and @{$_[0]{'in_code'};} |
444 | 5 | 0 | 3 | $_[0]{'in_li'}[-1] and pop @{$_[0]{"in_li"};} |
450 | 7 | 0 | 5 | $_[0]{'in_li'}[-1] and pop @{$_[0]{"in_li"};} |
515 | 86 | 1 | 7 | $_[0]->backlink && $h - $add == 0 |
639 | 0 | 32 | 29 | @out and $out[-1] =~ m[^\s+<\/ul] |
646 | 26 | 21 | 14 | @out and $out[-1] =~ /^\s* |
666 | 97 | 0 | 26 | $self->index and @{$to_index;} |
line | l | !l | condition |
---|---|---|---|
277 | 0 | 127 | $new->{'output_fh'} ||= *STDOUT{"IO"} |
466 | 2 | 5 | $_[0]{'in_dd'} ||= [] |
591 | 0 | 20 | $self->html_doctype || '' |
592 | 0 | 20 | $self->force_title || $self->title || $self->default_title || '' |
593 | 20 | 0 | $self->html_header_tags || '' |
761 | 13 | 0 | $self->perldoc_url_prefix || '' |
0 | 13 | $self->perldoc_url_postfix || '' | |
790 | 6 | 0 | $self->man_url_prefix || '' |
5 | 1 | $part || 1 | |
0 | 6 | $self->man_url_postfix || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
76 | 20 | 1 | 0 | $entities{$1} || sprintf('#x%X', ord $1) |
300 | 0 | 20 | 0 | $self->{'html_header_tags'} ||= "" |
752 | 13 | 6 | 0 | defined $to or defined $section |