Condition Coverage

blib/lib/Image/BoxModel/Text.pm
Criterion Covered Total %
condition 0 23 0.0


and 3 conditions

line !l l&&!r l&&r condition
75 0 0 0 exists $p{'text'} and $p{'text'}
175 0 0 0 exists $p{'name'} and $p{'name'}
183 0 0 0 exists $p{'orientation'} and $p{'orientation'} eq 'vertical' || $p{'orientation'} eq 'horizontal'
221 0 0 0 exists $p{'no_box'} and $p{'no_box'}

or 2 conditions

line l !l condition
77 0 0 $p{'resize'} || 'free'

or 3 conditions

line l !l&&r !l&&!r condition
183 0 0 0 $p{'orientation'} eq 'vertical' || $p{'orientation'} eq 'horizontal'
0 0 0 $p{'position'} =~ /right/i or $p{'position'} =~ /left/i
0 0 0 $p{'position'} =~ /top/i or $p{'position'} =~ /bottom/i