The question asks which statement about static testing is FALSE. Static testing does NOT require running tests through code - that's dynamic testing. Option A correctly states this false claim. Static testing includes reviews (C), desk checking (B), and can measure metrics like cyclomatic complexity (D) without code execution.