Q: What is Code Coverage Analysis?
Code Coverage Analysis is the process of discovering code within a program that is not being exercised by test cases. |
Code Coverage Analysis shines a light on the quality of your unit testing. It enables developers to quickly and easily improve the quality of their unit
tests which ultimately leads to improved quality of the software under development.
For more information, see About Code Coverage.