| blib/lib/Sweat/Article.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 25 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 46 | 0 | 0 | 0 | &blessed($newsapi_article) and $newsapi_article->isa('Web::NewsAPI::Article') | 
| 124 | 0 | 0 | 0 | defined $found_some and not $found_some | 
| 131 | 0 | 0 | 0 | $summary and $summary =~ /\S/u | 
| 142 | 0 | 0 | 0 | defined $found_some and not $found_some | 
| line | l | !l | condition | 
|---|---|---|---|
| 50 | 0 | 0 | $newsapi_article->title // '' | 
| 0 | 0 | $newsapi_article->description // '' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 80 | 0 | 0 | 0 | $summary or $tries >= 3 | 
| 167 | 0 | 0 | 0 | $linked_title or @links == 0 | 
| 175 | 0 | 0 | 0 | $seen_titles{$proposed_title} or $proposed_title =~ /\d|^list of\s|^comparison of\s|^table of\s/iu |