| blib/lib/Term/Vspark.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 6 | 12 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 34 | 0 | 1 | if (ref $args{'values'} ne 'ARRAY') |
| 38 | 0 | 1 | if ($args{'labels'} and ref $args{'labels'} ne 'ARRAY') |
| 44 | 0 | 1 | unless $args{'labels'} |
| 47 | 0 | 1 | if ($args{'labels'} and scalar @labels != scalar @values) |
| 59 | 6 | 0 | if defined $label |
| 68 | 0 | 1 | if scalar @labels == 0 |