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
Remco NCrunch Developer
#4802
14 Nov 2013 23:01 UTC
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
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.
Thanks for the quick reply.
Post a reply
Log in to reply.