This document discusses a study on how the statistical distributions of software metrics can impact quality. It shows that some metrics, like file size, follow a double Pareto distribution with a transition point from lognormal to power law behavior. Files above this transition point account for a large percentage of code size and defects. The probability of finding defects is higher for files with metrics above the transition point. Overall, the findings indicate the statistical distributions of metrics are related to defects density and can help reduce the search space for problematic files.