line |
true |
false |
branch |
32
|
9 |
0 |
$user =~ /$expansion_pattern/ ? : |
96
|
11 |
10 |
wantarray ? : |
140
|
2 |
1 |
$alias->remove_address($from) && $self->storage->save($alias, $id) ? : |
152
|
1 |
20 |
if $self->request->header('X-MSL-Seen') |
154
|
11 |
9 |
if $command |
157
|
7 |
2 |
if $alias |
173
|
3 |
7 |
unless ($self->can_deliver($alias, $message)) |
183
|
4 |
3 |
if ($alias->auto_add) |
193
|
3 |
4 |
$desc ? : |
211
|
6 |
1 |
if (@parts == 1) { } |
261
|
2 |
10 |
if ($alias->closed and not grep({$_ eq $message->{'From'};} @{$alias->members;})) |
269
|
7 |
3 |
unless my $expires = $alias->expires |
270
|
2 |
1 |
if ($expires < time) |
283
|
7 |
7 |
unless my(@added) = $alias->add(@addresses) |