File Coverage

blib/lib/WebService/Braintree/Transaction/CreatedUsing.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package WebService::Braintree::Transaction::CreatedUsing;
2             $WebService::Braintree::Transaction::CreatedUsing::VERSION = '0.92';
3              
4 1     1   6 use constant Token => "token";
  1         2  
  1         88  
5 1     1   5 use constant FullInformation => "full_information";
  1         3  
  1         38  
6              
7             1;