cyclomatic complexity
|
Go4Expert Member
|
|
| 12Aug2009,10:45 | #1 |
|
What is cyclomatic complexity and why is it important?
|
|
Banned
|
|
| 25Jun2011,15:27 | #2 |
|
The cyclomatic complexity of a section of source code is the count of the number of linearly independent paths through the source code.
|
|
Banned
|
|
| 25Jun2011,15:28 | #3 |
|
its a part of software testing & quality assurance
|
