Condition Coverage

blib/lib/Log/Saftpresse/Plugin/Postfix/Rejects.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
21 0 0 0 $service eq 'cleanup' and my($rejSubTyp, $rejReas, $rejRmdr) = $message =~ /.*?\b(reject|warning|hold|discard): (header|body) (.*)$/

or 3 conditions

line l !l&&r !l&&!r condition
86 0 0 0 $rejTyp eq 'RCPT' or $rejTyp eq 'DATA'
0 0 0 $rejTyp eq 'RCPT' or $rejTyp eq 'DATA' or $rejTyp eq 'CONNECT'
106 0 0 0 ($to) = $rejRmdr =~ /to=<([^>]+)>/ or ($to) = $rejRmdr =~ /\d{3} <([^>]+)>: User unknown /
0 0 0 ($to) = $rejRmdr =~ /to=<([^>]+)>/ or ($to) = $rejRmdr =~ /\d{3} <([^>]+)>: User unknown / or ($to) = $rejRmdr =~ /to=<(.*?)(?:[, ]|$)/