(context: Metric.Context)
| 161 | Return JSON with 'score' (0 or 1) and detailed rationale listing all missing scenarios or assertion mismatches.`; |
| 162 | |
| 163 | export function createUserPrompt(context: Metric.Context) { |
| 164 | return `Reference diff:\n${context.expectedDiff}\n\nCandidate diff:\n${context.actualDiff}\n\nCompare ONLY the test coverage (test scenarios, assertions). Ignore test structure and framework. Respond with JSON.`; |
| 165 | } |
nothing calls this directly
no outgoing calls
no test coverage detected