File Coverage

tmp/work/t/templates/includes/inc2/helloworld_psp.pm
Criterion Covered Total %
statement 9 10 90.0
branch n/a
condition n/a
subroutine 3 4 75.0
pod n/a
total 12 14 85.7


line stmt bran cond sub pod time code
1             package Text::PSP::Generated::t::templates::includes::inc2::helloworld_psp;
2 1     1   6 use strict;
  1         2  
  1         37  
3 1     1   7 use Text::PSP::Template;
  1         2  
  1         23  
4 1     1   4 use vars qw(@ISA);
  1         2  
  1         132  
5             @ISA = qw(Text::PSP::Template);
6              
7             # this file was generated by Text::PSP::Parser
8 0     0     sub run { my @o;
9              
10             #line 1 t/templates/helloworld.psp
11             push @o,'Hello world - template included at Thu Sep 4 17:01:14 2014
12             ';
13             return \@o;}
14             1