Skip to content

Commit 21df9f3

Browse files
committed
Improve coverage
1 parent 049790e commit 21df9f3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/test/pq/connection.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99

1010
#include <tao/pq/connection.hpp>
1111

12+
// LCOV_EXCL_START
1213
auto my_poll( const int /*unused*/, const bool /*unused*/, const int /*unused*/ ) -> tao::pq::poll::status
1314
{
1415
TAO_PQ_UNREACHABLE;
1516
}
17+
// LCOV_EXCL_STOP
1618

1719
void run()
1820
{

src/test/pq/connection_pool.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@ class limited_connection_pool
4545
}
4646
};
4747

48+
// LCOV_EXCL_START
4849
auto my_poll( const int /*unused*/, const bool /*unused*/, const int /*unused*/ ) -> tao::pq::poll::status
4950
{
5051
TAO_PQ_UNREACHABLE;
5152
}
53+
// LCOV_EXCL_STOP
5254

5355
void run()
5456
{

0 commit comments

Comments
 (0)