File Coverage

local/incfile.conf
Criterion Covered Total %
statement 1 1 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 2 2 100.0


line stmt bran cond sub pod time code
1              
2              
3             sub returnstuff {
4 1     1   90 return 'stuff';
5             }
6              
7             my $stuff = {
8             KEY1 => 'is key1',
9             KEY2 => 'is key2',
10             };