Condition Coverage

blib/lib/Email/Address/XS.pm
Criterion Covered Total %
condition 24 33 72.7


and 3 conditions

line !l l&&!r l&&r condition
216 88 1 18 scalar @args == 2 and defined $args[0]
39 0 50 scalar @args == 4 and defined $args[0]
39 0 50 scalar @args == 4 and defined $args[0] and defined $args[2]
219 1 0 49 exists $hash_keys{$args[0]} and exists $hash_keys{$args[2]}
368 5 76 0 defined $user and defined $host
379 10 0 83 defined $user and defined $host
10 1 82 defined $user and defined $host and length $user
1 0 82 defined $user and defined $host and length $user and length $host
428 14 0 20 defined $phrase and length $phrase
430 12 0 2 defined $comment and length $comment
432 4 0 8 defined $user and length $user