show/hide this revision's text 2 Added note about comments and test coverage metrics. fixed typos.

If you're after some trend analysis, does it really mean anything to measure beyond SLOC?

Even if you just use doing a grep for trailing semi-colons and count counting the number of lines returned, what you are after is consistency in the SLOC measurement technique. so that In this way today's measurement can be compared with last month's measurement in a meaningful way.

I can't really see what would a trend of McCabe Cyclometric Complexity give? I think that CC should be used more for a snapshot of quality to provide feedback to the developers.

Edit: Ooh. Just thought of a couple of other measurements that might be useful. Comments as a percentage of SLOC and test coverage. Neither of which you want to let slip. Coming back to retrofit either of these is never as god as doing them "in the heat of the moment!"

HTH.

cheers,

Rob

show/hide this revision's text 1

If you're after some trend analysis, does it really mean anything to measure beyond SLOC?

Even if you just use a grep for trailing semi-colons and count the number of lines returned, what you are after is consistency in the SLOC measurement technique. so that today's measurement can be compared with last month's measurement in a meaningful way.

I can't really see what would a trend of McCabe Cyclometric Complexity give? I think that CC should be used more for a snapshot of quality to provide feedback to the developers.

HTH.

cheers,

Rob