File Coverage

blib/lib/cPanel/APIClient/X.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 cPanel::APIClient::X;
2              
3             # Copyright 2020 cPanel, L. L. C.
4             # All rights reserved.
5             # http://cpanel.net
6             #
7             # This is free software; you can redistribute it and/or modify it under the
8             # same terms as Perl itself. See L.
9              
10 3     3   19 use strict;
  3         6  
  3         76  
11 3     3   13 use warnings;
  3         4  
  3         73  
12              
13 3     3   14 use parent qw( X::Tiny );
  3         6  
  3         13  
14              
15             1;