Branch Coverage

blib/lib/Sweat/Article.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
46 0 0 unless &blessed($newsapi_article) and $newsapi_article->isa('Web::NewsAPI::Article')
85 0 0 unless ($summary)
119 0 0 if (defined $summary)
131 0 0 if ($summary and $summary =~ /\S/u) { }
168 0 0 if (defined $links[0])
175 0 0 unless ($seen_titles{$proposed_title} or $proposed_title =~ /\d|^list of\s|^comparison of\s|^table of\s/iu)
187 0 0 if ($linked_title) { }