File Coverage

blib/lib/Net/Iugu/Customers.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::Iugu::Customers;
2             $Net::Iugu::Customers::VERSION = '0.000002';
3 8     8   38 use Moo;
  8         13  
  8         35  
4             extends 'Net::Iugu::CRUD';
5              
6             1;
7              
8             # ABSTRACT: Net::Iugu::Customers - Methods to manage customers
9              
10             __END__