Branch Coverage

blib/lib/Chart/Graph/Xmgrace/Base_Dataset_Option.pm
Criterion Covered Total %
branch 3 22 13.6


line true false branch
63 0 0 unless ($string)
83 0 0 if ($option eq 'status' or $option eq 'in_out_status') { }
87 0 0 if ($$option_ref{'status'} eq 'off')
98 0 0 if ($option eq 'hidden')
99 0 0 if ($$option_ref{'hidden'} eq 'true')
104 0 0 if (not ref $$option_ref{$option}) { }
0 0 elsif (ref $$option_ref{$option} eq 'ARRAY') { }
105 0 0 if ($option eq 'comment' or $option eq 'legend') { }
0 0 elsif (not $$self{'name'}) { }
132 0 150 unless ($name eq 'DESTROY' or exists $$self{'options'}{$name})
136 60 90 if (@_) { }