GCC Code Coverage Report
Directory:
./
Coverage:
low: ≥ 0%
medium: ≥ 75.0%
high: ≥ 90.0%
Coverage
Exec / Excl / Total
Lines:
0.0%
0 / 0 / 2
Functions:
0.0%
0 / 0 / 1
Branches:
-%
0 / 0 / 0
Decisions:
-%
0 / - / 0
List of functions
Function (File:Line)
Calls
Lines
Branches
Blocks
runLogReplay() (unit_tests/tests/log_replay_sandbox.cpp:8)
not called
0.0%
-%
0.0%
unit_tests/tests/log_replay_sandbox.cpp
0 covered
2 uncovered
0 partial covered
0 excluded
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