File Coverage

lib/Template/Plugin/Color.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 Template::Plugin::Color;
2              
3             use Template::Colour::Class
4 1         12 base => 'Template::Plugin::Colour',
5 1     1   3481 throws => 'Color';
  1         2  
6              
7             our $VERSION = 2.10;
8              
9             1;
10              
11             __END__