lib/Kwiki/Theme/JustContent.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 1 | 3 | 33.3 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | n/a | ||
total | 2 | 4 | 50.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Kwiki::Theme::JustContent; | ||||||
2 | 1 | 1 | 22909 | use Kwiki::Theme -Base; | |||
0 | |||||||
0 | |||||||
3 | our $VERSION = '0.10'; | ||||||
4 | |||||||
5 | const theme_id => 'just_content'; | ||||||
6 | const class_title => 'JustContent Theme'; | ||||||
7 | |||||||
8 | sub register { | ||||||
9 | my $register = shift; | ||||||
10 | $register->add(preload => 'theme', priority => 1); | ||||||
11 | } | ||||||
12 | |||||||
13 | __DATA__ |