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
210 0 0 0 $domain_pattern and not &is_regexp($domain_pattern)
225 0 0 0 $value && 'ARRAY' eq ref $value
351 0 0 0 defined $param->{'forwards_to'} and ref $param->{'forwards_to'} ne 'ARRAY'
354 0 0 0 defined $param->{'permitted_senders'} and ref $param->{'permitted_senders'} ne 'ARRAY'
413 0 0 0 $domain_pattern and not &is_regexp($domain_pattern)
435 0 0 0 $value && 'ARRAY' eq ref $value

or 3 conditions

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