What is Defect Density?
Defect Density is number of confirmed defects identified in software/module during a development period divided by the size of the software. It is calculated as defect count/size of the release, where size of release is total line of code in release.e.g. if module1 has 25 bugs, module2 has 15 bugs, and module3 has 50 bugs, …