ソースコード複雑度の判定ポイントの最大値は10がよさそう。10を超える場合は、再設計を検討しよう。

A Complexity Measure

クリックしてmccabe.pdfにアクセス

The particular upper bound that has been used for cyclomatic complexity is 10 which seems like a reasonable, but not magical, upper limit. Programmers have been required to calculate complexity as they create software modules. When the complexity exceeded 10 they had to either recognize and modularize subfunctions or redo the software.

また、複雑度をツールは、下記のものが存在する。
Android
AndroidStudioのInspectionでコードチェックを楽にしてみた。

iOS
SwiftLint

その他
lizard