File Coverage

tmp/work/t/templates/directories_psp.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 14 14 100.0


line stmt bran cond sub pod time code
1             package Text::PSP::Generated::t::templates::directories_psp;
2 1     1   6 use strict;
  1         1  
  1         43  
3 1     1   6 use Text::PSP::Template;
  1         2  
  1         24  
4 1     1   6 use vars qw(@ISA);
  1         2  
  1         138  
5             @ISA = qw(Text::PSP::Template);
6              
7             # this file was generated by Text::PSP::Parser
8 1     1   3 sub run { my @o;
9              
10             #line 1 t/templates//directories.psp
11             push @o,'In t/templates
12             ';
13             #line 1 t/templates//includes/inc2/dirtest1.psp
14             push @o,'In t/templates/includes/inc2
15             ';
16             #line 1 t/templates//includes/dirtest1b.psp
17             push @o,'In t/templates/includes
18             ';
19             #line 1 t/templates//includes/inc2/dirtest1.psp
20             push @o,'
21              
22             ';
23             #line 3 t/templates//directories.psp
24             push @o,'
25             In t/templates
26             ';
27             return \@o;}
28             1