Many software testing tools include a statistic known as the McCabe cyclomatic complexity metric in their reports. The term itself is a bit confusing, as the metric isn't specifically about code ...
Understand and code the R² metric (goodness of fit) in C++. A must-know concept for evaluating regression models.