Condition Coverage

blib/lib/WebService/MIAB.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
241 0 0 0 $domain_pattern and not &is_regexp($domain_pattern)
256 0 0 0 $value && 'ARRAY' eq ref $value
428 0 0 0 defined $param->{'forwards_to'} and ref $param->{'forwards_to'} ne 'ARRAY'
431 0 0 0 defined $param->{'permitted_senders'} and ref $param->{'permitted_senders'} ne 'ARRAY'
497 0 0 0 $domain_pattern and not &is_regexp($domain_pattern)
519 0 0 0 $value && 'ARRAY' eq ref $value

or 3 conditions

line l !l&&r !l&&!r condition
247 0 0 0 not $domain_pattern or $_->{'domain'} =~ /$domain_pattern/
506 0 0 0 not $domain_pattern or $_->{'domain'} =~ /$domain_pattern/