| line | true | false | branch | 
 
| 52 | 0 | 7 | ref $this ? : | 
 
| 70 | 2 | 7 | if @_ | 
 
| 71 | 1 | 8 | unless defined $self->{'chart_title'} | 
 
| 85 | 2 | 7 | if @_ | 
 
| 86 | 1 | 8 | unless defined $self->{'chart_y_label'} | 
 
| 100 | 2 | 7 | if @_ | 
 
| 101 | 1 | 8 | unless defined $self->{'chart_x_label'} | 
 
| 118 | 0 | 5 | if @_ | 
 
| 119 | 3 | 2 | unless exists $self->{'chart_x_max'} | 
 
| 136 | 0 | 5 | if @_ | 
 
| 137 | 3 | 2 | unless exists $self->{'chart_x_min'} | 
 
| 151 | 0 | 5 | if @_ | 
 
| 152 | 0 | 5 | unless defined $self->{'chart_legend_display'} | 
 
| 166 | 2 | 7 | if @_ | 
 
| 169 | 2 | 7 | unless $self->{'chart_colors'} | 
 
| 170 | 0 | 9 | unless ref $self->{'chart_colors'} eq "ARRAY" | 
 
| 184 | 2 | 7 | if @_ | 
 
| 185 | 2 | 7 | unless defined $self->{'group_names_sort'} | 
 
| 208 | 15 | 15006 | unless (exists $series->{$group}) | 
 
| 216 | 4 | 1 | if ($self->group_names_sort) | 
 
| 221 | 0 | 5 | unless open my $fh, ">", \my $content | 
 
| 288 | 3 | 2 | if (not defined $maxset) { } | 
 
|  | 1 | 1 | elsif (defined $maxset and $maxset =~ /\Aauto\Z/i) { } | 
 
| 289 | 3 | 0 | if (@stats_groups) | 
 
| 297 | 2 | 1 | if $maxset > $max | 
 
| 304 | 3 | 2 | if (not defined $minset) { } | 
 
|  | 1 | 1 | elsif (defined $minset and $minset =~ /\Aauto\Z/i) { } | 
 
| 314 | 1 | 4 | unless $self->chart_legend_display |