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