File Coverage

lib/Kwiki/Theme/Bluepole.pm
Criterion Covered Total %
statement 7 9 77.7
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 10 12 83.3


line stmt bran cond sub pod time code
1             package Kwiki::Theme::Bluepole;
2 1     1   23292 use strict;
  1         2  
  1         34  
3 1     1   4 use warnings;
  1         1  
  1         26  
4 1     1   1558 use Kwiki::Theme '-Base';
  0            
  0            
5             use mixin 'Kwiki::Installer';
6             our $VERSION = '1.00';
7             const config_file => 'bluepole.yaml';
8             const theme_id => 'bluepole';
9             const class_title => 'The bluepole theme';
10             1;
11              
12             __DATA__