Condition Coverage

blib/lib/Text/Graphics.pm
Criterion Covered Total %
condition 12 28 42.8


and 3 conditions

line !l l&&!r l&&r condition
379 0 0 1 $width and $$this{'text'} =~ /\s/
416 0 0 0 $width ne undef and $$this{'width'} != $width

or 2 conditions

line l !l condition
213 1 0 shift() || 0
214 1 0 shift() || 0
266 1 0 shift() || 0
267 1 0 shift() || 0
559 2 0 substr(shift(), 0, 1) || (return)

or 3 conditions

line l !l&&r !l&&!r condition
370 1 1 0 shift() || $$this{'width'}
537 0 0 2 $startx >= $endx or $starty >= $endy
570 0 0 2 $startx >= $endx or $starty >= $endy
601 16 0 83 $x > $$this{'x1'} or $y > $$this{'y1'}