File Coverage

lib/Kwiki/CSS.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::CSS;
2 1     1   2392 use Kwiki::WebFile -Base;
  0            
  0            
3              
4             const class_id => 'css';
5             const default_path_method => 'css_path';
6              
7             conf css_path => [ 'css' ];
8              
9             __DATA__