File Coverage

blib/lib/SilverGoldBull/API/ShippingAddress.pm
Criterion Covered Total %
statement 7 9 77.7
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 10 12 83.3


line stmt bran cond sub pod time code
1             package SilverGoldBull::API::ShippingAddress;
2              
3 1     1   903 use strict;
  1         1  
  1         26  
4 1     1   4 use warnings;
  1         11  
  1         23  
5              
6 1     1   172 use Mouse;
  0            
  0            
7             with qw(SilverGoldBull::API::AddressRole SilverGoldBull::API::CommonMethodsRole);
8              
9              
10             1;