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   7113 use warnings;
  6         12  
  6         240  
4 6     6   26 use strict;
  6         9  
  6         320  
5 6     6   25 use true;
  6         8  
  6         82  
6              
7             sub import {
8 12     12   3260 strict->import();
9 12         107 warnings->import();
10 12         40 true->import();
11             }
12              
13             1;
14             __END__