File Coverage

blib/lib/OpenSearch/Client/CxnPool/Static/NoPing.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             # OpenSearch::Client is an unofficial client for OpenSearch.
2             # It is derived from Search::Elasticsearch version 7.714
3             # License details from the original work are contained in the
4             # NOTICE file distributed with this work.
5             #
6             #-----------------------------------------------------------------------
7             # OpenSearch::Client
8             #-----------------------------------------------------------------------
9             # Copyright 2026 Mark Dootson
10             #
11             # Licensed under the Apache License, Version 2.0 (the "License");
12             # you may not use this file except in compliance with the License.
13             # You may obtain a copy of the License at
14             #
15             # http://www.apache.org/licenses/LICENSE-2.0
16             #
17             # Unless required by applicable law or agreed to in writing, software
18             # distributed under the License is distributed on an "AS IS" BASIS,
19             # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20             # See the License for the specific language governing permissions and
21             # limitations under the License.
22              
23             package OpenSearch::Client::CxnPool::Static::NoPing;
24             $OpenSearch::Client::CxnPool::Static::NoPing::VERSION = '3.007002';
25 7     7   3302 use Moo;
  7         15  
  7         36  
26             with 'OpenSearch::Client::Role::CxnPool::Static::NoPing',
27             'OpenSearch::Client::Role::Is_Sync';
28 7     7   2487 use OpenSearch::Client::Util qw(throw);
  7         19  
  7         64  
29 7     7   1652 use namespace::clean;
  7         10  
  7         36  
30              
31             1;
32              
33             __END__