Condition Coverage

blib/lib/XML/Atom/Syndication/Content.pm
Criterion Covered Total %
condition 11 15 73.3


and 3 conditions

line !l l&&!r l&&r condition
90 0 0 3 @children == 1 and $local eq 'div'

or 3 conditions

line l !l&&r !l&&!r condition
34 1 2 6 not defined $type or $type eq 'text'
3 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$]