| script/news | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 17 | 64.7 |
| line | l | !l | condition |
|---|---|---|---|
| 321 | 11 | 0 | $from || 'Anonymous' |
| 459 | 2 | 0 | &decode('MIME-Header', scalar $headers->header('subject')) || '?' |
| 464 | 2 | 0 | &decode('MIME-Header', scalar $headers->header('newsgroups')) || '' |
| 466 | 0 | 2 | &decode('MIME-Header', scalar $headers->header('references')) || '' |
| 486 | 1 | 1 | cached("$group list ", sub { |
| 487 | 1 | 1 | &first(sub { |
| 488 | 1 | 1 | $cached_article->{'replies'} || [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 465 | 2 | 0 | 0 | $group ||= join($", @$newsgroups) |