Branch Coverage

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


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