blib/lib/App/ElasticSearch/Utilities/Connection.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 34 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
98 | 0 | 0 | 0 | $response->is_success and $ctype =~ m[^text/plain] |
109 | 0 | 0 | 0 | defined $_ and length $_ |
128 | 0 | 0 | 0 | length $self->password and $self->proto ne "https" |
155 | 0 | 0 | 0 | exists $options->{'uri_param'} and XXX |
161 | 0 | 0 | 0 | not defined $body and exists $options->{'body'} |
169 | 0 | 0 | 0 | $method eq "PUT" and $options->{'index'} |
0 | 0 | 0 | $method eq "PUT" and $options->{'index'} and $options->{'command'} eq "/" | |
187 | 0 | 0 | 0 | length $self->password and $self->proto eq "https" |
line | l | !l | condition |
---|---|---|---|
79 | 0 | 0 | eval '$VERSION' || '999.9' |
96 | 0 | 0 | $response->content_type || 'invalid' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
139 | 0 | 0 | 0 | $options->{'command'} ||= $url |
162 | 0 | 0 | 0 | $body ||= delete $options->{'body'} |