blib/lib/CGI/Ex/Template/XS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 9 | 9 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 3 | 3 | 100.0 |
pod | n/a | ||
total | 12 | 12 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package CGI::Ex::Template::XS; | ||||||
2 | |||||||
3 | =head1 NAME | ||||||
4 | |||||||
5 | CGI::Ex::Template::XS - DEPRECATED - you should now use Template::Alloy::XS | ||||||
6 | |||||||
7 | =cut | ||||||
8 | |||||||
9 | 1 | 1 | 792 | use strict; | |||
1 | 2 | ||||||
1 | 36 | ||||||
10 | 1 | 1 | 5 | use warnings; | |||
1 | 2 | ||||||
1 | 35 | ||||||
11 | 1 | 1 | 14 | use base qw(Template::Alloy::XS); | |||
1 | 2 | ||||||
1 | 681 | ||||||
12 | |||||||
13 | use Template::Alloy::XS 1.002; | ||||||
14 | use CGI::Ex::Template 2.14; | ||||||
15 | |||||||
16 | our $VERSION = '0.06'; | ||||||
17 | |||||||
18 | 1; | ||||||
19 | |||||||
20 | __END__ |