Condition Coverage

blib/lib/Email/Address.pm
Criterion Covered Total %
condition 16 18 88.8


and 3 conditions

line !l l&&!r l&&r condition
241 46 0 198 defined $user and defined $host
429 86 1 247 defined $self->[0] and length $self->[0]
15 71 1 defined $self->[2] and length $self->[2]
438 243 2 3 length $comment and not $comment =~ /\A\(.*\)\z/
456 1 0 247 defined $phrase and length $phrase

or 3 conditions

line l !l&&r !l&&!r condition
429 247 1 86 defined $self->[0] and length $self->[0] or defined $self->[2] and length $self->[2]