blib/lib/Mail/DKIM/DkPolicy.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 21 | 19.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
27 | 1 | 0 | 0 | $prms->{'Author'} and not $prms->{'Sender'} |
30 | 1 | 0 | 0 | $prms->{'Sender'} and not $prms->{'Domain'} |
33 | 0 | 0 | 0 | $prms->{'Sender'} =~ /\@([^\@]*)$/ && $1 |
83 | 0 | 0 | 0 | $self->signall and not $self->testing |
137 | 0 | 0 | 0 | $self->policy && $self->policy eq '-' |
156 | 1 | 0 | 0 | $t and $t =~ /y/i |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
60 | 0 | 1 | 0 | $DEFAULT_POLICY ||= $class->new |