File Coverage

lib/WebService/Braintree/CreditCard/Prepaid.pm
Criterion Covered Total %
statement 14 14 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 19 19 100.0


line stmt bran cond sub pod time code
1             package WebService::Braintree::CreditCard::Prepaid;
2             $WebService::Braintree::CreditCard::Prepaid::VERSION = '0.94';
3 20     20   256 use 5.010_001;
  20         53  
4 20     20   85 use strictures 1;
  20         105  
  20         587  
5              
6 20     20   1470 use constant Yes => "Yes";
  20         36  
  20         1002  
7 20     20   107 use constant No => "No";
  20         37  
  20         794  
8 20     20   93 use constant Unknown => "Unknown";
  20         36  
  20         734  
9              
10             1;
11             __END__