Condition Coverage

blib/lib/App/Greple/Regions.pm
Criterion Covered Total %
condition 0 60 0.0


and 3 conditions

line !l l&&!r l&&r condition
144 0 0 0 @list and $list[0][1] < $from
147 0 0 0 @list and $list[0][1] == $from
0 0 0 @list and $list[0][1] == $from and $list[0][0] < $from
151 0 0 0 $i < @list and $list[$i][0] < $to
164 0 0 0 @list and $list[0][0] < $from
168 0 0 0 @list and $list[0][0] < $to
0 0 0 @list and $list[0][0] < $to and $list[0][1] <= $to
200 0 0 0 @input and $input[0][0] < $from
0 0 0 @input and $input[0][0] < $from and $input[0][1] <= $from
203 0 0 0 @input and $input[0][0] < $from
207 0 0 0 @input and $input[0][0] < $to
0 0 0 @input and $input[0][0] < $to and $input[0][1] <= $to
211 0 0 0 @input and $input[0][0] < $to
234 0 0 0 not $nojoin and $out[-1][1] == $top->[0]
0 0 0 not $nojoin and $out[-1][1] == $top->[0] and @$top < 3 || $out[-1][2] == $top->[2]

or 2 conditions

line l !l condition
195 0 0 shift() // []
0 0 shift() // []
0 0 shift() // []

or 3 conditions

line l !l&&r !l&&!r condition
95 0 0 0 $arg{'pattern'} // croak("Parameter error")
225 0 0 0 $App::Greple::Regions::a->[0] <=> $App::Greple::Regions::b->[0] or $App::Greple::Regions::b->[1] <=> $App::Greple::Regions::a->[1]
234 0 0 0 @$top < 3 || $out[-1][2] == $top->[2]