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   31 use strict;
  5         10  
  5         122  
4 5     5   57 use warnings;
  5         10  
  5         105  
5              
6 5     5   23 use Moo;
  5         9  
  5         21  
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.002
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__