File Coverage

blib/lib/Daje/Database/Model.pm
Criterion Covered Total %
statement 2 2 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 3 3 100.0


line stmt bran cond sub pod time code
1             package Daje::Database::Model;
2 1     1   339626 use v5.42;
  1         4  
3              
4             # NAME
5             # ====
6             #
7             # Daje::Database::Model - It's the Daje database classes
8             #
9             # SYNOPSIS
10             # ========
11             #
12             # use Daje::Database::Model;
13             #
14             # DESCRIPTION
15             # ===========
16             #
17             # Daje::Database::Model is ...
18             #
19             # LICENSE
20             # =======
21             #
22             # Copyright (C) janeskil1525.
23             #
24             # This library is free software; you can redistribute it and/or modify
25             # it under the same terms as Perl itself.
26             #
27             # AUTHOR
28             # ======
29             #
30             # janeskil1525 Ejaneskil1525@gmail.comE
31             #
32             #
33              
34             our $VERSION = "0.25";
35              
36              
37              
38              
39              
40              
41              
42              
43             1;
44             __END__