views:

50

answers:

1

Hi,

I need to generate code coverage metrics for a suite of nunit tests. The tests call functions in a managed dll which in turn uses PInvoke to call unmanaged dlls. I understand that VSTS can be used to generate code coverage metrics in this scenario for both managed and unmanaged code, apart from that are there any open source tools that would be an acceptable alternative.

A: 

i currently use part-cover as i can use it to check the code coverage of my nunit suite of tests

PaulStack
Does partcover work with unmanaged code
HN