lib/Mail/DMARC/Report/Receive.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 25 | 16.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
234 | 0 | 4 | 1 | $report_id and not $meta->uuid |
375 | 0 | 0 | 0 | $spf{'scope'} and not $self->is_valid_spf_scope($spf{'scope'}) |
380 | 0 | 0 | 0 | $spf{'result'} and not $self->is_valid_spf_result($spf{'result'}) |
line | l | !l | condition |
---|---|---|---|
141 | 0 | 0 | $part->content_type || '' |
154 | 0 | 0 | $part->{'ct'}{'attributes'}{'name'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
156 | 0 | 0 | 0 | $c_type eq "application/zip" or $c_type eq "application/x-zip-compressed" |
171 | 0 | 0 | 0 | $c_type eq "application/octet-stream" or $c_type eq "multipart/alternative" |
217 | 0 | 0 | 0 | $self->{'_header_from'} ||= $report_dom |
240 | 4 | 1 | 0 | $self->{'_header_from'} ||= $report_dom |