87.10% (27/31) Uncovered changed code (with context): ================================================================================ src/Processors/QueryPlan/Optimizations/optimizeLazyMaterialization.cpp ================================================================================ --- uncovered block 293-296 --- 291 | return false; 292 | } >> 293 | else >> 294 | { >> 295 | return false; >> 296 | } 297 | 298 | node = node->children.front(); No lost baseline coverage found. WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 740,140/880,977 → current 739,624/881,001 (Δ -516 / +24) Functions : baseline 798,355/878,626 → current 798,318/878,599 (Δ -37 / -27) Branches : baseline 239,831/313,570 → current 239,728/313,582 (Δ -103 / +12)