| line |
l |
!l&&r |
!l&&!r |
condition |
|
65
|
0 |
0 |
226 |
($readcursor & $indicators->{'deliverystatus'}) == 0 or $e eq "" |
|
76
|
70 |
15 |
141 |
"Sisimai::String"->aligned(\$e, [" <", "\@", ">..."]) or index(uc $e, ">>> RCPT TO:") != -1 |
|
90
|
20 |
5 |
45 |
$cv eq $v->{'recipient'} or $curcommand eq "MAIL" and index($e, "<<< ") == 0 |
|
110
|
0 |
35 |
10 |
$v->{'command'} ||= $curcommand |
|
122
|
20 |
25 |
61 |
index($e, ">>> ") == 0 or index($e, "<<< ") == 0 |
|
169
|
55 |
0 |
0 |
$e->{'diagnosis'} ||= $anotherone->{$j} |
|
171
|
35 |
5 |
15 |
$e->{'command'} ||= "Sisimai::SMTP::Command"->find($e->{'diagnosis'}) |
|
172
|
55 |
0 |
0 |
'Sisimai::SMTP::Reply'->find($e->{'diagnosis'}) || $anotherone->{'replycode'} |