Condition Coverage

blib/lib/Mojo/Feed/Reader.pm
Criterion Covered Total %
condition 9 14 64.2


and 3 conditions

line !l l&&!r l&&r condition
43 0 0 8 &blessed($xml) && $xml->isa('Mojo::URL')
52 0 8 22 &blessed($xml) && $xml->can('slurp')
74 2 0 25 $tx->res->is_success and $tx->res->code == 200

or 2 conditions

line l !l condition
114 80 1760 $subscriptions{$rss}{'categories'} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
99 52 28 0 $node->{'title'} || $node->{'text'}