File Coverage

blib/lib/Decl/Template.pm
Criterion Covered Total %
statement 72 190 37.8
branch 22 90 24.4
condition 0 4 0.0
subroutine 7 17 41.1
pod 14 14 100.0
total 115 315 36.5


line stmt bran cond sub pod time code
1             package Decl::Template;
2            
3 12     12   67 use warnings;
  12         21  
  12         342  
4 12     12   64 use strict;
  12         20  
  12         453  
5 12     12   63 use Data::Dumper;
  12         56  
  12         29773  
6            
7             =head1 NAME
8            
9             Decl::Template - implements a template in the Decl system.
10            
11             =head1 VERSION
12            
13             Version 0.01
14            
15             =cut
16            
17             our $VERSION = '0.01';
18            
19            
20             =head1 SYNOPSIS
21            
22             A I