| blib/lib/Graphics/ColorNamesLite.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 3 | 3 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 1 | 1 | 100.0 |
| pod | n/a | ||
| total | 4 | 4 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Graphics::ColorNamesLite; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 378844 | use strict; | |||
| 1 | 3 | ||||||
| 1 | 126 | ||||||
| 4 | |||||||
| 5 | our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY | ||||||
| 6 | our $DATE = '2024-05-06'; # DATE | ||||||
| 7 | our $DIST = 'Graphics-ColorNamesLite'; # DIST | ||||||
| 8 | our $VERSION = '0.002'; # VERSION | ||||||
| 9 | |||||||
| 10 | 1; | ||||||
| 11 | # ABSTRACT: Define RGB values for common color names (lite version) | ||||||
| 12 | |||||||
| 13 | __END__ |