Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcov

code coverage with gcovr and Xcode 5 is not working

code-coverage xcode5 gcov

LCOV branches at the end of a function

c++ gcov lcov

Is it possible to measure function coverage with gcov?

Crossprofiling with gcov, but GCOV_PREFIX and GCOV_PREFIX_STRIP is ignored

c gcc gcov

Is there a way to call the "deleting destructor" of a pure virtual class?

c++ c++11 destructor gcov lcov

Why is gcov creating Code Coverage data for STL Headers?

c++ g++ code-coverage gcov

How do I tell lcov where to find my .cpp & .h files?

With gcov, is it possible to merge to .gcda files?

gcc code-coverage gcov lcov

gcov and switch statements

c++ c gcc gcov

"Hidden symbol `atexit' is referenced by DSO" when using libtool with gcov

gcc ubuntu linker libtool gcov

Excluding certain functions from gcov/lcov coverage results

c++ gcov lcov

Looking for a way to exclude files used by geninfo/genhtml

html gcc gcov lcov

What's the best C++ code coverage tool that works with templates?

gcov with CMake using a separate build directory

c++ cmake gcov

In SonarQube what is the difference in meaning between the "Lines to Cover" and "Uncovered Lines" metrics?

gcov: cannot open graph file

c macos gcov

Can gcc/gcov be made to output coverage stats to a location other than the source folder?

gcc gcov code-coverage

Getting useful GCov results for header-only libraries

c++ gcc gcov

gcov: producing .gcda output from shared library?