Branch Coverage

blib/lib/BBDB/Export/MailAliases.pm
Criterion Covered Total %
branch 9 20 45.0


line true false branch
20 0 7 unless $record
21 0 7 unless $$record{'full'}
22 5 2 unless $$record{'net'}
30 0 2 if ($$record{'nick'}) { }
2 0 elsif ($$record{'first'} and $$record{'last'}) { }
0 0 elsif ($$record{'last'}) { }
0 0 elsif ($$record{'first'}) { }
70 5 2 unless $output
73 2 0 unless $outfile
75 0 0 unless open my $out_fh, '>', $outfile