Condition Coverage

blib/lib/Log/Dispatch/Email/Mailer.pm
Criterion Covered Total %
condition 7 12 58.3


and 3 conditions

line !l l&&!r l&&r condition
24 0 11 1 not exists $self->{$_} and exists $params{$_}
46 1 0 5 $self->{'buffered'} and @{$self->{'buffer'};}

or 3 conditions

line l !l&&r !l&&!r condition
21 0 6 0 $self->{'mailer'} //= 'Email::Mailer'->new(%params)
36 1 0 7 $self->{'html'} or $self->{'text'}