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

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -