File Coverage

blib/lib/ColorThemeBase/Static.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             package ColorThemeBase::Static;
2              
3 1     1   409964 use strict;
  1         2  
  1         39  
4 1     1   4 use parent 'ColorThemeBase::Static::FromStructColors';
  1         2  
  1         8  
5              
6             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
7             our $DATE = '2024-07-17'; # DATE
8             our $DIST = 'ColorThemeBase-Static'; # DIST
9             our $VERSION = '0.009'; # VERSION
10              
11             1;
12             # ABSTRACT: Base class for color theme modules with static list of items (from object's colors key)
13              
14             __END__