File Coverage

blib/lib/Net/Braintree/CreditCard/DurbinRegulated.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 Net::Braintree::CreditCard::DurbinRegulated;
2 1     1   4 use strict;
  1         1  
  1         24  
3              
4 1     1   3 use constant Yes => "Yes";
  1         1  
  1         37  
5 1     1   3 use constant No => "No";
  1         2  
  1         28  
6 1     1   4 use constant Unknown => "Unknown";
  1         0  
  1         34  
7              
8             1;