| Line | Branch | Exec | Source |
|---|---|---|---|
| 1 | #include "gate/tests.h" | ||
| 2 | #include "test_coroutines.h" | ||
| 3 | |||
| 4 | 1 | GATE_TEST_FUNCTION(test_coroutines) | |
| 5 | { | ||
| 6 | 1 | GATE_TEST_UNIT_BEGIN(test_coroutines); | |
| 7 | |||
| 8 | |||
| 9 | 1 | GATE_TEST_UNIT_END; | |
| 10 | } | ||
| 11 |
| Directory: | src/gate/ |
|---|---|
| File: | src/gate/tests/gatecore_platform_test/test_coroutines.c |
| Date: | 2025-12-12 23:40:09 |
| Exec | Total | Coverage | |
|---|---|---|---|
| Lines: | 3 | 3 | 100.0% |
| Functions: | 1 | 1 | 100.0% |
| Branches: | 0 | 0 | -% |
| Line | Branch | Exec | Source |
|---|---|---|---|
| 1 | #include "gate/tests.h" | ||
| 2 | #include "test_coroutines.h" | ||
| 3 | |||
| 4 | 1 | GATE_TEST_FUNCTION(test_coroutines) | |
| 5 | { | ||
| 6 | 1 | GATE_TEST_UNIT_BEGIN(test_coroutines); | |
| 7 | |||
| 8 | |||
| 9 | 1 | GATE_TEST_UNIT_END; | |
| 10 | } | ||
| 11 |