ok unit testing in vs2010 was really easy… setting up code coverage analysis is simple too…
- edit the local.testsettings
- goto Data and Diagnostics
- enable Code Coverage
- configure it
- add the dll
- tada: done
just run the tests again and look at the code coverage…