File Coverage

blib/lib/Net/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 Net::Braintree::Transaction::CreatedUsing;
2              
3 1     1   5 use constant Token => "token";
  1         1  
  1         64  
4 1     1   4 use constant FullInformation => "full_information";
  1         1  
  1         36  
5              
6             1;