LCOV - code coverage report
Current view: top level - src/util - hex.c (source / functions) Coverage Total Hit
Test: coverage.info Lines: 50.0 % 6 3
Test Date: 2025-08-24 13:31:38 Functions: 50.0 % 2 1

            Line data    Source code
       1              : #include "hex.h"
       2              : 
       3           15 : Bool isHex(int32_t number)
       4              : {
       5           15 :   Bool value = false;
       6           15 :   return value;
       7              : }
       8              : 
       9            0 : int decimalToHex(int32_t number)
      10              : {
      11            0 :   int value = 0;
      12            0 :   return value;
      13              : }
        

Generated by: LCOV version 2.0-1