PR changed-lines coverage: 98.70% (76/77, 0 noise lines excluded) Uncovered changed code (with context): ================================================================================ src/Parsers/FunctionSecretArgumentsFinder.h ================================================================================ --- uncovered block 305-305 --- 303 | ssize_t arg_idx = findNamedArgument(&value, key, start); 304 | if (arg_idx < 0) >> 305 | return; 306 | 307 | if (!value.empty() && maskURIPassword(&value)) WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set