| blib/lib/Template/Semantic/Document.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 19 | 21 | 90.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 137 | 265 | 11 | 15 | $value_type eq 'ARRAY' and ref $value->[0] eq 'HASH' |
| 169 | 41 | 0 | &blessed($value) and $value->can('filter') | |
| 169 | 32 | 9 | &blessed($value) and $value->isa('Template::Semantic::Document') | |
| 169 | 1 | 31 | &blessed($value) and $value->isa('XML::LibXML::Node') | |
| 179 | 0 | 1 | 10 | $p && $p->serialize =~ /^(\W+)$/s |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 258 | 11 | 11 | 22 | $node->isa('XML::LibXML::Comment') or $node->isa('XML::LibXML::CDATASection') |
| 280 | 5 | 5 | 50 | $node->isa('XML::LibXML::Comment') or $node->isa('XML::LibXML::CDATASection') |