line |
true |
false |
branch |
104
|
2 |
12 |
if ($option eq 'label') { } |
116
|
0 |
12 |
if (ref $$option_ref{$option} eq 'ARRAY') { } |
117
|
0 |
0 |
if ($option eq 'place') |
160
|
20 |
0 |
if (not ref $$option_ref{$option}) { } |
|
0 |
0 |
elsif (ref $$option_ref{$option} eq 'ARRAY') { } |
210
|
4 |
12 |
if ($option eq 'status' or $option eq 'in_out_status') { } |
216
|
8 |
4 |
if (not ref $$option_ref{$option}) { } |
|
0 |
4 |
elsif (ref $$option_ref{$option} eq 'ARRAY') { } |
305
|
2 |
36 |
if ($option eq 'status' or $option eq 'in_out_status') { } |
|
0 |
36 |
elsif ($option eq 'type' and $$self{'ticklabels'}) { } |
309
|
0 |
2 |
if ($$option_ref{'status'} eq 'off') |
335
|
4 |
32 |
if ($option eq 'append' or $option eq 'prepend') { } |
339
|
2 |
30 |
if (ref $$option_ref{$option} eq 'ARRAY') { } |