Condition Coverage

blib/lib/Mail/Message/Field/Addresses.pm
Criterion Covered Total %
condition 12 22 54.5


and 3 conditions

line !l l&&!r l&&r condition
193 0 0 2 $groups[0]->name eq '' && $groups[0]->addresses
212 16 43 42 defined $local and $shorter =~ s/^\s*\@//

or 2 conditions

line l !l condition
70 42 0 delete $args{'group'} // ""
90 55 0 $name //= ""

or 3 conditions

line l !l&&r !l&&!r condition
48 7 29 0 $accepted{$def} || $address_list
56 0 0 36 @body > 1 or ref $body[0]
72 42 0 0 $email //= "Mail::Message::Field::Address"->new(%args)
74 20 0 22 $self->group($group) // $self->addGroup("name", $group)