94.44% (17/18) Uncovered changed code (with context): ================================================================================ src/Processors/QueryPlan/Optimizations/optimizeLazyMaterialization.cpp ================================================================================ --- uncovered block 419-419 --- 417 | else 418 | { >> 419 | return false; 420 | } 421 | 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 765,870/910,151 -> current 765,393/910,174 (delta -477 / +23) Functions : baseline 831,522/902,443 -> current 831,483/902,446 (delta -39 / +3) Branches : baseline 249,424/325,838 -> current 249,354/325,850 (delta -70 / +12)