blib/lib/SVG/TT/Graph/TimeSeries.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 21 | 33 | 63.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
475 | 0 | 0 | 2 | defined $conf->{'data'} and ref $conf->{'data'} eq 'ARRAY' |
501 | 6 | 0 | 0 | not defined $time and $pair[0] =~ /^\w*(\d+:\d+:\d+)|(\d+:\d+)\w*$/ |
518 | 2 | 0 | 0 | $self->{'config'}{'stacked'} and @{$self->{'data'};} |
593 | 0 | 3 | 3 | $pair->[1] ne '' and !defined($max_value) || $max_value < $pair->[1] |
594 | 0 | 4 | 2 | $pair->[1] ne '' and !defined($min_value) || $min_value > $pair->[1] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
588 | 1 | 0 | 1 | not defined $max_key_size or $max_key_size < length $dataset->{'title'} |
591 | 1 | 5 | 0 | not defined $max_time or $max_time < $pair->[0] |
592 | 1 | 0 | 5 | not defined $min_time or $min_time > $pair->[0] |
593 | 1 | 2 | 3 | !defined($max_value) || $max_value < $pair->[1] |
594 | 1 | 2 | 3 | !defined($min_value) || $min_value > $pair->[1] |
597 | 1 | 0 | 5 | not defined $max_x_label_length or $max_x_label_length < length $x_label |