File Coverage

blib/lib/Daje/Generate/Templates.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Daje::Generate::Templates;
2 1     1   288910 use Mojo::Base -base;
  1         9897  
  1         7  
3              
4             # encoding utf-8
5             #
6             # NAME
7             # ====
8             #
9             # Daje::Templates - It's templates used for generation of Perl and SQL
10             #
11             # SYNOPSIS
12             # ========
13             #
14             # use Daje::Templates;
15             #
16             # DESCRIPTION
17             # ===========
18             #
19             # Daje::Templates is just templates
20             #
21             # LICENSE
22             # =======
23             #
24             # Copyright (C) janeskil1525.
25             #
26             # This library is free software; you can redistribute it and/or modify
27             # it under the same terms as Perl itself.
28             #
29             # AUTHOR
30             # ======
31             #
32             # janeskil1525 Ejaneskil1525@gmail.comE
33             #
34             # W
35              
36             our $VERSION = "1.04";
37              
38              
39              
40             1;
41             __END__