Condition Coverage

blib/lib/Mail/Alias.pm
Criterion Covered Total %
condition 11 20 55.0


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
562 8 3 1 defined $line and /^\s/

or 3 conditions

line l !l&&r !l&&!r condition
247 4 3 6 $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
559 12 1 0 defined($_ = readline ALIAS) or defined $line
585 3 4 4 /^#/ or /^\s*$/