Quiz 14 Question 19 of 20

An organization is designing an automated evaluation pipeline for agent-generated code changes. The pipeline collects four signals: (1) unit test pass rate across the existing test suite, (2) sentiment analysis of reviewer comments on the PR, (3) lines of code changed in the diff, and (4) total CI build time in seconds. Which signal is the MOST reliable automated indicator of whether the agent-generated code is functionally correct?

Select an answer to reveal the explanation.

Motivation