File Coverage

blib/lib/API/Shippo/Shipment.pm
Criterion Covered Total %
statement 13 13 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod 0 1 0.0
total 18 19 94.7


line stmt bran cond sub pod time code
1 1     1   5 use strict;
  1         2  
  1         26  
2 1     1   4 use warnings;
  1         2  
  1         26  
3 1     1   5 use MRO::Compat 'c3';
  1         1  
  1         41  
4              
5             package # Hide from PAUSE
6             API::Shippo::Shipment;
7 1         133 use base ( 'API::Shippo::CreatableResource',
8             'API::Shippo::FetchableResource',
9             'API::Shippo::ListableResource'
10 1     1   4 );
  1         2  
11              
12 1     1 0 2 sub api_resource {'shipments'}
13              
14             1;