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 6     6   6479 use warnings;
  6         10  
  6         213  
4 6     6   23 use strict;
  6         7  
  6         189  
5 6     6   24 use true;
  6         7  
  6         71  
6              
7             sub import {
8 12     12   2787 strict->import();
9 12         152 warnings->import();
10 12         42 true->import();
11             }
12              
13             1;
14             __END__