C++: How to measure code coverage with lcov and GTest

Because you want to know which parts of your C++ code are actually being tested.
Read Article