File Coverage

blib/lib/Graphics/ColorNamesCMYK/ToutesLesCouleursCom/Black.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::ColorNamesCMYK::ToutesLesCouleursCom::Black;
2              
3 1     1   444397 use strict;
  1         3  
  1         169  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2024-05-06'; # DATE
7             our $DIST = 'Graphics-ColorNamesCMYK-ToutesLesCouleursCom'; # DIST
8             our $VERSION = '0.001'; # VERSION
9              
10             our $NAMES_CMYK_TABLE = {
11             'black' => 0x00000064, # 0,0,0,100
12             'crow wing' => 0x00000064, # 0,0,0,100
13             'walnut brou' => 0x002e5e4b, # 0,46,94,75
14             'cassis' => 0x005d4b53, # 0,93,75,83
15             'cassis' => 0x00614e4d, # 0,97,78,77
16             'dorian' => 0x4d1a273b, # 77,26,39,59
17             'ebony' => 0x00000064, # 0,0,0,100
18             'animal black' => 0x00000064, # 0,0,0,100
19             'black coal' => 0x00000064, # 0,0,0,100
20             'aniline black' => 0x1229005b, # 18,41,0,91
21             'carbon black' => 0x001a2f5d, # 0,26,47,93
22             'black smoke' => 0x001a2f5d, # 0,26,47,93
23             'jet black' => 0x00000064, # 0,0,0,100
24             'black ink' => 0x00000064, # 0,0,0,100
25             'ivory black' => 0x00000064, # 0,0,0,100
26             'noiraud' => 0x00244652, # 0,36,70,82
27             'licorice' => 0x00142152, # 0,20,33,82
28             };
29              
30              
31             1;
32             # ABSTRACT: CMYK colors from http://toutes-les-couleurs.com/ (black)
33              
34             __END__