blib/lib/Mail/Milter/Authentication/Handler/TrustedIP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 6 | 100.0 |
line | true | false | branch |
---|---|---|---|
29 | 8 | 66 | unless exists $config->{'trusted_ip_list'} |
34 | 4 | 78 | if ($is_overlap == $Mail::Milter::Authentication::Handler::TrustedIP::IP_A_IN_B_OVERLAP or $is_overlap == $Mail::Milter::Authentication::Handler::TrustedIP::IP_B_IN_A_OVERLAP or $is_overlap == $Mail::Milter::Authentication::Handler::TrustedIP::IP_PARTIAL_OVERLAP or $is_overlap == $Mail::Milter::Authentication::Handler::TrustedIP::IP_IDENTICAL) |
56 | 6 | 68 | if ($self->is_trusted_ip_address($ip)) |