Code Coverage measures Test Effectiveness - how thoroughly the test cases exercise the codebase. High coverage indicates tests touch most code paths, suggesting effective testing. It doesn't directly measure defects, trends, or time spent - these are separate testing metrics.