Condition Coverage

blib/lib/Mail/Milter/Authentication/App/Blocker/App/Command/add.pm
Criterion Covered Total %
condition 0 9 0.0


and 3 conditions

line !l l&&!r l&&r condition
44 0 0 0 $rcode =~ /^[4|5]\d\d$/u && $xcode =~ /^[4|5]\.\d+\.\d+$/u

or 3 conditions

line l !l&&r !l&&!r condition
44 0 0 0 not $rcode =~ /^[4|5]\d\d$/u && $xcode =~ /^[4|5]\.\d+\.\d+$/u or substr($rcode, 0, 1) ne substr($xcode, 0, 1)
50 0 0 0 $opt->{'percent'} < 0 or $opt->{'percent'} > 100