GCC Code Coverage Report


Directory: src/gate/
File: src/gate/tech/tests/gatetech_test/test_barcodes.c
Date: 2025-09-14 13:10:38
Exec Total Coverage
Lines: 9 9 100.0%
Functions: 3 3 100.0%
Branches: 0 0 -%

Line Branch Exec Source
1 #include "gate/tests.h"
2 #include "test_barcodes.h"
3 #include "gate/tech/barcodes.h"
4 #include "gate/streams.h"
5
6 1 GATE_TEST_FUNCTION(test_barcodes_ean)
7 {
8 1 GATE_TEST_UNIT_BEGIN(test_barcodes_ean);
9
10 /*TODO*/
11
12 1 GATE_TEST_UNIT_END;
13 }
14
15 1 GATE_TEST_FUNCTION(test_barcodes_dmtx)
16 {
17 1 GATE_TEST_UNIT_BEGIN(test_barcodes_dmtx);
18
19 /*TODO*/
20
21 1 GATE_TEST_UNIT_END;
22 }
23
24 1 GATE_TEST_FUNCTION(test_barcodes_qr)
25 {
26 1 GATE_TEST_UNIT_BEGIN(test_barcodes_qr);
27
28 /*TODO*/
29
30 1 GATE_TEST_UNIT_END;
31 }
32
33