| blib/lib/Email/Sender/Server/Controller.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 41 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 445 | 0 | 0 | 0 | $i > $_ and $x == 10 |
| line | l | !l | condition |
|---|---|---|---|
| 206 | 0 | 0 | $$opts{'to'} ||= 'new_ess' |
| 249 | 0 | 0 | $$opts{'text'} ||= '' |
| 250 | 0 | 0 | $$opts{'html'} ||= '' |
| 306 | 0 | 0 | $self->commands->{$name}{'abstract'} || 'This Command has no Description' |
| 334 | 0 | 0 | $$opts{'workers'} ||= 3 |
| 346 | 0 | 0 | $$opts{'workers'} ||= 3 |
| 358 | 0 | 0 | @{$manager->message_filelist;} || 0 |
| 370 | 0 | 0 | @{$manager->message_filelist('worker', $worker);} || 0 |
| 406 | 0 | 0 | $$opts{'text'} ||= '' |
| 407 | 0 | 0 | $$opts{'html'} ||= '' |
| 439 | 0 | 0 | $$opts{'i'} || 1 |
| 480 | 0 | 0 | $version || '0.00' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 423 | 0 | 0 | 0 | $$opts{'text'} or $$opts{'html'} |
| 449 | 0 | 0 | 0 | $$opts{'subject'} || 'ESS Test Msg: #' . $_ |
| line | l&&r | l&&!r | !l&&r | !l&&!r | condition |
|---|---|---|---|---|---|
| 252 | 0 | 0 | 0 | 0 | $$opts{'text'} eq '1' xor $$opts{'html'} eq '1' |
| 409 | 0 | 0 | 0 | 0 | $$opts{'text'} eq '1' xor $$opts{'html'} eq '1' |