File Coverage

blib/lib/Net/Checkpoint/Management/v1/Role/REST/Client.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             $Net::Checkpoint::Management::v1::Role::REST::Client::VERSION = '0.001010';
2             # ABSTRACT: Checkpoint Management API version 1.x client
3             use Moo::Role;
4 1     1   382  
  1         2  
  1         4  
5             with 'Role::REST::Client';
6              
7             1;
8              
9              
10             =pod
11              
12             =encoding UTF-8
13              
14             =head1 NAME
15              
16             Net::Checkpoint::Management::v1::Role::REST::Client - Checkpoint Management API version 1.x client
17              
18             =head1 VERSION
19              
20             version 0.001010
21              
22             =head1 AUTHOR
23              
24             Alexander Hartmaier <abraxxa@cpan.org>
25              
26             =head1 COPYRIGHT AND LICENSE
27              
28             This software is copyright (c) 2020 by Alexander Hartmaier.
29              
30             This is free software; you can redistribute it and/or modify it under
31             the same terms as the Perl 5 programming language system itself.
32              
33             =cut