Condition Coverage

blib/lib/POE/Filter/Transparent/SMTP.pm
Criterion Covered Total %
condition 8 24 33.3


and 3 conditions

line !l l&&!r l&&r condition
31 2 0 12 exists $options{$_} and defined $options{$_}
44 7 0 0 exists $options{'Warn'} and defined $options{'Warn'}
7 0 0 exists $options{'Warn'} and defined $options{'Warn'} and $options{'Warn'}
60 7 0 0 exists $options{'EscapeSingleInputDot'} and defined $options{'EscapeSingleInputDot'}
7 0 0 exists $options{'EscapeSingleInputDot'} and defined $options{'EscapeSingleInputDot'} and $options{'EscapeSingleInputDot'}
113 68 0 0 $$self{'Warn'} and $$data[$i] =~ /^\..+$/so
161 24 0 0 $$self{'EscapeSingleInputDot'} and $$lines[$i] =~ /^\.$/so || $$lines[$i] =~ /^\.$literal$/so

or 3 conditions

line l !l&&r !l&&!r condition
161 0 0 0 $$lines[$i] =~ /^\.$/so || $$lines[$i] =~ /^\.$literal$/so