LCOV - code coverage report | |||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
![]() |
Branch data Line data Source code 1 : : #include "test.h" 2 : : 3 : : #include <zephyr.h> 4 : : 5 : 1 : int test(int a) 6 : : { 7 : 1 : printk("testing: %d", a); 8 : 1 : return a + 1; 9 : : } |
![]() |
Generated by: LCOV version 1.14 |