File Coverage

blib/lib/WebService/Braintree/CreditCard/Payroll.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::Payroll;
2             $WebService::Braintree::CreditCard::Payroll::VERSION = '0.93';
3 1     1   8 use strict;
  1         3  
  1         34  
4              
5 1     1   7 use constant Yes => "Yes";
  1         3  
  1         56  
6 1     1   7 use constant No => "No";
  1         4  
  1         61  
7 1     1   9 use constant Unknown => "Unknown";
  1         3  
  1         51  
8              
9             1;