Hi,
I am trying to use /EXCLUDESMALLFUNCS option of vsinstr. As per the msdn article it sould exclude my small funcs like getter and setter properties from my coverage report, but its not happening.
Every getter setter property is included.
Sample of my syntax:
#vsinstr /EXCLUDESMALLFUNCS "MYDLL"
Any help will be much appreciated.
Thanks
Varun