Changed-lines coverage: PR changed C/C++ lines covered by tests: 96.97% (32/33) Uncovered changed code (with context): ================================================================================ src/Backups/BackupImpl.cpp ================================================================================ --- uncovered block 1307-1307 --- 1305 | 1306 | if (writing_finalized) >> 1307 | return; 1308 | 1309 | if (params.is_internal_backup) WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 934,210/1,079,618 -> current 933,847/1,079,632 (delta -363 / +14) Functions : baseline 805,658/876,857 -> current 805,633/876,857 (delta -25 / +0) Branches : baseline 305,817/388,428 -> current 305,745/388,440 (delta -72 / +12)