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.93';
3              
4 1     1   7 use constant Token => "token";
  1         3  
  1         104  
5 1     1   10 use constant FullInformation => "full_information";
  1         4  
  1         60  
6              
7             1;