(key: str)
| 496 | # English-template territory (or some future inverse), swap the reason |
| 497 | # for a safe placeholder so the comment doesn't read half-mixed. |
| 498 | def cell(key: str) -> str: |
| 499 | raw = scored.get(key) |
| 500 | return sanitize_reason(harmonize_reason(raw, template_lang)) |
| 501 | |
| 502 | body = tmpl.format( |
| 503 | score=total, |
no test coverage detected