-1

Does code metric tool of Microsoft visual studio 2010 counts the line of codes in header files included in the project.

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
Anuj Priyadarshi
  • 347
  • 4
  • 16

1 Answers1

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