Condition Coverage

blib/lib/OpenSearch/Base.pm
Criterion Covered Total %
condition 0 11 0.0


and 3 conditions

line !l l&&!r l&&r condition
44 0 0 0 $self->client_cert and $self->client_key

or 2 conditions

line l !l condition
61 0 0 $port // 9200

or 3 conditions

line l !l&&r !l&&!r condition
68 0 0 0 $self->client_cert or $self->client_key
90 0 0 0 ref $body eq 'HASH' || ref $body eq 'ARRAY'