GCC Code Coverage Report


Directory: ./
File: unit_tests/tests/log_replay_sandbox.cpp
Date: 2025-11-16 14:52:24
Coverage Exec Excl Total
Lines: 0.0% 0 0 2
Functions: 0.0% 0 0 1
Branches: -% 0 0 0
Decisions: -% 0 - 0

Line Branch Decision Exec Source
1 #include "pch.h"
2
3 /**
4 * manual preparation step: MsqSandbox.java to convert msq/xml tune into binary configuration snapshot
5 */
6
7
8 void runLogReplay() {
9 // todo: load "output.bin" configuration and apply config changes
10
11 }
12