Branch Coverage

blib/lib/HTML/Feature/Engine/LDRFullFeed.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
26 0 0 if ($site_info)
33 0 0 unless ($result->title)
34 0 0 if (my $title = $tree->look_down('_tag', 'title'))
38 0 0 unless ($result->desc)
39 0 0 if (my $desc = $tree->look_down('_tag', 'meta', 'name', 'description'))
47 0 0 if ($result->text)
63 0 0 if ($c->config->{'LDRFullFeed'}{'data_file_path'}) { }
65 0 0 if (-e $path) { }
91 0 0 if ($priority{$type}) { }
103 0 0 unless $self->_LDRFullFeed
109 0 0 unless ($url)
115 0 0 if ($$item{'data'}{'url'} and $url =~ /$$item{'data'}{'url'}/)