| blib/lib/SVG/TT/Graph/XY.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 21 | 30 | 70.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 434 | 0 | 0 | 2 | defined $conf->{'data'} and ref $conf->{'data'} eq 'ARRAY' | 
| 463 | 2 | 0 | 0 | $self->{'config'}{'stacked'} and @{$self->{'data'};} | 
| 506 | 0 | 4 | 2 | $pair->[1] ne '' and !defined($max_y) || $max_y < $pair->[1] | 
| 507 | 0 | 4 | 2 | $pair->[1] ne '' and !defined($min_y) || $min_y > $pair->[1] | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 501 | 1 | 0 | 1 | not defined $max_key_size or $max_key_size < length $dataset->{'title'} | 
| 504 | 1 | 5 | 0 | not defined $max_x or $max_x < $pair->[0] | 
| 505 | 1 | 0 | 5 | not defined $min_x or $min_x > $pair->[0] | 
| 506 | 1 | 1 | 4 | !defined($max_y) || $max_y < $pair->[1] | 
| 507 | 1 | 2 | 3 | !defined($min_y) || $min_y > $pair->[1] | 
| 510 | 1 | 1 | 4 | not defined $max_x_label_length or $max_x_label_length < length $x_label |