File Coverage

blib/lib/ElasticSearchX/Model/Document/Trait/Field/Version.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             #
2             # This file is part of ElasticSearchX-Model
3             #
4             # This software is Copyright (c) 2016 by Moritz Onken.
5             #
6             # This is free software, licensed under:
7             #
8             # The (three-clause) BSD License
9             #
10             package ElasticSearchX::Model::Document::Trait::Field::Version;
11             $ElasticSearchX::Model::Document::Trait::Field::Version::VERSION = '1.0.2';
12 7     7   10845 use Moose::Role;
  7         11  
  7         49  
13 7     7   23413 use ElasticSearchX::Model::Document::Types qw(:all);
  7         8  
  7         47  
14              
15             package ElasticSearchX::Model::Document::Trait::Class::Version;
16             $ElasticSearchX::Model::Document::Trait::Class::Version::VERSION = '1.0.2';
17 7     7   3468 use Moose::Role;
  7         11  
  7         24  
18              
19             1;
20              
21             __END__
22              
23             =pod
24              
25             =encoding UTF-8
26              
27             =head1 NAME
28              
29             ElasticSearchX::Model::Document::Trait::Field::Version
30              
31             =head1 VERSION
32              
33             version 1.0.2
34              
35             =head1 AUTHOR
36              
37             Moritz Onken
38              
39             =head1 COPYRIGHT AND LICENSE
40              
41             This software is Copyright (c) 2016 by Moritz Onken.
42              
43             This is free software, licensed under:
44              
45             The (three-clause) BSD License
46              
47             =cut