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