Condition Coverage

blib/lib/Chart/Gnuplot/Pie.pm
Criterion Covered Total %
condition 9 27 33.3


and 3 conditions

line !l l&&!r l&&r condition
106 3 0 1 $s + $e > 1 and $s + $e < 2
108 2 1 1 $s + $e > 0.5 and $s + $e < 1.5
146 1 0 0 defined $$self{'border'} and $$self{'border'} ne 'off'
199 0 0 0 $s + $e > 1 and $s + $e < 2
201 0 0 0 $s + $e > 0.5 and $s + $e < 1.5

or 3 conditions

line l !l&&r !l&&!r condition
107 3 0 1 $s + $e < 1 or $s + $e > 2
127 0 0 4 not defined $$self{'colors'} or ${$$self{'colors'};}[$i] eq ''
200 0 0 0 $s + $e < 1 or $s + $e > 2
211 0 0 0 not defined $$self{'colors'} or ${$$self{'colors'};}[$i] eq ''