blib/lib/Mail/DomainKeys/Message.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 36 | 38.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
25 | 0 | 6 | 0 | ref $prms{'File'} and ref $prms{'File'} eq 'GLOB' || $prms{'File'}->isa('IO::Handle') |
43 | 0 | 0 | 0 | /^\s/ and $head[$lnum - 1] |
58 | 36 | 0 | 18 | /^\s/ and $head[$lnum - 1] |
80 | 30 | 0 | 6 | $hdr->key =~ /^From$/i and not $seen{'FROM'} |
30 | 0 | 0 | $hdr->key =~ /^Sender$/i and not $seen{'SNDR'} | |
24 | 0 | 6 | $hdr->key =~ /^DomainKey-Signature$/i and not $seen{'SIGN'} | |
338 | 0 | 0 | 0 | $self->signed and $self->signature->testing |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
25 | 6 | 0 | 0 | ref $prms{'File'} eq 'GLOB' || $prms{'File'}->isa('IO::Handle') |
157 | 15 | 0 | 3 | $hdr->signed or $self->signature->signing |
201 | 15 | 0 | 3 | $hdr->signed or $self->signature->signing |
250 | 0 | 0 | 0 | $self->sender || $self->from |
264 | 0 | 6 | 0 | $self->sender || $self->from |