File Coverage

blib/lib/Elasticsearch/Role/Is_Sync.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Elasticsearch::Role::Is_Sync;
2             $Elasticsearch::Role::Is_Sync::VERSION = '1.05';
3 46     46   75409 use Moo::Role;
  46         172  
  46         401  
4 46     46   18611 use namespace::clean;
  46         111  
  46         446  
5              
6             1;
7              
8             # ABSTRACT: A role to mark classes which should be used with other sync classes
9              
10             __END__
11              
12             =pod
13              
14             =encoding UTF-8
15              
16             =head1 NAME
17              
18             Elasticsearch::Role::Is_Sync - A role to mark classes which should be used with other sync classes
19              
20             =head1 VERSION
21              
22             version 1.05
23              
24             =head1 AUTHOR
25              
26             Clinton Gormley <drtech@cpan.org>
27              
28             =head1 COPYRIGHT AND LICENSE
29              
30             This software is Copyright (c) 2014 by Elasticsearch BV.
31              
32             This is free software, licensed under:
33              
34             The Apache License, Version 2.0, January 2004
35              
36             =cut