Software Management Tools
Submitted by luke on Tue, 2008-05-20 11:24
Cyclomatic complexity: is a software metric (measurement). It was developed by Thomas McCabe and is used to measure the complexity of a program. It directly measures the number of linearly independent paths through a program's source code.
