| blib/lib/Kwiki/Theme/ColumnLayout.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::ColumnLayout; | ||||||
| 2 | 1 | 1 | 3641 | use Kwiki::Theme -Base; | |||
| 0 | |||||||
| 0 | |||||||
| 3 | use mixin 'Kwiki::Installer'; | ||||||
| 4 | our $VERSION='0.08'; | ||||||
| 5 | const theme_id => 'columnlayout'; | ||||||
| 6 | const class_title => 'Column Layout Theme'; | ||||||
| 7 | |||||||
| 8 | __DATA__ |