lib/Mojolicious/Plugin/MailException.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 13 | 53.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
209 | 2 | 0 | 1 | ref $e and $e->isa('Mojo::Exception') |
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' |