Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
412 0 0 0 $$self{'cright'} != $EmptyNode and $$self{'cleft'} != $EmptyNode
450 0 0 0 $$self{'cleft'} != $EmptyNode and $$self{'cleft'}{'maxend'} > $start
454 0 0 0 $$self{'end'} > $start and $$self{'start'} < $end
458 0 0 0 $$self{'cright'} != $EmptyNode and $$self{'start'} < $end
480 0 0 0 -1 < $position - $$self{'end'} and $position - $$self{'end'} < $max_dist
506 0 0 0 -1 < $$self{'start'} - $position and $$self{'start'} - $position < $max_dist

or 3 conditions

line l !l&&r !l&&!r condition
237 0 0 0 $$interval{'strand'} == -1 or $$interval{'strand'} eq '-'
261 0 0 0 $$interval{'strand'} == -1 or $$interval{'strand'} eq '-'