blib/lib/Mail/MtPolicyd/Plugin/GeoIPAction.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
33 | 0 | 0 | if (grep {$_ eq $cc;} @{$self->_country_codes;}) |
52 | 0 | 0 | if ($enabled eq 'off') |
57 | 0 | 0 | unless (defined $session->{$result_key}) |
62 | 0 | 0 | unless (defined $country_code) |
66 | 0 | 0 | unless ($self->is_in_country_codes($country_code)) |
72 | 0 | 0 | if (defined $self->score and not $r->is_already_done('geoip-' . $self->name . '-score')) |
76 | 0 | 0 | if ($mode eq 'reject') |
82 | 0 | 0 | if ($mode eq 'accept' or $mode eq 'dunno') |