GCC Code Coverage Report


Directory: src/gate/
File: src/gate/system/tests/gatesystem_cpp_test/test_management.cpp
Date: 2025-09-14 13:10:38
Exec Total Coverage
Lines: 3 3 100.0%
Functions: 3 3 100.0%
Branches: 3 13 23.1%

Line Branch Exec Source
1 #include "gate/tests.hpp"
2 #include "gate/system/management.hpp"
3
4 using namespace gate;
5 using namespace gate::sys;
6
7
2/7
✓ Branch 2 taken 1 times.
✓ Branch 3 taken 1 times.
✗ Branch 4 not taken.
✗ Branch 11 not taken.
✗ Branch 12 not taken.
✗ Branch 14 not taken.
✗ Branch 15 not taken.
6 GATEXX_TEST_UNIT(Management)
8 {
9
1/6
✓ Branch 3 taken 1 times.
✗ Branch 4 not taken.
✗ Branch 7 not taken.
✗ Branch 8 not taken.
✗ Branch 10 not taken.
✗ Branch 11 not taken.
2 GATEXX_TEST_CHECK_NOTHROW(Management());
10 2 }
11