Condition Coverage

lib/Mojolicious/Plugin/MailException.pm
Criterion Covered Total %
condition 7 13 53.8


and 3 conditions

line !l l&&!r l&&r condition
209 2 0 1 ref $e and $e->isa('Mojo::Exception')

or 2 conditions

line l !l condition
190 1 0 $conf->{'send'} || sub { $_[0]->send; }
194 1 0 $conf->{'headers'} || {}
195 0 1 $conf->{'from'} || 'root@localhost'
196 0 1 $conf->{'to'} || 'webmaster@localhost'
257 1 0 $et ||= 'exception'