Condition Coverage

blib/lib/Mail/Alias.pm
Criterion Covered Total %
condition 3 17 17.6


and 2 conditions

line l !l condition
538 0 0 carp("Cannot open file '${file}'") and return ''

and 3 conditions

line !l l&&!r l&&r condition
561 0 0 0 defined $line and /^\s/

or 3 conditions

line l !l&&r !l&&!r condition
247 3 1 3 $textline =~ /^\s*$/ or $textline =~ /^#/
322 0 0 0 $textline =~ /^\s+$/ or $textline =~ /^#/
365 0 0 0 $alias =~ /[$alias_nochar]/ or length $alias > $max_alias_length
582 0 0 0 /^#/ or /^\s*$/