Condition Coverage

blib/lib/Email/Address.pm
Criterion Covered Total %
condition 13 15 86.6


and 3 conditions

line !l l&&!r l&&r condition
238 46 0 198 defined $user and defined $host
431 243 2 3 length $comment and not $comment =~ /\A\(.*\)\z/u

or 2 conditions

line l !l condition
427 85 1 $self->[1] // ""
430 163 85 $self->[2] // ""
433 248 0 $self->[1] // ""

or 3 conditions

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