| line |
l |
!l |
condition |
|
37
|
2792 |
0 |
$argvs->{'data'} || (return undef) |
|
75
|
1092 |
1700 |
$argvs->{'hook'} || undef |
|
135
|
2792 |
0 |
shift() // (return undef) |
|
166
|
5550 |
0 |
shift() || (return {}) |
|
167
|
2758 |
2792 |
shift() || 0 |
|
234
|
2792 |
0 |
$argvs->{'mail'}{'header'} || (return '') |
|
235
|
2792 |
0 |
$argvs->{'body'} || (return '') |
|
236
|
1092 |
1700 |
$argvs->{'hook'} || undef |
|
242
|
2787 |
5 |
$mailheader->{'from'} //= "" |
|
243
|
2792 |
0 |
$mailheader->{'subject'} //= "" |
|
244
|
2366 |
426 |
$mailheader->{'content-type'} //= "" |
|
247
|
2366 |
426 |
$mailheader->{'content-type'} || '' |
|
248
|
569 |
2223 |
$mailheader->{'content-transfer-encoding'} || '' |