Feature Suggestions

Add "line executed x times" to coverage statistics?

Started by GreenMoose on 7,925 views

v1.47

Today I was investigating call paths for a particular test (setting code coverage to show that test only) and felt the urge to tell how many times a particular method was called for that test to find performance issues, but I could not find such information.

Thus, it would be really cool if NCrunch also recorded the number of times the covered line was executed in such scenario.

Thanks.

Edited

Hi,

Thanks for the suggestion. At the moment this would be a difficult change, as it follows somewhat of a different model of runtime analysis, but I'll certainly have a think about how such a thing might be implemented.


Cheers,

Remco

Post a reply

Log in to reply.