Commit b7f0570
refactor(guardrails): extract runtimeInfo to improve patch coverage
Istanbul only emits a single DA entry at the opening line of a
multi-line telemetry() call, so the result_reason property string
concatenation was never recorded in the lcov. Extracting it into a
var statement gives Istanbul a separately-tracked line to instrument.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 6ce70e4 commit b7f0570
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | | - | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
0 commit comments