Branch Coverage

lib/Google/RestApi/SheetsApi4/Range/Col.pm
Criterion Covered Total %
branch 20 24 83.3


line true false branch
36 39 4 unless $err
43 2 2 if $factory_range and $factory_range->isa("Google::RestApi::SheetsApi4::Range::Col")
50 42 1 if $col =~ qr/\D/
53 0 1 $l > 0 ? :
63 1 17 if defined $$p{"values"}
65 15 3 defined $values ? :
74 6 6 if $$p{"values"}
87 0 12 if $$col_range[1][1] and $$cell_range[1] > $$col_range[1][1]
103 3 18 if $$range[0]{"col"} < $$inside_range[0]{"col"}
104 0 18 if $$range[1]{"col"} > $$inside_range[1]{"col"}
105 2 16 if $$range[0]{"row"} and $$range[0]{"row"} > $$inside_range[0]{"row"}
106 0 16 if $$range[1]{"row"} and $$range[1]{"row"} < $$inside_range[1]{"row"}