Treffer: Code coverage and postrelease defects: A large-scale study on open source projects

Title:
Code coverage and postrelease defects: A large-scale study on open source projects
Source:
Research Collection School Of Computing and Information Systems
Publisher Information:
Institutional Knowledge at Singapore Management University
Publication Year:
2017
Collection:
Institutional Knowledge (InK) at Singapore Management University
Document Type:
Fachzeitschrift text
File Description:
application/pdf
Language:
English
DOI:
10.1109/TR.2017.2727062
Accession Number:
edsbas.C0E43447
Database:
BASE

Weitere Informationen

Testing is a pivotal activity in ensuring the quality of software. Code coverage is a common metric used as a yardstick to measure the efficacy and adequacy of testing. However, does higher coverage actually lead to a decline in postrelease bugs? Do files that have higher test coverage actually have fewer bug reports? The direct relationship between code coverage and actual bug reports has not yet been analyzed via a comprehensive empirical study on real bugs. Past studies only involve a few software systems or artificially injected bugs (mutants). In this empirical study, we examine these questions in the context of open-source software projects based on their actual reported bugs. We analyze 100 large open-source Java projects and measure the code coverage of the test cases that come along with these projects. We collect real bugs logged in the issue tracking system after the release of the software and analyze the correlations between code coverage and these bugs. We also collect other metrics such as cyclomatic complexity and lines of code, which are used to normalize the number of bugs and coverage to correlate with other metrics as well as use these metrics in regression analysis. Our results show that coverage has an insignificant correlation with the number of bugs that are found after the release of the software at the project level, and no such correlation at the file level.