| line |
true |
false |
branch |
|
52
|
14 |
136 |
if (defined $argref->{$old_key}) |
|
55
|
0 |
14 |
if (defined $$argref{$cur_names{$old_key}}) { } |
|
68
|
0 |
285 |
if (defined $row_props->[$row]{$old_key}) |
|
70
|
0 |
0 |
if (defined $row_props->[$row]{$cur_names{$old_key}}) { } |
|
86
|
8 |
187 |
if (defined $col_props->[$col]{$old_key}) |
|
88
|
0 |
8 |
if (defined $col_props->[$col]{$cur_names{$old_key}}) { } |
|
107
|
2 |
748 |
if (defined $cell_props->[$row][$col]{$old_key}) |
|
109
|
0 |
2 |
if (defined $cell_props->[$row][$col]{$cur_names{$old_key}}) { } |
|
124
|
1 |
9 |
if ($header_props) |
|
126
|
0 |
15 |
if (defined $header_props->{$old_key}) |
|
129
|
0 |
0 |
if (defined $$header_props{$cur_names{$old_key}}) { } |