| line |
true |
false |
branch |
|
19
|
711 |
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 |
|
37
|
18 |
24 |
unless ($readcursor) |
|
39
|
6 |
12 |
if index($e, $startingof->{'message'}[0]) == 0 |
|
42
|
6 |
18 |
if ($readcursor & $indicators->{'deliverystatus'}) == 0 or $e eq "" |
|
60
|
6 |
12 |
if (index($e, '@') > 1 and index($e, ' ') == -1) { } |
|
63
|
0 |
6 |
if ($v->{'recipient'}) |
|
68
|
0 |
6 |
unless "Sisimai::Address"->is_emailaddress($e) |
|
73
|
6 |
6 |
if index($e, "--") != -1 |
|
77
|
0 |
6 |
unless $recipients |