| line | % | coverage | condition |
| 80 | 100 | | Params::Get::get_params(undef, @_) || {} |
| 260 | 33 | | ref $node eq "HASH" and $node->{'children'} |
| 267 | 67 | | $child->{'children'} and @{$child->{'children'};} |
| 268 | 100 | | @{$child->{'children'};} == 1 and exists $child->{'children'}[0]{'text'} |
| 275 | 100 | | defined $value and $value ne "" |
| 316 | 100 | | $2 || '' |
| 319 | 33 | | $self_close and not $$xml_ref =~ m[^\s*</(?:\w+:)?$raw_tag\s*>] |
| 338 | 67 | | $k1 eq "xmlns" and defined $k2 |
| 67 | | $k1 eq "xmlns" and not defined $k2 |
| 426 | 33 | | $entity =~ /^(lt|gt|amp|quot|apos)$/ or $entity =~ /^#(?:x[0-9a-fA-F]+|\d+)$/ |