10 Code Coverage Tools for C & C++
Code coverage is a measure used in software testing that describes the degree to which the source code of a program has been tested. In This article we cover the popular Code Coverage tools that are available.
12 Source Code Profilers for C & C++
Code Profilers are very distinct from traditional debuggers. They are able to catch the trivial and non fatal coding errors which are often hard for humans to catch. These trivial bugs later claim weeks of debugging and extra cost to fix
Open Source Projects with Exceptionally Low Defect Density
Here is a summary static analysis of Open projects by Coverity Prevent, with exceptionally low defect density.

