line |
l |
!l&&r |
!l&&!r |
condition |
47
|
0 |
0 |
1 |
$smtp eq 'localhost' or $smtp =~ / \A $CGI::FormBuilder::Mail::FormatMultiPart::RE{'net'}{'domain'}{-'nospace'} \z /msx |
|
0 |
0 |
1 |
$smtp eq 'localhost' or $smtp =~ / \A $CGI::FormBuilder::Mail::FormatMultiPart::RE{'net'}{'domain'}{-'nospace'} \z /msx or $smtp =~ / \A $CGI::FormBuilder::Mail::FormatMultiPart::RE{'net'}{'IPv4'} \z /msx |
60
|
0 |
0 |
0 |
ref $format or not grep({$_ eq $format;} 'plain', 'html', 'both') |
66
|
0 |
0 |
0 |
$skip or defined $skipfields and ref $skipfields ne 'ARRAY' |
74
|
0 |
0 |
0 |
$subject ||= sprintf($$form{'messages'}->mail_results_subject, $form->title) |
110
|
0 |
0 |
0 |
$format eq 'plain' or $format eq 'both' |
116
|
0 |
0 |
0 |
$format eq 'html' or $format eq 'both' |
128
|
0 |
0 |
0 |
$CGI::FormBuilder::Mail::FormatMultiPart::EVAL_ERROR or not $success |