Branch Coverage

blib/lib/Mail/MtPolicyd/Plugin/CtIpRep.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
50 0 0 if (defined $self->key)
57 0 0 if ($response->code ne 200)
63 0 0 unless (defined $action)
76 0 0 unless (defined $ip)
81 0 0 if ($enabled eq 'off')
88 0 0 if ($result eq 'accept') { }
0 0 elsif ($result eq 'permfail') { }
0 0 elsif ($result eq 'tempfail') { }
93 0 0 if ($self->permfail_score and not $r->is_already_done($self->name . '-score'))
99 0 0 if ($self->tempfail_score and not $r->is_already_done($self->name . '-score'))
108 0 0 if ($mode eq 'reject' or $mode eq 'defer')
120 0 0 if ($action eq 'reject') { }
0 0 elsif ($action eq 'defer') { }