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
209 0 0 0 $domain_pattern and not &is_regexp($domain_pattern)
224 0 0 0 $value && 'ARRAY' eq ref $value
352 0 0 0 defined $param->{'forwards_to'} and ref $param->{'forwards_to'} ne 'ARRAY'
355 0 0 0 defined $param->{'permitted_senders'} and ref $param->{'permitted_senders'} ne 'ARRAY'
414 0 0 0 $domain_pattern and not &is_regexp($domain_pattern)
436 0 0 0 $value && 'ARRAY' eq ref $value

or 3 conditions

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