Branch Coverage

blib/lib/Mail/Addressbook/Convert/Pine.pm
Criterion Covered Total %
branch 18 22 81.8


line true false branch
188 0 8 if $pineArray[$k] =~ /^#/
191 0 8 if ($address =~ /
198 5 3 if ($name =~ /,/)
205 6 2 if (not $address =~ /\,/) { }
207 5 1 if ($name) { }
223 0 8 if ($comment)
257 6 32 if ($inputArray[$i] =~ /^note/) { }
273 0 32 if ($lines[$i] =~ /^\"/) { }
288 10 22 if ($commas_outside_quotes) { }
300 19 3 if ($rest =~ /
307 15 4 if ($name =~ /(\S+)\s+(\S+)/)