Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcov

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?

Is there a way to focus lcov code coverage reports to just one or two directories?

code-coverage gcov lcov

What is the branch in the destructor reported by gcov?

c++ gcc code-coverage gcov

How to resolve __gcov_init undefined reference issue when linking

How do I tell gcov to ignore un-hittable lines of C++ code?

c++ code-coverage gcov

Where are the gcov symbols?

gcc profile gcov