Condition Coverage

blib/lib/Log/Handler/Output/Sendmail.pm
Criterion Covered Total %
condition 5 15 33.3


and 3 conditions

line !l l&&!r l&&r condition
245 3 0 0 $message->{'level'} and not $self->{'level'}
3 0 0 $self->{'level'} and $message->{'level'}
441 2 0 0 $options{'header'} and not $options{'header'} =~ /(?:\015|\012)\z/

or 3 conditions

line l !l&&r !l&&!r condition
270 2 0 0 $TEST or not $self->{'message'}
411 2 0 0 $TEST or -x $options{'sendmail'}