File Coverage

lib/WebService/Braintree/CreditCard/IssuingBank.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::IssuingBank;
2             $WebService::Braintree::CreditCard::IssuingBank::VERSION = '0.94';
3 20     20   247 use 5.010_001;
  20         56  
4 20     20   86 use strictures 1;
  20         88  
  20         564  
5              
6 20     20   1512 use constant Yes => "Yes";
  20         43  
  20         907  
7 20     20   100 use constant No => "No";
  20         38  
  20         775  
8 20     20   92 use constant Unknown => "Unknown";
  20         29  
  20         699  
9              
10             1;
11             __END__