Branch Coverage

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


line true false branch
30 0 0 unless $sub_white_list
31 0 0 if (is_hashref($sub_white_list)) { }
0 0 elsif (is_hashref($params->{$key})) { }
32 0 0 unless verify_params($params->{$key}, $sub_white_list)
34 0 0 if $sub_white_list ne '_any_key_'