Branch Coverage
blib/lib/Mail/Qmail/Filter/ValidateSender.pm
Criterion
Covered
Total
%
branch
0
4
0.0
line
true
false
branch
16
0
0
unless
length
(
my
$mail_from
=
$self
->message
->from
)
20
0
0
unless
"Email::Valid"
->new
(
%
{
$self
->params
;
}
)
->address
(
$mail_from
)