File Coverage

blib/lib/OpenStack/MetaAPI/API/Specs/Compute/v2_1.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             package OpenStack::MetaAPI::API::Specs::Compute::v2_1;
2              
3 3     3   21 use strict;
  3         7  
  3         79  
4 3     3   13 use warnings;
  3         6  
  3         76  
5              
6 3     3   14 use Moo;
  3         14  
  3         17  
7              
8             with 'OpenStack::MetaAPI::API::Specs::Roles::Service';
9              
10             1;
11              
12             #
13             # API specs: incomplete need to be continued
14             # url:
15             # https://developer.openstack.org/api-ref/network/v2/index.html?expanded=list-ports-detail#ports
16             #
17              
18             =pod
19              
20             =encoding UTF-8
21              
22             =head1 NAME
23              
24             OpenStack::MetaAPI::API::Specs::Compute::v2_1
25              
26             =head1 VERSION
27              
28             version 0.002
29              
30             =head1 AUTHOR
31              
32             Nicolas R
33              
34             =head1 COPYRIGHT AND LICENSE
35              
36             This software is copyright (c) 2019 by cPanel, Inc.
37              
38             This is free software; you can redistribute it and/or modify it under
39             the same terms as the Perl 5 programming language system itself.
40              
41             =cut
42              
43             __DATA__