I am using gtest
for testing my code in C++ with Visual studio 2010. But I could not able to makeout that I have reached 100% code coverage. To make sure that I have covered 100% code coverage, I would like to know that, is there any way to find out the code coverage gtest
or not? Because I have Googled a lot but I did not find any possible way to get the code coverage result by using gtest
in Windows enviornment. If it is possible please let me know.
Thanks A Lot..