mavak / trucov

True coverage tool for C / C++
1 stars 1 forks source link

Ensure revision_script_manager_unittest.cpp has 90% coverage #151

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Every function should be called at least once.
All obvious code should be covered.
90% coverage is a Minimum!

Original issue reported on code.google.com by millerlyte87@gmail.com on 5 Nov 2009 at 5:31

GoogleCodeExporter commented 9 years ago
A compiler generated destructor, constructor, and the static initialization 
function
prevent full coverage. More coverage is not possible.

Original comment by millerlyte87@gmail.com on 16 Nov 2009 at 9:24

GoogleCodeExporter commented 9 years ago

Original comment by william....@gmail.com on 23 Nov 2009 at 10:25