Branch Coverage

blib/lib/WWW/GoDaddy/REST/Util.pm
Criterion Covered Total %
branch 13 14 92.8


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