LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
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 |