Ae we all know In computer science, test coverage is a measure used to describe the degree to which the source code of a program is executed when a particular test suite runs. A program with high test coverage, measured as a percentage, has had more of its source code executed during testing, which suggests it has a lower chance of containing undetected software bugs compared to a program with low test coverage.
Our tool lacks the capability to measure code coverage of unit test cases written by tool. In enterprise environments, this can be considered as major lacking feature. This will be complicated task considering that though .net code generated can provide code coverage stats but this needs to be reverse tracked to find the visual object that has generated the code and then tag accordinly.