blib/lib/Mail/Milter/Authentication/App/Blocker/App/Command/add.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 9 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
44 | 0 | 0 | 0 | $rcode =~ /^[4|5]\d\d$/u && $xcode =~ /^[4|5]\.\d+\.\d+$/u |
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 |