98.78% (81/82) Uncovered changed code (with context): ================================================================================ src/Processors/QueryPlan/ReadFromMergeTree.h ================================================================================ --- uncovered block 408-408 --- 406 | bool canRemoveColumnsFromOutput() const override; 407 | >> 408 | bool isSelectedForTopKFilterOptimization() const { return top_k_filter_info.has_value(); } 409 | const std::optional & getTopKFilterInfo() const { return top_k_filter_info; } 410 | === Lost Baseline Coverage: 1 lines === ================================================================================ src/Processors/QueryPlan/ReadFromMergeTree.h ================================================================================ --- lost coverage block 408-408 --- 406 | bool canRemoveColumnsFromOutput() const override; 407 | >> 408 | bool isSelectedForTopKFilterOptimization() const { return top_k_filter_info.has_value(); } 409 | const std::optional & getTopKFilterInfo() const { return top_k_filter_info; } 410 | WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 776,805/923,388 -> current 776,685/923,433 (delta -120 / +45) Functions : baseline 885,917/969,377 -> current 885,865/969,381 (delta -52 / +4) Branches : baseline 253,794/331,536 -> current 253,648/331,564 (delta -146 / +28)