LCOV - code coverage report
Current view: top level - lib/libc/minimal/source/stdlib - exit.c (source / functions) Hit Total Coverage
Test: coverage.info Lines: 0 2 0.0 %
Date: 2022-08-18 11:36:24 Functions: 0 0 -
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : /*
       2                 :            :  * Copyright (c) 2019 Linaro Limited
       3                 :            :  *
       4                 :            :  * SPDX-License-Identifier: Apache-2.0
       5                 :            :  */
       6                 :            : 
       7                 :            : #include <stdlib.h>
       8                 :            : #include <zephyr.h>
       9                 :            : 
      10                 :            : void _exit(int status)
      11                 :            : {
      12                 :          0 :         printk("exit\n");
      13                 :          0 :         while (1) {
      14                 :            :         }
      15                 :            : }

Generated by: LCOV version 1.14