Condition Coverage

blib/lib/Mail/Milter/Authentication/Handler/BIMI.pm
Criterion Covered Total %
condition 11 26 42.3


and 3 conditions

line !l l&&!r l&&r condition
87 10 0 0 $config->{'rbl_allowlist'} and $config->{'rbl_blocklist'}
281 0 10 0 not $Skip and $config->{'rbl_no_evidence_allowlist'}
10 0 0 not $Skip and $config->{'rbl_no_evidence_allowlist'} and $Result->result eq "pass"
0 0 0 $BIMI->record->authority && $BIMI->record->authority->vmc && $BIMI->record->authority->vmc->is_valid
10 0 0 not $Skip and $config->{'rbl_no_evidence_allowlist'} and $Result->result eq "pass" and not $BIMI->record->authority && $BIMI->record->authority->vmc && $BIMI->record->authority->vmc->is_valid

or 2 conditions

line l !l condition
29 0 1 $config->{'sanitize_location_header'} // "yes"
30 0 1 $config->{'sanitize_indicator_header'} // "silent"
156 2 0 eval {
259 0 10 $config->{'timeout'} // 5000000

or 3 conditions

line l !l&&r !l&&!r condition
212 3 1 3 $Alignment eq "unsigned" or $Alignment eq "thirdparty"