blib/lib/Mail/DKIM/Signature.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 20 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
219 | 12 | 1 | 813 | $options and $options eq "txt" |
447 | 836 | 8 | 274 | wantarray and $h |
542 | 44 | 280 | 147 | $self->{'verify_result'} and $self->{'verify_details'} |
line | l | !l | condition |
---|---|---|---|
30 | 16 | 150 | $prms{'Algorithm'} || 'rsa-sha1' |
440 | 569 | 549 | $self->get_tag('h') || '' |
472 | 83 | 0 | $self->domain || '' |
510 | 0 | 0 | lc $self->get_tag('c') || 'simple' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
202 | 0 | 3 | 0 | $self->{'_verify_time'} ||= time |