line |
!l |
l&&!r |
l&&r |
condition |
164
|
10 |
0 |
0 |
ref $config->{'from'} and $config->{'from'}{$from} |
327
|
1 |
9 |
3 |
$charset && utf8::is_utf8($subject) |
340
|
5 |
4 |
4 |
defined $html and not defined $text |
|
9 |
1 |
3 |
defined $html and not defined $text and not @attachments |
|
1 |
4 |
5 |
defined $text and not defined $html |
|
5 |
1 |
4 |
defined $text and not defined $html and not @attachments |
341
|
0 |
3 |
0 |
$charset && utf8::is_utf8($html) |
354
|
1 |
3 |
0 |
$charset && utf8::is_utf8($text) |
369
|
0 |
5 |
0 |
$charset && utf8::is_utf8($text) |
383
|
0 |
5 |
0 |
$charset && utf8::is_utf8($html) |
401
|
1 |
1 |
4 |
$text_part and $html_part |
|
2 |
1 |
3 |
$text_part and $html_part and @attachments |
line |
l |
!l&&r |
!l&&!r |
condition |
114
|
13 |
0 |
0 |
$args->{'to'} || $self->get_to($args) || $self->throw(q[display - no 'to' given]) |
235
|
0 |
0 |
13 |
$args->{'text.path'} or $args->{'path'} |
|
0 |
5 |
8 |
$args->{'text.path'} or $args->{'path'} or $args->{'text.template'} |
|
5 |
4 |
4 |
$args->{'text.path'} or $args->{'path'} or $args->{'text.template'} or $args->{'template'} |
238
|
0 |
0 |
9 |
$args->{'text.path'} || $args->{'path'} |
|
5 |
4 |
0 |
$args->{'text.template'} || $args->{'template'} |
245
|
1 |
7 |
5 |
$args->{'html.path'} or $args->{'html.template'} |
252
|
9 |
4 |
0 |
defined $text or defined $html |
268
|
7 |
2 |
0 |
$$args{"attachment." . $id . ".template"} or $$args{"attachment." . $id . ".path"} |