Branch Coverage

blib/lib/Mail/Milter/Authentication/Handler/TrustedIP.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
27 8 66 unless exists $config->{'trusted_ip_list'}
31 0 84 if (not $trusted_obj) { }
36 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)
59 6 68 if ($self->is_trusted_ip_address($ip))