Process / pipelineCode quality assessment
ソフトウェア複雑性メトリクス
ソフトウェア複雑性メトリクスは、数値測定を通じてコードの構造的および操作的困難さを定量化します。1976年にThomas McCabeによって導入されたサイクロマティック複雑度(cyclomatic complexity)が、その基礎的なアプローチとなりました。これらのメトリクスは、保守性、テスト容易性、および欠陥リスクを評価し、チームが問題のあるコード領域を特定し、リファクタリングの取り組みを導くことを可能にします。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
出典
- McCabe, T. J. (1976). A complexity measure. IEEE Transactions on Software Engineering, 2(4), 308–320. DOI: 10.1109/TSE.1976.233837 ↗
- Chidamber, S. R., & Kemerer, C. F. (1994). A metrics suite for object-oriented design. IEEE Transactions on Software Engineering, 20(6), 476–493. DOI: 10.1109/32.295895 ↗
- Halstead, M. H. (1977). Elements of Software Science. Elsevier. link ↗
このページの引用方法
ScholarGate. (2026, June 3). Software Complexity Metrics and Measurement. ScholarGate. https://scholargate.app/ja/software-engineering/software-complexity-metrics
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- コードカバレッジ分析ソフトウェア工学↔ compare
- 欠陥予測モデルソフトウェア工学↔ compare
- 静的コード解析ソフトウェア工学↔ compare
- 技術的負債の測定ソフトウェア工学↔ compare