================================================================================ Changed-lines coverage summary ================================================================================ Denominator: lines added/modified by this PR in C/C++ source files that LCOV considers coverable (excludes blank lines, braces, comments, header-only declarations, and error-path noise such as `LOGICAL_ERROR`, `UNREACHABLE()`, `abort()`). Numerator: of those coverable lines, the number actually executed by the test suite during this coverage run. PR changed C/C++ lines covered by tests: 96.55% (56/58) Uncovered changed code (with context): ================================================================================ src/Functions/pointInPolygon.cpp ================================================================================ --- uncovered block 164-165 --- 162 | for (size_t row = 0; row < column.size(); ++row) 163 | { >> 164 | std::string_view value = column.getDataAt(row); >> 165 | updateHashWithString(state, value); 166 | } 167 | } === Lost Baseline Coverage: 1 lines === ================================================================================ src/Functions/pointInPolygon.cpp ================================================================================ --- lost coverage block 165-165 --- 163 | { 164 | std::string_view value = column.getDataAt(row); >> 165 | updateHashWithString(state, value); 166 | } 167 | } WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 850,017/996,138 -> current 849,787/996,156 (delta -230 / +18) Functions : baseline 940,776/1,015,792 -> current 940,737/1,015,791 (delta -39 / -1) Branches : baseline 271,680/350,414 -> current 271,662/350,424 (delta -18 / +10)