| line |
true |
false |
branch |
|
30
|
9 |
0 |
$user =~ /$expansion_pattern/ ? : |
|
94
|
11 |
10 |
wantarray ? : |
|
138
|
2 |
1 |
$alias->remove_address($from) && $self->storage->save($alias, $id) ? : |
|
150
|
1 |
20 |
if $self->request->header('X-MSL-Seen') |
|
152
|
11 |
9 |
if $command |
|
155
|
7 |
2 |
if $alias |
|
171
|
3 |
7 |
unless ($self->can_deliver($alias, $message)) |
|
181
|
4 |
3 |
if ($alias->auto_add) |
|
191
|
3 |
4 |
$desc ? : |
|
209
|
6 |
1 |
if (@parts == 1) { } |
|
259
|
2 |
10 |
if ($alias->closed and not grep({$_ eq $message->{'From'};} @{$alias->members;})) |
|
267
|
7 |
3 |
unless my $expires = $alias->expires |
|
268
|
2 |
1 |
if ($expires < time) |
|
281
|
7 |
7 |
unless my(@added) = $alias->add(@addresses) |