Branch Coverage

blib/lib/Mail/SimpleList.pm
Criterion Covered Total %
branch 27 28 96.4


line true false branch
29 9 0 $user =~ /$expansion_pattern/ ? :
93 11 10 wantarray ? :
137 2 1 $alias->remove_address($from) && $self->storage->save($alias, $id) ? :
149 1 20 if $self->request->header('X-MSL-Seen')
151 11 9 if $command
154 7 2 if $alias
170 3 7 unless ($self->can_deliver($alias, $message))
180 4 3 if ($alias->auto_add)
190 3 4 $desc ? :
208 6 1 if (@parts == 1) { }
256 2 10 if ($alias->closed and not grep({$_ eq $$message{'From'};} @{$alias->members;}))
264 7 3 unless my $expires = $alias->expires
265 2 1 if ($expires < time)
278 7 7 unless my(@added) = $alias->add(@addresses)