Branch Coverage

blib/lib/PayProp/API/Public/Client/Role/JSON.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
11 1 22 unless $structure
16 14 9 if (not $ref_type or $ref_type =~ /Bool/) { }
4 5 elsif ($ref_type eq 'ARRAY') { }
3 2 elsif ($ref_type eq 'HASH') { }
2 0 elsif ($ref_type =~ /PayProp::API::Public::Client::Response/) { }