Condition Coverage

blib/lib/OpenGuides/Feed.pm
Criterion Covered Total %
condition 7 15 46.6


and 3 conditions

line !l l&&!r l&&r condition
31 0 0 21 $wiki and UNIVERSAL::isa($wiki, 'Wiki::Toolkit')
38 0 0 21 $config and UNIVERSAL::isa($config, 'OpenGuides::Config')

or 2 conditions

line l !l condition
56 0 21 $config->default_city || ''
57 0 21 $config->default_country || ''
58 21 0 $config->site_desc || ''

or 3 conditions

line l !l&&r !l&&!r condition
192 6 0 8 not $newest_node or $node->{'last_modified'} gt $newest_node->{'last_modified'}