lib/Kwiki/Theme/HLB.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::HLB; | ||||||
2 | 1 | 1 | 30093 | use strict; | |||
1 | 3 | ||||||
1 | 41 | ||||||
3 | 1 | 1 | 6 | use warnings; | |||
1 | 2 | ||||||
1 | 35 | ||||||
4 | 1 | 1 | 1925 | use Kwiki::Theme '-Base'; | |||
0 | |||||||
0 | |||||||
5 | use mixin 'Kwiki::Installer'; | ||||||
6 | our $VERSION = '0.01'; | ||||||
7 | |||||||
8 | const theme_id => 'hlb'; | ||||||
9 | const class_title => 'HLB Theme'; | ||||||
10 | |||||||
11 | 1; | ||||||
12 | __DATA__ |