Branch Coverage

blib/lib/Mail/Alias/Reader.pm
Criterion Covered Total %
branch 12 12 100.0


line true false branch
86 1 7 unless $opts{'mode'} =~ /^aliases|forward$/
90 2 5 if (defined $opts{'file'}) { }
4 1 elsif (defined $opts{'handle'}) { }
91 1 1 unless CORE::open $fh, '<', $opts{'file'}
212 1 28 unless $line
213 1 27 if $line =~ /^(#|$)/