3

Is there a tool for calculating the number of function points in a C# program?

If there is nothing that measures the number of function points, how about a tool that measures something similar?

user128807
  • 10,447
  • 17
  • 53
  • 72
  • Are you referring to function points as in function point analysis? http://en.wikipedia.org/wiki/Function_point – George Stocker Nov 20 '10 at 02:39
  • 3
    [Metrics like that usually cause more harm than good.](http://blogs.msdn.com/b/oldnewthing/archive/2010/11/16/10091537.aspx) – Ben Voigt Nov 20 '10 at 04:12

2 Answers2

1

IIRC this is one of the various metrics NDepend covers, but it's been awhile since I've used it.

http://www.ndepend.com/Features.aspx#Metrics

James Manning
  • 13,429
  • 2
  • 40
  • 64
0

There's a tool for calculating micro function points, called Project Code Meter:

http://www.projectcodemeter.com