File Coverage

blib/lib/Class/MakeMethods/Template/Static.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Class::MakeMethods::Template::Static;
2              
3 6     6   5577 use Class::MakeMethods::Template::Global '-isasubclass';
  6         20  
  6         74  
4              
5             $VERSION = 1.008;
6              
7             1;
8              
9             __END__