< Summary - Backend C Tests - Coverage Report (WSL)

Information
Class: test_machine_module_c
Assembly: src.backend.tests.integration
File(s): ./src/backend/tests/integration/test_machine_module.c
Line coverage
100%
Covered lines: 6
Uncovered lines: 0
Coverable lines: 6
Total lines: 11
Line coverage: 100%
Branch coverage
N/A
Covered branches: 0
Total branches: 0
Branch coverage: N/A
Method coverage

Feature is only available for sponsors

Upgrade to PRO version

Coverage history

Coverage history 0 25 50 75 100 2/18/2026 - 10:50:55 PM Line coverage: 100% (6/6) Total lines: 11

File(s)

./src/backend/tests/integration/test_machine_module.c

#LineLine coverage
 1// Placeholder for Machine Module Integration Test
 2#include <stdio.h>
 3
 14void test_machine_module_integration() {
 15  printf("Machine Module Integration Test Placeholder\n");
 16}
 7
 18int main() {
 19  test_machine_module_integration();
 110  return 0;
 11}

Methods/Properties