Condition Coverage

blib/lib/Mail/Alias/LocalFile.pm
Criterion Covered Total %
condition 13 15 86.6


and 3 conditions

line !l l&&!r l&&r condition
123 2 4 97 defined $element and length $element
219 46 2 1 defined builtin::reftype($self->aliases->{$alias}) and builtin::reftype($self->aliases->{$alias}) eq "ARRAY"
246 46 2 1 defined builtin::reftype($alias_items) and builtin::reftype($alias_items) eq "ARRAY"

or 3 conditions

line l !l&&r !l&&!r condition
126 16 0 81 $element =~ /,/u or $element =~ / /u
258 16 32 0 $alias_items =~ /,/ux or $alias_items =~ / /ux