File Coverage

blib/lib/SilverGoldBull/API/BillingAddress.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::BillingAddress;
2              
3 1     1   901 use strict;
  1         2  
  1         26  
4 1     1   4 use warnings;
  1         1  
  1         22  
5              
6 1     1   167 use Mouse;
  0            
  0            
7             with qw(SilverGoldBull::API::AddressRole SilverGoldBull::API::CommonMethodsRole);
8              
9             1;