I've been using both CodeMaid and Resharper for some time now, and noticed they both calculate Cyclomatic Complexity. Although, their calculation always differ, so I'm thinking that their calculating logic also does. But, to your experience, which one is more accurate? It sseems that Resharper's is usually higher, but CodeMaid's is easier to spot.
Is one of them calculating it wrong, perhaps? Or just differently, but acceptable?
Thanks in advance!