| line |
!l |
l&&!r |
l&&r |
condition |
|
148
|
0 |
0 |
3 |
$n and $v |
|
222
|
17 |
0 |
0 |
ref $config->{'from'} and $config->{'from'}{$from} |
|
387
|
1 |
16 |
3 |
$charset && utf8::is_utf8($subject) |
|
400
|
5 |
8 |
7 |
defined $html and not defined $text |
|
|
13 |
1 |
6 |
defined $html and not defined $text and not @attachments |
|
|
1 |
8 |
5 |
defined $text and not defined $html |
|
|
9 |
1 |
4 |
defined $text and not defined $html and not @attachments |
|
401
|
0 |
6 |
0 |
$charset && utf8::is_utf8($html) |
|
414
|
1 |
3 |
0 |
$charset && utf8::is_utf8($text) |
|
429
|
0 |
9 |
0 |
$charset && utf8::is_utf8($text) |
|
443
|
0 |
9 |
0 |
$charset && utf8::is_utf8($html) |
|
461
|
1 |
1 |
8 |
$text_part and $html_part |
|
|
2 |
5 |
3 |
$text_part and $html_part and @attachments |
| line |
l |
!l&&r |
!l&&!r |
condition |
|
129
|
20 |
0 |
0 |
$args->{'to'} || $self->get_to($args) || $self->throw(q[display - no 'to' given]) |
|
293
|
0 |
0 |
20 |
$args->{'text.path'} or $args->{'path'} |
|
|
0 |
9 |
11 |
$args->{'text.path'} or $args->{'path'} or $args->{'text.template'} |
|
|
9 |
4 |
7 |
$args->{'text.path'} or $args->{'path'} or $args->{'text.template'} or $args->{'template'} |
|
297
|
0 |
0 |
13 |
$args->{'text.path'} || $args->{'path'} |
|
|
9 |
4 |
0 |
$args->{'text.template'} || $args->{'template'} |
|
|
1 |
1 |
11 |
$args->{'text.unparsed'} || $args->{'unparsed'} |
|
304
|
1 |
14 |
5 |
$args->{'html.path'} or $args->{'html.template'} |
|
308
|
1 |
1 |
13 |
$args->{'html.unparsed'} || $args->{'unparsed'} |
|
312
|
13 |
7 |
0 |
defined $text or defined $html |
|
328
|
7 |
2 |
0 |
$$args{'attachment.' . $id . '.template'} or $$args{'attachment.' . $id . '.path'} |