| line |
true |
false |
branch |
|
19
|
713 |
199 |
unless index($mhead->{'from'}, "postmaster\@") != -1 |
|
20
|
193 |
6 |
unless grep {index($mhead->{'from'}, '@' . $_ . '.ne.jp') != -1;} "biglobe", "inacatv", "tmtv", "ttv" |
|
21
|
0 |
6 |
unless index($mhead->{'subject'}, "Returned mail:") == 0 |
|
42
|
18 |
24 |
unless ($readcursor) |
|
44
|
6 |
12 |
if index($e, $startingof->{'message'}[0]) == 0 |
|
47
|
6 |
18 |
if ($readcursor & $indicators->{'deliverystatus'}) == 0 or $e eq "" |
|
65
|
6 |
12 |
if (index($e, '@') > 1 and index($e, ' ') == -1) { } |
|
68
|
0 |
6 |
if ($v->{'recipient'}) |
|
73
|
0 |
6 |
unless "Sisimai::Address"->is_emailaddress($e) |
|
78
|
6 |
6 |
if index($e, "--") != -1 |
|
82
|
0 |
6 |
unless $recipients |
|
89
|
2 |
6 |
unless grep {index($e->{'diagnosis'}, $_) != -1;} @{$$messagesof{$r}} |