blib/lib/Egg/View/Mail/Mailer/CMD.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
17 | 0 | 0 | -e '/usr/bin/sendmail' ? : |
0 | 0 | -e '/usr/local/sbin/sendmail' ? : | |
0 | 0 | -e '/usr/sbin/sendmail' ? : | |
23 | 0 | 0 | unless ($class->can('valid_to_address')) |
28 | 0 | 0 | unless $_[1] =~ /$regexp/ |
34 | 0 | 0 | $_[1] ? : |
0 | 0 | $_[0] ? : | |
36 | 0 | 0 | unless $self->valid_to_address($$data{'to'}) |
38 | 0 | 0 | if ($$data{'debug'}) { } |