Condition Coverage

lib/Google/RestApi/SheetsApi4/Range.pm
Criterion Covered Total %
condition 26 37 70.2


and 3 conditions

line !l l&&!r l&&r condition
157 2 7 0 $end and $start eq $end
372 52 0 0 $shared and $shared->has_values
457 0 0 10 $$range[0]{"col"} <= $$inside_range[0]{"col"} and $$range[0]{"row"} <= $$inside_range[0]{"row"}
0 1 9 $$range[0]{"col"} <= $$inside_range[0]{"col"} and $$range[0]{"row"} <= $$inside_range[0]{"row"} and $$range[1]{"col"} >= $$inside_range[1]{"col"}
1 1 8 $$range[0]{"col"} <= $$inside_range[0]{"col"} and $$range[0]{"row"} <= $$inside_range[0]{"row"} and $$range[1]{"col"} >= $$inside_range[1]{"col"} and $$range[1]{"row"} >= $$inside_range[1]{"row"}
549 0 842 3301 $package and $package =~ /^(Google::RestApi)/
601 182 59 65 defined $end_cell and $start_cell eq $end_cell
605 59 161 86 not $end_cell and $expand_range

or 2 conditions

line l !l condition
266 0 3 $$p{"params"}{"valueInputOption"} //= "USER_ENTERED"
403 37 15 $$self{"cache_range_values"}{"values"} //= []
518 0 0 $$p{"params"}{"valueInputOption"} //= "USER_ENTERED"
579 337 28 $col ||= 0
580 316 49 $row ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
410 103 0 31 $$self{'cache_range_values'} || $$self{'shared'} && $$self{'shared'}->has_values