97.56% (40/41) Uncovered changed code (with context): ================================================================================ src/Processors/Formats/Impl/PrettyBlockOutputFormat.cpp ================================================================================ --- uncovered block 553-553 --- 551 | { 552 | if (use_nbsp) >> 553 | writeString(nbsp_utf8, out); 554 | else 555 | writeChar(' ', out); 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 753,559/897,012 -> current 753,716/897,034 (delta +157 / +22) Functions : baseline 830,191/911,254 -> current 830,242/911,276 (delta +51 / +22) Branches : baseline 244,429/319,704 -> current 244,481/319,714 (delta +52 / +10)