File Coverage

blib/lib/Class/MakeMethods/Template/Flyweight.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             package Class::MakeMethods::Template::Flyweight;
2              
3 4     4   21051 use Class::MakeMethods::Template::InsideOut '-isasubclass';
  4         14  
  4         54  
4              
5             $VERSION = 1.008;
6              
7 2     2 1 12 sub new { { '-import' => { 'Template::Scalar:new' => '*' } } }
8              
9             1;
10              
11             __END__