File Coverage

blib/lib/Module/Compile/TT.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Module::Compile::TT;
2              
3 1     1   26908 use strict;
  1         4  
  1         37  
4 1     1   6 use warnings;
  1         2  
  1         49  
5              
6             1;
7              
8             =pod
9              
10             =head1 NAME
11              
12             Module::Compile::TT - Preprocess Perl code with Template Toolkit and Module::Compile.
13              
14             =head1 SYNOPSIS
15              
16             use tt;
17              
18             ...
19              
20             =head1 DESCRIPTION
21              
22             See L for the actual documentation. This is mostly just a placeholder for
23             declaring prettier dependancies.
24              
25             =cut
26              
27