100.00% (11/11) No uncovered changed lines found. === Lost Baseline Coverage: 1 lines === ================================================================================ src/Client/ClientBase.cpp ================================================================================ --- lost coverage block 3551-3551 --- 3549 | 3550 | #if USE_CLIENT_AI >> 3551 | /// AI SQL generation is disabled for the embedded client (SSH and WebSocket protocols) 3552 | /// because it accesses the environment (API keys) which could be a security concern. 3553 | if (!isEmbeeddedClient()) WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 741,318/882,009 → current 741,382/882,011 (Δ +64 / +2) Functions : baseline 798,609/878,834 → current 798,470/878,730 (Δ -139 / -104) Branches : baseline 240,453/313,988 → current 240,320/313,992 (Δ -133 / +4)