| blib/lib/Mail/DKIM/DkimPolicy.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 27 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 29 | 0 | 0 | 0 | $prms->{'Author'} and not $prms->{'Domain'} |
| 30 | 0 | 0 | 0 | $prms->{'Author'} =~ /\@([^\@]*)$/ && $1 |
| 71 | 0 | 0 | 0 | $signature->result and $signature->result eq "pass" |
| 85 | 0 | 0 | 0 | $self->signall_strict and not $self->testing |
| 94 | 0 | 0 | 0 | $self->signall and not $self->testing |
| 147 | 0 | 0 | 0 | $self->policy && ($self->policy =~ /all/i || $self->policy eq '-') |
| 156 | 0 | 0 | 0 | $self->policy && ($self->policy =~ /strict/i || $self->policy eq '!') |
| 177 | 0 | 0 | 0 | $t and $t =~ /y/i |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 52 | 0 | 0 | 0 | $DEFAULT_POLICY ||= $class->new |