File Coverage

lib/Bundle/Graphics/ColorNames.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1              
2             package Bundle::Graphics::ColorNames;
3              
4             require 5.008;
5 1     1   36697 use strict;
  1         2  
  1         29  
6 1     1   6 use warnings;
  1         2  
  1         56  
7              
8             our $VERSION = '1.06';
9              
10             1;
11              
12             =head1 NAME
13              
14             Bundle::Graphics::ColorNames - all color scheme modules with english names
15              
16             =head1 SYNOPSIS
17              
18             This Module contains no code. Its only feature is his dependency list
19             which contains L as well as all modules that provide
20             one or more schemas of RGB values. These are:
21              
22             L
23              
24             L
25              
26             L
27              
28             L
29              
30             L
31              
32             L
33              
34             L
35              
36             L
37              
38             L
39              
40             L
41              
42             L
43              
44             =head1 AUTHOR
45              
46             Herbert Breunung
47              
48             =head1 LICENSE
49              
50             Copyright 2022 Herbert Breunung
51              
52             This program is free software; you can redistribute it
53             and/or modify it under the same terms as Perl itself.
54              
55             =cut
56              
57             __END__