Branch Coverage

blib/lib/BBDB/Export/LDIF.pm
Criterion Covered Total %
branch 21 28 75.0


line true false branch
22 0 7 unless ($$record{'first'} or $$record{'last'})
39 2 5 if $$record{'net'}
46 2 5 if ($$record{'phone'})
58 1 6 if ($$record{'title'})
62 1 6 if ($$record{'group'})
66 3 4 if ($$record{'company'})
70 3 4 if ($title[0])
98 72 54 unless $$record{$field}
99 7 47 if (ref $$record{$field} eq 'ARRAY') { }
113 0 7 if ($$record{'face'})
134 0 75 unless $name and $value
154 0 7 unless ($output)
161 7 0 unless ($outfile and not $$self{'data'}{'quiet'})
167 0 0 unless open my $out_fh, '>', $outfile