c# - Is the Cyclomatic complexity value shown by Visual studio ILCyclomatic complexity -
I have run code analysis on my solution using my studio 2012 and NDepend
For MethodA Visual Studio shows complexity as 105 and NDPer shows it as 12. However, the ILCclammatic complexity in NDAP is 112. Does this mean that the complexity shown by Visual Studio is ILCyclomatic complexity or is there any necessary configuration change besides what I believe: (
Comments
Post a Comment