Branch Coverage

blib/lib/Mail/Addressbook/Convert/Genr.pm
Criterion Covered Total %
branch 34 48 70.8


line true false branch
178 0 3 unless ($fileFormat)
180 0 3 unless ($fileFormat =~ /^csv$|^tsv$|^spry$|^compuserve$/)
191 1 2 if $fileFormat eq 'csv'
198 4 23 unless $file[$i]
201 0 23 if ($fileFormat eq 'spry')
224 0 23 if ($fileFormat eq 'compuserve')
227 0 0 if ($address[$individualAliasNumber] =~ /\,/ and not $address[$individualAliasNumber] =~ /@/)
237 0 0 unless ($tempAlias)
241 21 2 unless ($tempAlias)
248 0 21 if ($tempAlias =~ /\"/)
255 0 21 if ($tempAlias =~ /\>/)
263 0 0 unless ($firstName[$individualAliasNumber] or $lastName[$individualAliasNumber])
277 6 17 if ($temp[5]) { }
282 4 6 if ($existingListAlias{$temp[$j]}) { }
316 19 4 if ($firstName[$i] or $lastName[$i]) { }
328 10 13 if ($comment[$i])
364 0 2 unless ($fileFormat eq 'csv' or $fileFormat eq 'tsv')
374 1 1 if $fileFormat eq 'csv'
379 0 24 unless /\t/
385 22 2 if $address
386 22 2 if $name1
387 10 14 if $name2
388 6 18 if $comment
395 22 2 if $holdLine =~ /[^"$sep]/