Condition Coverage

blib/lib/Grips/Cmd.pm
Criterion Covered Total %
condition 0 68 0.0


and 3 conditions

line !l l&&!r l&&r condition
528 0 0 0 exists $params{'result'} and ref $params{'result'} eq 'HASH'
543 0 0 0 $response->{'status'} and $response->{'status'} ne $status

or 2 conditions

line l !l condition
138 0 0 $params{'newResponseSyntax'} || 0
210 0 0 $retVal->{'status'} eq 'CBI_SYNTAX_ERR' || 0
541 0 0 $status ||= 'CBI_OK'
907 0 0 $prefix ||= ''

or 3 conditions

line l !l&&r !l&&!r condition
235 0 0 0 exists $p->{'grips_object_name'} or exists $p->{'request_id'}
253 0 0 0 $params{'grips_object_name'} || $params{'request_id'} || $self->getSessionID
275 0 0 0 $params{'grips_object_name'} || $params{'request_id'} || $self->getSessionID
304 0 0 0 $params{'grips_object_name'} || $self->getSessionID
325 0 0 0 not exists $params{'dbs'} or @{$params{'dbs'};} == 0
350 0 0 0 $params{'grips_object_name'} || $params{'request_id'}
359 0 0 0 not exists $params{'path'} or @{$params{'path'};} == 0
360 0 0 0 not exists $params{'value'} or @{$params{'value'};} == 0
395 0 0 0 $params{'grips_object_name'} || $params{'base'} || $self->_getBaseID
413 0 0 0 $params{'grips_object_name'} || $params{'request_id'}
416 0 0 0 $params{'query'} or $params{'query.string'}
431 0 0 0 $params{'query.string'} || $params{'query'}
485 0 0 0 $params{'grips_object_name'} || $params{'base'} || $self->_getBaseID
504 0 0 0 $params{'grips_object_name'} || $self->getSessionID
513 0 0 0 $params{'grips_object_name'} || $params{'base'} || $self->_getBaseID
526 0 0 0 $params{'grips_object_name'} || $params{'base'} || $self->_getBaseID
869 0 0 0 $params{'grips_object_name'} || $params{'request_id'}
914 0 0 0 not defined ref $data or ref $data eq ''