General Feedback

Code Coverage % by function

Started by VizAmir on 7,575 views

Hi,
I can see what percent of a file is covered through the metrics window.
Is there a way to drill down and see the methods in the window and what percent of each method is covering, allowing me to quickly understand which methods are not covered?


Thanks,
Amir
Hi Amir -

Right now the deepest NCrunch can drill down is to file level. This is because NCrunch isn't yet able to distinguish where one method ends and where another starts (code coverage is not stored at method level), so it simply can't go any further. There may be opportunities to pursue this in future.


Cheers,

Remco
That's a shame.

Thanks for the quick reply.

Post a reply

Log in to reply.