This document discusses a large-scale study on the adoption of test cases in over 20,000 GitHub projects, revealing that 61.65% of these projects utilize test cases. The findings indicate a positive correlation between the number of lines of code and the number of test cases, as well as various statistical relationships between the number of developers and the presence of test cases. Conclusions emphasize that larger projects tend to have more test cases, with programming languages such as C++, ANSI C, and PHP exhibiting higher mean numbers of test cases.
Related topics: