lib/Mojolicious/Plugin/MailException.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 19 | 47.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
249 | 0 | 0 | 1 | -x $dir and -d $dir |
0 | 0 | 1 | -x $dir and -d $dir and -w $dir | |
273 | 4 | 0 | 1 | ref $e and $e->isa('Mojo::Exception') |
line | l | !l | condition |
---|---|---|---|
242 | 0 | 2 | $conf->{'stack'} || 20 |
258 | 2 | 0 | $conf->{'headers'} || {} |
259 | 0 | 2 | $conf->{'from'} || 'root@localhost' |
260 | 0 | 2 | $conf->{'to'} || 'webmaster@localhost' |
321 | 1 | 0 | $et ||= 'exception' |