My question is triggered by question on stack overflow about the complexity of SQL statements here. The question is: Is there any built in tool in SQL developer to measure the complexity of my code (PL/SQL). I am particularly interested in Cyclomatic Complexity and Halstead complexity. But I would be interested in any other available method as well.
If not, any other free alternatives? I know Toad has some tools, but that is not free.