| line |
true |
false |
branch |
|
18
|
0 |
910 |
if "Sisimai::String"->aligned(\$mhead->{'from'}, ["no-reply\@.", ".dion.ne.jp"]) |
|
19
|
16 |
894 |
if $mhead->{'reply-to'} and $mhead->{'reply-to'} eq "no-reply\@app.auone-net.jp" |
|
20
|
0 |
910 |
if grep {rindex($_, "ezweb.ne.jp (") != -1;} @{$$mhead{"received"}} |
|
21
|
0 |
910 |
if grep {rindex($_, ".au.com (") != -1;} @{$$mhead{"received"}} |
|
22
|
894 |
16 |
unless $match |
|
36
|
106 |
32 |
unless ($readcursor) |
|
38
|
16 |
90 |
if grep {index($e, $_) == 0;} @{$$startingof{"message"}} |
|
40
|
90 |
48 |
if ($readcursor & $indicators->{'deliverystatus'}) == 0 or $e eq "" |
|
43
|
16 |
32 |
if (index($e, ' Could not be delivered to: <') != -1) { } |
|
|
16 |
16 |
elsif (index($e, 'Your mail sent on: ') != -1) { } |
|
47
|
0 |
16 |
if ($v->{'recipient'}) |
|
54
|
0 |
16 |
unless "Sisimai::Address"->is_emailaddress($r) |
|
64
|
16 |
0 |
if index($e, " ") == 0 |
|
67
|
0 |
16 |
unless $recipients |
|
73
|
0 |
16 |
if (defined $mhead->{'x-spasign'} and $mhead->{'x-spasign'} eq 'NG') { } |
|
81
|
0 |
16 |
if $e->{'command'} eq "RCPT" |