Does code metric tool of Microsoft visual studio 2010 counts the line of codes in header files included in the project.
Asked
Active
Viewed 340 times
-1
-
2Should be easy to test: add a few lines to a header file and see if the metric changes. Please report back with your findings. – Thilo Apr 21 '15 at 05:55
-
yup.. understood... just wanted the information before hand. – Anuj Priyadarshi Apr 21 '15 at 06:43
1 Answers
0
code metric only work for managed code.
My code was a C++ unmanaged code so code metric is anyway not helpful.

Anuj Priyadarshi
- 347
- 4
- 16