Monthly Archives: June 2015

Cyclomatic Complexity

cyclomatic complexity: Cyclomatic complexity in code is software metric used to indicate the complexity in the program. It is a quantitative measure of the number is linearly independent paths through programs source code. Read more about cyclomatic complexity here. In … Continue reading

Posted in Uncategorized | Leave a comment