Branch Coverage

blib/lib/BBCode/Tag/FONT.pm
Criterion Covered Total %
branch 13 16 81.2


line true false branch
28 4 11 if ($param eq 'SIZE')
30 4 0 if (defined $size) { }
36 6 5 if ($param eq 'COLOR')
38 6 0 if (defined $color) { }
54 5 6 if defined $face
55 4 7 if defined $size
56 6 5 if defined $color
57 0 11 unless @css