| line |
true |
false |
branch |
|
57
|
0 |
0 |
unless $postdrop->build |
|
58
|
0 |
0 |
unless $postdrop->write |
|
59
|
0 |
0 |
unless $postdrop->release |
|
74
|
0 |
0 |
unless exists $overrides{'Timestamp'} |
|
76
|
0 |
0 |
unless (exists $overrides{'Sender'}) |
|
83
|
0 |
0 |
unless (exists $overrides{'Recipients'}) |
|
130
|
0 |
0 |
unless my $oldumask = umask 0177 |
|
133
|
0 |
0 |
unless my($fh, $filename) = tempfile('DIR', $MAILDROP_QUEUE_DIR) |
|
138
|
0 |
0 |
unless print $fh $$self{'content'} |
|
141
|
0 |
0 |
unless close $fh |
|
152
|
0 |
0 |
unless chmod 0744, $$self{'filename'} |
|
169
|
0 |
0 |
unless open $fh, '>', $PICKUP_SERVICE_SOCKET |
|
172
|
0 |
0 |
unless print $fh 'W' |
|
189
|
0 |
0 |
unless $rec_types{$type} |
|
219
|
0 |
0 |
unless defined $time |
|
221
|
0 |
0 |
unless defined $time |