| blib/lib/SVG/Sparkline/Utils.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 13 | 84.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 113 | 2 | 2 | 30 | 'ARRAY' eq ref $p and 2 == @{$p;} |
| 166 | 6 | 0 | 3 | not $index =~ /\D/ and $index < @{$values;} |
| 196 | 18 | 0 | 15 | not $index =~ /\D/ and $index < @{$values;} |
| line | l | !l | condition |
|---|---|---|---|
| 31 | 5 | 63 | $args->{'xscale'} ||= 2 |
| 44 | 74 | 2 | $yrange ||= 1 |