File Coverage

Makefile.PL
Criterion Covered Total %
statement 11 12 91.6
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 12 13 92.3


line stmt bran cond sub pod time code
1 1     1   2906 use inc::Module::Install;
  1         7  
  1         22  
2              
3 1         36 name 'Chef';
4 1         18 all_from 'lib/Chef.pm';
5 1         24 author 'Adam Jacob <adam@opscode.com>';
6 1         25 license 'perl';
7              
8 1         25 build_requires 'Test::More';
9 1         15 requires 'Moose';
10 1         23 requires 'JSON::Any';
11              
12 1         25 auto_install;
13              
14 0         0 WriteAll;
15