Branch Coverage

blib/lib/Net/Braintree/Validations.pm
Criterion Covered Total %
branch 0 10 0.0


line true false branch
15 0 0 unless $sub_white_list
16 0 0 if (is_hashref($sub_white_list)) { }
0 0 elsif (is_hashref($$params{$key})) { }
17 0 0 unless verify_params($$params{$key}, $sub_white_list)
19 0 0 if $sub_white_list ne '_any_key_'