@@ -205,6 +205,8 @@ void test_mul()
205205
206206 if (!BOOST_TEST_EQ (static_cast <double >(dec128_res), static_cast <double >(dec128_fast_res)))
207207 {
208+ // LCOV_EXCL_START
209+
208210 std::cerr << std::setprecision (35 )
209211 << " Val 1: " << val1
210212 << " \n Val 2: " << val2
@@ -214,6 +216,8 @@ void test_mul()
214216 << " \n Decfast 1: " << dec128_fast_1
215217 << " \n Decfast 2: " << dec128_fast_2
216218 << " \n Decfast res: " << dec128_fast_res << std::endl;
219+
220+ // LCOV_EXCL_STOP
217221 }
218222 }
219223
@@ -234,6 +238,8 @@ void test_mul()
234238
235239 if (!BOOST_TEST_EQ (static_cast <double >(dec128_res), static_cast <double >(dec128_fast_res)))
236240 {
241+ // LCOV_EXCL_START
242+
237243 std::cerr << std::setprecision (35 )
238244 << " Val 1: " << val1
239245 << " \n Val 2: " << val2
@@ -243,6 +249,8 @@ void test_mul()
243249 << " \n Decfast 1: " << dec128_fast_1
244250 << " \n Decfast 2: " << dec128_fast_2
245251 << " \n Decfast res: " << dec128_fast_res << std::endl;
252+
253+ // LCOV_EXCL_STOP
246254 }
247255 }
248256}
@@ -266,6 +274,8 @@ void test_div()
266274
267275 if (!BOOST_TEST_EQ (static_cast <double >(dec128_res), static_cast <double >(dec128_fast_res)))
268276 {
277+ // LCOV_EXCL_START
278+
269279 std::cerr << std::setprecision (35 )
270280 << " Val 1: " << val1
271281 << " \n Val 2: " << val2
@@ -275,6 +285,8 @@ void test_div()
275285 << " \n Decfast 1: " << dec128_fast_1
276286 << " \n Decfast 2: " << dec128_fast_2
277287 << " \n Decfast res: " << dec128_fast_res << std::endl;
288+
289+ // LCOV_EXCL_STOP
278290 }
279291 }
280292
@@ -295,6 +307,8 @@ void test_div()
295307
296308 if (!BOOST_TEST_EQ (static_cast <double >(dec128_res), static_cast <double >(dec128_fast_res)))
297309 {
310+ // LCOV_EXCL_START
311+
298312 std::cerr << std::setprecision (35 )
299313 << " Val 1: " << val1
300314 << " \n Val 2: " << val2
@@ -304,6 +318,8 @@ void test_div()
304318 << " \n Decfast 1: " << dec128_fast_1
305319 << " \n Decfast 2: " << dec128_fast_2
306320 << " \n Decfast res: " << dec128_fast_res << std::endl;
321+
322+ // LCOV_EXCL_STOP
307323 }
308324 }
309325}
0 commit comments