line |
true |
false |
branch |
53
|
0 |
267 |
if (not defined $row && defined $col && defined $$self{'MaxRow'} && defined $$self{'MaxCol'}) { } |
|
0 |
267 |
elsif ($row < $$self{'MinRow'} or $row > $$self{'MaxRow'} or $col < $$self{'MinCol'} or $col > $$self{'MaxCol'}) { } |
92
|
15 |
0 |
defined $$self{'MaxRow'} ? : |
111
|
15 |
0 |
defined $$self{'MaxCol'} ? : |
189
|
3 |
0 |
if (wantarray) |
190
|
0 |
3 |
unless $$self{'RowHeight'} |
206
|
3 |
0 |
if (wantarray) |
207
|
0 |
3 |
unless $$self{'ColWidth'} |
395
|
2 |
2 |
if ($$self{'UsePage'}) { } |
440
|
3 |
3 |
if (not $$self{'PageFit'}) { } |
589
|
0 |
2 |
unless ($$worksheet{'RowHidden'}) |
590
|
0 |
0 |
if wantarray |
594
|
0 |
2 |
if wantarray |
611
|
0 |
2 |
unless ($$worksheet{'ColHidden'}) |
612
|
0 |
0 |
if wantarray |
616
|
0 |
2 |
if wantarray |