File Coverage

blib/lib/OpenStack/MetaAPI/API/Specs/Default.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::Default;
2              
3 5     5   33 use strict;
  5         14  
  5         147  
4 5     5   33 use warnings;
  5         11  
  5         115  
5              
6 5     5   26 use Moo;
  5         12  
  5         31  
7              
8             with 'OpenStack::MetaAPI::API::Specs::Roles::Service';
9              
10              
11             1;
12              
13             =pod
14              
15             =encoding UTF-8
16              
17             =head1 NAME
18              
19             OpenStack::MetaAPI::API::Specs::Default
20              
21             =head1 VERSION
22              
23             version 0.001
24              
25             This is a void specs so we do not have to define all of them for now
26              
27             =head1 AUTHOR
28              
29             Nicolas R
30              
31             =head1 COPYRIGHT AND LICENSE
32              
33             This software is copyright (c) 2019 by cPanel, Inc.
34              
35             This is free software; you can redistribute it and/or modify it under
36             the same terms as the Perl 5 programming language system itself.
37              
38             =cut
39              
40             __DATA__