Condition Coverage

blib/lib/HTML/Feature/Engine/LDRFullFeed.pm
Criterion Covered Total %
condition 0 6 0.0


and 3 conditions

line !l l&&!r l&&r condition
115 0 0 0 $$item{'data'}{'url'} and $url =~ /$$item{'data'}{'url'}/

or 3 conditions

line l !l&&r !l&&!r condition
99 0 0 0 $$_{'data'}{'priority'} ||= sub { my $type = $$_{'data'}{'type'}; if ($priority{$type}) { $$_{'data'}{'type'} = $priority{$type}; } else { $$_{'data'}{'type'} = 0; } ; return $_; } ->()