Branch Coverage

blib/lib/WebService/MIAB.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
207 0 0 unless (&is_regexp($email_pattern))
210 0 0 if ($domain_pattern and not &is_regexp($domain_pattern))
216 0 0 if (not $domain_pattern or $_->{'domain'} =~ /$domain_pattern/)
223 0 0 if $_
225 0 0 $value && 'ARRAY' eq ref $value ? :
351 0 0 if (defined $param->{'forwards_to'} and ref $param->{'forwards_to'} ne 'ARRAY')
354 0 0 if (defined $param->{'permitted_senders'} and ref $param->{'permitted_senders'} ne 'ARRAY')
359 0 0 defined $param->{'forwards_to'} ? :
362 0 0 defined $param->{'permitted_senders'} ? :
366 0 0 unless (length $forward_address_for_request . $permitted_senders_for_request)
410 0 0 unless (&is_regexp($alias_pattern))
413 0 0 if ($domain_pattern and not &is_regexp($domain_pattern))
422 0 0 if (not $domain_pattern or $_->{'domain'} =~ /$domain_pattern/)
433 0 0 if $_
435 0 0 $value && 'ARRAY' eq ref $value ? :