I believe cyclomatic complexity is related to what you're looking for. https://en.m.wikipedia.org/wiki/Cyclomatic_complexity There are tools/plug-ins available which try to measure this which could result in less complex and thus more readable code.
I believe cyclomatic complexity is related to what you're looking for. https://en.m.wikipedia.org/wiki/Cyclomatic_complexity There are tools/plug-ins available which try to measure this which could result in less complex and thus more readable code.