I am trying to create a unit test in MS Test for a CMS application, wherein I have minority number of function that I wrote in my solution, the majority of the functions came along with CMS framework.
Issue:
When I take the code coverage it shows less than 1 percentage. But this coverage is meaningless.
Question:
How can I find coverage for only the functions that I wrote skipping the library functions that came along with cms framework?