Branch Coverage

blib/lib/Mail/Karmasphere/Parser/Score/Base.pm
Criterion Covered Total %
branch 12 18 66.6


line true false branch
10 0 1 $#_ == 0 ? :
12 1 0 unless ($type)
16 1 0 unless $$self{'Streams'}
23 1 4 unless defined $text
24 1 3 unless $text =~ /\S/
32 0 10 unless $line
33 5 5 if $line =~ /^#/
34 0 5 unless $line =~ /\S/
37 0 5 unless ($csv->parse($line))