| blib/lib/Pod/PXML.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 42 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 149 | 0 | 0 | 0 | $x and @$x == 1 |
| 0 | 0 | 0 | $x and @$x == 1 and $$x[0]->get_type eq 'text' | |
| 178 | 0 | 0 | 0 | $x = $target->get_children and @$x |
| 187 | 0 | 0 | 0 | $ch = $it->get_children and @$ch == 1 |
| 0 | 0 | 0 | $ch = $it->get_children and @$ch == 1 and $$ch[0]->get_type eq 'text' | |
| 262 | 0 | 0 | 0 | $Pod::PXML::FUSE_ADJACENT_PRES and $out =~ s[\n\n$][]s |
| 302 | 0 | 0 | 0 | $x =~ /[&<>]/ and not $x =~ /[^\x00-\x80]/ |
| 429 | 0 | 0 | 0 | defined $text && length $text |
| 577 | 0 | 0 | 0 | defined $_[0] and length $_[0] |
| line | l | !l | condition |
|---|---|---|---|
| 167 | 0 | 0 | $it->get_target || die('targetless link?') |
| 424 | 0 | 0 | $attr{'target'} || '????' |
| 583 | 0 | 0 | $Pod::PXML::Acceptable_children{$stack[-1]} || die(qq[Putting text under unknown element "$stack[-1]"]) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 419 | 0 | 0 | 0 | $gi eq 'p' or $gi eq 'pre' |
| 440 | 0 | 0 | 0 | $attr{'xmlns'} || $Pod::PXML::XMLNS |
| 559 | 0 | 0 | 0 | length $xref or length $section |