¡@

Home 

c# Programming Glossary: cyclomatic

Free C# metrics calculation library (DLL)

http://stackoverflow.com/questions/1052269/free-c-sharp-metrics-calculation-library-dll

free counts the the number of lines and calculates the cyclomatic complexity number of potential code paths of methods. This is.. project. As a sample of usage the code below display the cyclomatic complexity of every method in an assembly. ModuleDefinition..

Automatic generation of Unit test cases for .NET and Java

http://stackoverflow.com/questions/689087/automatic-generation-of-unit-test-cases-for-net-and-java

number of test cases could be directly proportional to the cyclomatic complexity of the code the higher the nesting of loops and conditions.. higher the nesting of loops and conditions the higher the cyclomatic complexity where the higher the cyclomatic complexity the greater.. the higher the cyclomatic complexity where the higher the cyclomatic complexity the greater the set of test cases are generated...

C# Call Graph Generation Tool

http://stackoverflow.com/questions/793685/c-sharp-call-graph-generation-tool

has a bunch of features that allow you to keep track of cyclomatic complexity but its much more basic than NDepend. Run code analysis..