File Coverage

blib/lib/WebService/Braintree/CreditCard/Prepaid.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package WebService::Braintree::CreditCard::Prepaid;
2             $WebService::Braintree::CreditCard::Prepaid::VERSION = '0.93';
3 1     1   8 use strict;
  1         3  
  1         38  
4              
5 1     1   7 use constant Yes => "Yes";
  1         3  
  1         56  
6 1     1   8 use constant No => "No";
  1         3  
  1         52  
7 1     1   7 use constant Unknown => "Unknown";
  1         3  
  1         44  
8              
9             1;