LCOV - code coverage report
Current view: top level - home/jason/hello_world/src - test.c (source / functions) Hit Total Coverage
Test: coverage.info Lines: 3 3 100.0 %
Date: 2022-08-18 11:36:24 Functions: 1 1 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 0 -

           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