Process / pipelineTest measurement
コードカバレッジ分析
コードカバレッジ分析は、テストスイートによってソースコードが実行される範囲を測定し、どの行、分岐、またはパスが実行されたかを定量化します。ツールは実行を追跡するためにコードをインストルメント化し、カバレッジ率を報告して、テストされていない領域を特定します。カバレッジ分析は、テスト作成の指針となり、デッドコードを検出し、品質保証プロセスにおけるテストの妥当性を検証します。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
出典
- Zhu, H., Hall, P. A. V., & May, J. H. R. (1997). Software unit test coverage and adequacy. ACM Computing Surveys, 29(4), 366–427. DOI: 10.1145/267580.267590 ↗
- Frankl, P. G., & Weiss, S. N. (1988). An experimental comparison of the effectiveness of branch testing and data flow testing. IEEE Transactions on Software Engineering, 14(12), 1763–1773. link ↗
- Corbet, J. (2008). Code coverage for the Linux kernel. Linux Weekly News article. link ↗
このページの引用方法
ScholarGate. (2026, June 3). Code Coverage Measurement and Analysis. ScholarGate. https://scholargate.app/ja/software-engineering/code-coverage-analysis
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