Branch Coverage

blib/lib/WWW/LogicBoxes/Role/Command/Raw.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
180 0 0 unless (grep {$_ eq $http_method;} 'GET', 'POST')
184 0 0 $args ? :
198 0 0 if ($self->response_type eq 'xml_simple') { }
230 0 0 $self->response_type eq 'xml_simple' ? :
235 0 0 if ($self->has_password) { }
0 0 elsif ($self->has_api_key) { }
245 0 0 if ($args{'params'})
258 0 0 if (ref $params->{$param_name} eq 'ARRAY') { }