Branch Coverage

blib/lib/WWW/GoDaddy/REST/Util.pm
Criterion Covered Total %
branch 12 14 85.7


line true false branch
27 1 3 if ($@) { }
51 0 14 if (@_ == 1 and UNIVERSAL::isa($_[0], 'JSON')) { }
0 14 elsif (@_) { }
83 1 8 unless $field_filters
85 4 4 if (ref $field_filters eq 'ARRAY') { }
97 2 3 if ($modifier eq 'eq') { }
125 4 3 if (exists $$params{'sort'})