Modified Cyclomatic Complexity
Do you know of a tool that does modified cyclomatic complexity analysis of Ruby code? Lizard does not do it correctly for Ruby, and I could not find a modified option on Rubocop.
Rubocop does something called perceived complexity which is the same as modified cyclomatic complexity so that is the solution.