line |
!l |
l&&!r |
l&&r |
condition |
200
|
0 |
0 |
0 |
$date and $date < time - 172800
|
273
|
0 |
0 |
0 |
$smtp->mail($from) and smtp_dbg("FROM $from", $smtp)
|
|
0 |
0 |
0 |
$smtp->mail($from) and smtp_dbg("FROM $from", $smtp) and $smtp->recipient($head{'To'})
|
|
0 |
0 |
0 |
$smtp->mail($from) and smtp_dbg("FROM $from", $smtp) and $smtp->recipient($head{'To'}) and smtp_dbg("TO $head{'To'}", $smtp)
|
|
0 |
0 |
0 |
$smtp->mail($from) and smtp_dbg("FROM $from", $smtp) and $smtp->recipient($head{'To'}) and smtp_dbg("TO $head{'To'}", $smtp) and $smtp->data($message)
|
|
0 |
0 |
0 |
$smtp->mail($from) and smtp_dbg("FROM $from", $smtp) and $smtp->recipient($head{'To'}) and smtp_dbg("TO $head{'To'}", $smtp) and $smtp->data($message) and smtp_dbg("DATA", $smtp)
|
|
0 |
0 |
0 |
$smtp->mail($from) and smtp_dbg("FROM $from", $smtp) and $smtp->recipient($head{'To'}) and smtp_dbg("TO $head{'To'}", $smtp) and $smtp->data($message) and smtp_dbg("DATA", $smtp) and $smtp->quit
|
|
0 |
0 |
0 |
$smtp->mail($from) and smtp_dbg("FROM $from", $smtp) and $smtp->recipient($head{'To'}) and smtp_dbg("TO $head{'To'}", $smtp) and $smtp->data($message) and smtp_dbg("DATA", $smtp) and $smtp->quit and smtp_dbg("QUIT", $smtp)
|
284
|
0 |
0 |
0 |
$code and $text
|