Condition Coverage

script/news
Criterion Covered Total %
condition 13 20 65.0


and 3 conditions

line !l l&&!r l&&r condition
448 0 2 12 $_ = shift @$article and /\S/u

or 2 conditions

line l !l condition
315 9 0 $from || 'Anonymous'
452 2 0 &decode('MIME-Header', scalar $headers->header('subject')) || '?'
458 2 0 &decode('MIME-Header', scalar $headers->header('newsgroups')) || ''
460 0 2 &decode('MIME-Header', scalar $headers->header('references')) || ''
480 1 1 cached("$group list ", sub {
481 1 1 &first(sub {
482 1 1 $cached_article->{'replies'} || []

or 3 conditions

line l !l&&r !l&&!r condition
459 2 0 0 $group ||= join($", @$newsgroups)