| line |
true |
false |
branch |
|
19
|
197 |
6 |
unless $mhead->{'from'} =~ /postmaster[\@](?:biglobe|inacatv|tmtv|ttv)[.]ne[.]jp/ |
|
20
|
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
|
0 |
24 |
unless $readcursor & $indicators->{'deliverystatus'} |
|
48
|
6 |
18 |
unless length $e |
|
66
|
6 |
12 |
if ($e =~ /\A([^ ]+[\@][^ ]+)\z/) { } |
|
69
|
0 |
6 |
if ($v->{'recipient'}) |
|
76
|
0 |
6 |
unless "Sisimai::RFC5322"->is_emailaddress($r) |
|
81
|
6 |
6 |
if $e =~ /\A[^\w]/ |
|
85
|
0 |
6 |
unless $recipients |
|
92
|
2 |
6 |
unless grep {index($e->{'diagnosis'}, $_) > -1;} @{$$messagesof{$r};} |