Condition Coverage

blib/lib/Algorithm/Bucketizer.pm
Criterion Covered Total %
condition 13 15 86.6


and 3 conditions

line !l l&&!r l&&r condition
140 1 0 1 exists $options{'maxtime'} and $options{'maxtime'} < 3
183 10751 19 1 exists $options{'maxrounds'} and $round >= $options{'maxrounds'}
184 19 10750 1 exists $options{'maxtime'} and time > $start_time + $options{'maxtime'}

or 3 conditions

line l !l&&r !l&&!r condition
154 1 0 1 exists $options{'maxrounds'} or exists $options{'maxtime'}
177 2 1 10768 not defined $minbuckets or $nof_buckets < $minbuckets