File Coverage

blib/lib/Kwiki/JSLog.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::JSLog;
2              
3 1     1   25624 use warnings;
  1         3  
  1         32  
4 1     1   6 use strict;
  1         2  
  1         37  
5 1     1   400 use Kwiki::Plugin '-Base';
  0            
  0            
6             use mixin 'Kwiki::Installer';
7             our $VERSION = '0.01';
8              
9             const class_title => 'JSLog Library';
10             const class_id => 'jslog';
11              
12             1; # End of Kwiki::JSLog
13             __DATA__