Branch Coverage

blib/lib/Mail/Lite/Processor/ParseRfc822.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
16 3 1 unless ref $messages eq 'ARRAY'
28 2 13 unless length $_
32 0 13 unless defined $key
37 10 3 if (not exists $$parsed{$key}) { }
40 1 2 if (ref $$parsed{$key} eq 'ARRAY') { }