| line |
true |
false |
branch |
|
19
|
836 |
45 |
unless index($mhead->{'from'}, "Mail Delivery System") == 0 |
|
20
|
19 |
26 |
unless index($mhead->{'subject'}, "Delivery status notification") == 0 |
|
35
|
94 |
378 |
unless ($readcursor) |
|
37
|
26 |
68 |
if index($e, $startingof->{'message'}[0]) == 0 |
|
40
|
187 |
191 |
if ($readcursor & $indicators->{'deliverystatus'}) == 0 or $e eq "" |
|
59
|
26 |
165 |
if (index($e, ' * ') != -1 and index($e, '@') > 1) { } |
|
61
|
0 |
26 |
if ($v->{'recipient'}) |
|
71
|
11 |
154 |
if (index($e, 'SMTP:') == 0) { } |
|
|
5 |
149 |
elsif (index($e, 'Routing: ') == 0) { } |
|
|
5 |
144 |
elsif (index($e, 'Diagnostic-Code: smtp; ') == 0) { } |
|
86
|
0 |
26 |
unless $recipients |