Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configuration file format (see -psrc): cpptestcc.templateCoverage [true|false]

Anchor
constexpr coverage
constexpr coverage
-constexpr-coverage

Enables collecting coverage for constexpr functions.
Configuration file format (see -psrc): cpptestcc.constexprCoverage [true|false]
C/C++test can collect code coverage for 'constexpr' functions executed during run-time. No coverage will be reported for a 'constexpr' function used only at compilation time.
Note: Collecting code coverage for C++ 'constexpr' functions is supported for the following compilers:

...