This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
if we are making any changes in the code (DLL) and retesting it with the Code Coverage Instrumentation tool , Is code coverage percentage may be differ depend on our changes? Is coverage % increase or decrease?
If you have made changes that change the number of blocks and the execution control flow of your program then Yes.
Whether the change is an increase or a decrease is a function of the change made
Allen Mathias Senior Dev Lead @ Microsoft