File Coverage

blib/lib/Kelp/Module/Config/Null.pm
Criterion Covered Total %
statement 4 4 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod 1 1 100.0
total 7 7 100.0


line stmt bran cond sub pod time code
1             use Kelp::Base 'Kelp::Module::Config';
2 1     1   383  
  1         2  
  1         5  
3             attr ext => 'null';
4              
5             return {
6             injected => 1
7             };
8 1     1 1 4 }
9              
10             1;