blib/lib/XML/Atom/Syndication/Content.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 15 | 73.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
90 | 0 | 0 | 3 | @children == 1 and $local eq 'div' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
34 | 1 | 4 | 6 | not defined $type or $type eq 'text' |
5 | 1 | 5 | not defined $type or $type eq 'text' or $type eq 'html' | |
3 | 0 | 2 | $type eq 'xhtml' or $type =~ m[^(text/xml|application/xml|text/xml-external-parsed-entity)$] | |
3 | 0 | 2 | $type eq 'xhtml' or $type =~ m[^(text/xml|application/xml|text/xml-external-parsed-entity)$] or $type =~ m[[\+/]xml$] |