Say I'm trying to explain/sell our technology to (friendly) investors and I already have metrics like:
I don't want to get any closer to LOC. What are the top 3--5 metrics that I can write into our software and/or the web properties that document it?
UPDATE
I updated this to show that I really want to program these metrics in, so it's a programming question.
You'll need to write a metric without dimension, a bit like the C.R.A.P metric, where every of your requirements matter with a pondered additive or multiplicative factor.
I'd advise taking account also of code coverage by tests ratio in the metric, and as well measuring somehow that code contracts (Debug.Assert() or MS code contracts) are enforced.
I wrote a blog post related to these Fighting Fabricated Complexity.
Finally, I take a chance to say that we are working on the next version of NDepend (to be released in the first half of 2012) that will provide an easy way to write custom code metrics. (I am the PM of NDepend)