| blib/lib/WWW/Noss/FeedReader.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 18 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 65 | 0 | 0 | 13 | $dom->documentElement->nodeName eq "feed" and $dom->documentElement->getAttribute("xmlns") eq $WWW::Noss::FeedReader::Atom::NS |
| 115 | 15 | 0 | 1 | defined $feed->limit and $feed->limit < @$entries |
| 156 | 1 | 1 | 0 | $type ne "application/atom+xml" and $type ne "application/rss+xml" |
| line | l | !l | condition |
|---|---|---|---|
| 124 | 200 | 0 | $_ // "" |
| 151 | 2 | 0 | $c->getAttribute("rel") // "" |
| 155 | 2 | 0 | $c->getAttribute("type") // "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 121 | 40 | 0 | 0 | $entries->[$i]{'author'} //= $channel->{'author'} |