Condition Coverage

blib/lib/IntervalTree.pm
Criterion Covered Total %
condition 0 30 0.0


and 3 conditions

line !l l&&!r l&&r condition
239 0 0 0 $$interval{'strand'} and $$interval{'strand'} eq '-' || $$interval{'strand'} eq '-1'
263 0 0 0 $$interval{'strand'} and $$interval{'strand'} eq '-' || $$interval{'strand'} eq '-1'
414 0 0 0 $$self{'cright'} != $EmptyNode and $$self{'cleft'} != $EmptyNode
452 0 0 0 $$self{'cleft'} != $EmptyNode and $$self{'cleft'}{'maxend'} > $start
456 0 0 0 $$self{'end'} > $start and $$self{'start'} < $end
460 0 0 0 $$self{'cright'} != $EmptyNode and $$self{'start'} < $end
482 0 0 0 -1 < $position - $$self{'end'} and $position - $$self{'end'} < $max_dist
508 0 0 0 -1 < $$self{'start'} - $position and $$self{'start'} - $position < $max_dist

or 3 conditions

line l !l&&r !l&&!r condition
239 0 0 0 $$interval{'strand'} eq '-' || $$interval{'strand'} eq '-1'
263 0 0 0 $$interval{'strand'} eq '-' || $$interval{'strand'} eq '-1'