File Coverage

lib/Hyper/Developer/Generator.pm
Criterion Covered Total %
statement 10 12 83.3
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 14 16 87.5


line stmt bran cond sub pod time code
1             package Hyper::Developer::Generator;
2              
3 1     1   1733 use strict;
  1         3  
  1         40  
4 1     1   7 use warnings;
  1         2  
  1         32  
5 1     1   6 use version; our $VERSION = qv('0.01');
  1         2  
  1         6  
6              
7 1     1   742 use Class::Std;
  0            
  0            
8             use Template;
9              
10             use Hyper::Error;
11             use Hyper::Singleton::Context;
12              
13             my %base_path_of :ATTR(:init_arg :get);
14             my %template_of :ATTR(:get