Branch Coverage

blib/lib/WebService/TWFY/Request.pm
Criterion Covered Total %
branch 8 16 50.0


line true false branch
94 1 1 unless (defined $uri)
108 0 2 unless defined $function
127 1 1 unless exists $$rh_valid_functions{$function}
141 1 0 if (exists $$rh_args{'output'})
156 0 1 unless defined $output
166 1 0 unless exists $$rh_valid_params{$output}
177 0 0 unless defined $$rh_args{$_}
204 0 0 unless exists $$rh_args{$_} and defined $$rh_args{$_}