File Coverage

lib/WebService/Braintree/CreditCard/Commercial.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::Commercial;
2             $WebService::Braintree::CreditCard::Commercial::VERSION = '0.94';
3 20     20   253 use 5.010_001;
  20         53  
4 20     20   98 use strictures 1;
  20         100  
  20         564  
5              
6 20     20   1507 use constant Yes => "Yes";
  20         36  
  20         858  
7 20     20   90 use constant No => "No";
  20         32  
  20         735  
8 20     20   95 use constant Unknown => "Unknown";
  20         29  
  20         699  
9              
10             1;
11             __END__