86.67% (13/15) Uncovered changed code (with context): ================================================================================ src/TableFunctions/TableFunctionExecutable.cpp ================================================================================ --- uncovered block 135-136 --- 133 | catch (const boost::escaped_list_error & e) 134 | { >> 135 | throw Exception(ErrorCodes::BAD_ARGUMENTS, "Failed to parse script name and arguments: {}", e.what()); >> 136 | } 137 | }(); 138 | === Lost Baseline Coverage: 1 lines === ================================================================================ src/TableFunctions/TableFunctionExecutable.cpp ================================================================================ --- lost coverage block 126-126 --- 124 | 125 | auto script_name_with_arguments_value = checkAndGetLiteralArgument(args[0], "script_name_with_arguments_value"); >> 126 | 127 | auto script_name_with_arguments = [&]() 128 | { WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 739,656/880,108 → current 740,040/880,118 (Δ +384 / +10) Functions : baseline 798,440/878,648 → current 798,541/878,674 (Δ +101 / +26) Branches : baseline 239,765/313,164 → current 239,880/313,164 (Δ +115 / +0)