================================================================================ 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: 80.00% (4/5) Uncovered changed code (with context): ================================================================================ src/Processors/Formats/Impl/ConstantExpressionTemplate.cpp ================================================================================ --- uncovered block 667-667 --- 665 | if (!map_type) 666 | return false; >> 667 | nested_types = map_type->getKeyValueTypes(); 668 | } 669 | 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 780,973/924,985 -> current 780,981/924,987 (delta +8 / +2) Functions : baseline 886,609/959,913 -> current 886,611/959,913 (delta +2 / +0) Branches : baseline 255,359/331,676 -> current 255,334/331,678 (delta -25 / +2)