Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does NCSS stand for?

I've been looking for ways to measure the complexity of my projects's source code, and have frequently come across the acronym "NCSS". There doesn't seem to be any clear, easy-to-find definition of what it stands for.

As far as I can infer, it has something to do with cyclomatic code complexity.

One of the places I saw "NCSS", is in the JavaNCSS tool: http://javancss.codehaus.org/

like image 736
Johan Avatar asked Mar 30 '11 13:03

Johan


1 Answers

I found the answer myself, and on the JavaNCSS page too: It stands for "Non Commenting Source Statements"

like image 68
Johan Avatar answered Sep 27 '22 19:09

Johan