Branch Coverage

blib/lib/WebService/Tagzania/Request.pm
Criterion Covered Total %
branch 2 8 25.0


line true false branch
20 0 1 unless $rh_params and defined $rh_params and ref $rh_params eq 'HASH'
48 0 0 unless (&validate_arguments($rh_params))
66 0 1 unless $rh_params and defined $rh_params and ref $rh_params eq 'HASH'
70 0 0 unless (exists $$rh_params{'start'} and defined $$rh_params{'start'} and exists $$rh_params{'number'} and defined $$rh_params{'number'} and exists $$rh_params{'minlng'} and defined $$rh_params{'minlng'} and exists $$rh_params{'minlat'} and defined $$rh_params{'minlat'} and exists $$rh_params{'maxlng'} and defined $$rh_params{'maxlng'} and exists $$rh_params{'maxlat'} and defined $$rh_params{'maxlat'})