Condition Coverage

blib/lib/App/St.pm
Criterion Covered Total %
condition 9 16 56.2


or 2 conditions

line l !l condition
13 0 8 $opt{'delimiter'} || "\t"
14 1 7 $opt{'format'} || '%.2f'

or 3 conditions

line l !l&&r !l&&!r condition
70 6 0 54 not defined $$self{'min'} or $num < $$self{'min'}
71 6 54 0 not defined $$self{'max'} or $num > $$self{'max'}
161 0 0 8 not $$self{'keep_data'} or scalar @{$data;} == 0
164 0 0 8 $p < 0 or $p > 1