File Coverage

blib/lib/Kwiki/Theme/TabNav.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::TabNav;
2 1     1   33682 use strict;
  1         3  
  1         37  
3 1     1   6 use warnings;
  1         2  
  1         33  
4 1     1   470 use Kwiki::Theme '-Base';
  0            
  0            
5             use mixin 'Kwiki::Installer';
6              
7             our $VERSION = 0.01;
8              
9             const theme_id => 'tabnav';
10             const class_title => 'tabbed toolbar navigation';
11             1;
12              
13             __DATA__