Private
Public Access
0
0

conductor(plan): Mark Task 2.3 complete (compute_result_coverage removed)

This commit is contained in:
2026-06-24 10:00:59 -04:00
parent 2561e4ea9e
commit 619847b3b4
@@ -50,7 +50,7 @@ Focus: Remove the 3 carry-over code smells.
- GIT NOTE: 245 lines removed from src/; 5 tests removed from tests/; commit per workflow.md §9.1.
- VERIFY: `grep -c "to_dsl_v2\|parse_dsl_v2\|DSL_WORD_ARITY_V2" src/code_path_audit.py` = 0; all remaining 126 tests pass.
- [ ] Task 2.3: Delete dead `compute_result_coverage` function.
- [x] Task 2.3: Delete dead `compute_result_coverage` function. [2561e4ea]
- WHERE: `src/code_path_audit.py:741-770` (the `compute_result_coverage` function)
- WHAT: Remove the dead function. The calling site (`synthesize_aggregate_profile`) inlines its own `ResultCoverage(...)` construction at line 1181-1187; the standalone function is unused.
- HOW: Use `manual-slop_py_remove_def` for `compute_result_coverage`. The tests in `tests/test_code_path_audit_phase78.py::test_compute_result_coverage_*` (2 tests) must be DELETED in this same commit.