[doctest] run with "--help" for options
===============================================================================
coverage_maxout.cpp(0):
TEST CASE:  exercising tricky code paths of doctest

coverage_maxout.cpp(0): ERROR: CHECK( str.compare(const_str, true) != 0 ) is NOT correct!
  values: CHECK( 0 != 0 )
  logged: should fail

coverage_maxout.cpp(0): ERROR: CHECK( str.compare("omgomgomg", false) != 0 ) is NOT correct!
  values: CHECK( 0 != 0 )
  logged: should fail

coverage_maxout.cpp(0): ERROR: CHECK( len_is_zero ) is NOT correct!
  values: CHECK( false )
  logged: should fail

coverage_maxout.cpp(0): ERROR: CHECK( b == 5 ) is NOT correct!
  values: CHECK( Approx( 7.0 ) == 5 )

coverage_maxout.cpp(0): ERROR: CHECK( b < 5 ) is NOT correct!
  values: CHECK( Approx( 7.0 ) <  5 )

coverage_maxout.cpp(0): ERROR: CHECK( b <= 5 ) is NOT correct!
  values: CHECK( Approx( 7.0 ) <= 5 )

coverage_maxout.cpp(0): ERROR: CHECK( 6 == a ) is NOT correct!
  values: CHECK( 6 == Approx( 5.0 ) )

coverage_maxout.cpp(0): ERROR: CHECK( 6 < a ) is NOT correct!
  values: CHECK( 6 <  Approx( 5.0 ) )

coverage_maxout.cpp(0): ERROR: CHECK( 6 <= a ) is NOT correct!
  values: CHECK( 6 <= Approx( 5.0 ) )

===============================================================================
coverage_maxout.cpp(0):
TEST SUITE: exception related
TEST CASE:  will end from a std::string exception

coverage_maxout.cpp(0): ERROR: test case THREW exception: std::string!

===============================================================================
coverage_maxout.cpp(0):
TEST SUITE: exception related
TEST CASE:  will end from a const char* exception

coverage_maxout.cpp(0): ERROR: test case THREW exception: const char*!

===============================================================================
coverage_maxout.cpp(0):
TEST SUITE: exception related
TEST CASE:  will end from an unknown exception

coverage_maxout.cpp(0): ERROR: test case THREW exception: unknown exception

===============================================================================
[doctest] test cases:  4 |  0 passed | 4 failed |
[doctest] assertions: 31 | 22 passed | 9 failed |
[doctest] Status: FAILURE!
Program code.
