Condition Coverage

blib/lib/App/Rangeops/Command/clean.pm
Criterion Covered Total %
condition 17 30 56.6


and 3 conditions

line !l l&&!r l&&r condition
119 0 0 45 App::RL::Common::info_is_valid($info_0) and App::RL::Common::info_is_valid($info_1)
169 0 0 45 App::RL::Common::info_is_valid($info_0) and App::RL::Common::info_is_valid($info_1)
172 33 4 8 $info_0->{'chr'} eq $info_1->{'chr'} and $info_0->{'start'} == $info_1->{'start'}
37 0 8 $info_0->{'chr'} eq $info_1->{'chr'} and $info_0->{'start'} == $info_1->{'start'} and $info_0->{'end'} == $info_1->{'end'}
220 12 4 5 $intspan0_i->superset($intspan0_j) and $intspan1_i->superset($intspan1_j)
12 4 0 $intspan0_j->superset($intspan0_i) and $intspan1_j->superset($intspan1_i)
276 2 0 1 $intspan0_i->overlap($intspan0_j) >= $opt->{'bundle'} and $intspan1_i->overlap($intspan1_j) >= $opt->{'bundle'}
344 0 0 0 $intspan_i->size / $intspan0->size > 0.5 and $intspan_i->size / $intspan1->size > 0.5

or 3 conditions

line l !l&&r !l&&!r condition
115 45 0 0 @new_parts == 3 or @new_parts == 2
125 39 6 0 $new_parts[2] eq '+' or $new_parts[2] eq '-'