File Coverage

blib/lib/KelpX/Sweet/Controller.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package KelpX::Sweet::Controller;
2              
3 1     1   825 use warnings;
  1         2  
  1         38  
4 1     1   4 use strict;
  1         1  
  1         23  
5 1     1   3 use true;
  1         2  
  1         6  
6              
7             sub import {
8 1     1   16 strict->import();
9 1         8 warnings->import();
10 1         2 true->import();
11             }
12              
13             1;
14             __END__