LCOV - code coverage report
Current view: top level - /home/runner/zephyrproject/zephyr/boards/native/native_sim - cmdline.c (source / functions) Coverage Total Hit
Test: lcov.info Lines: 33.3 % 9 3
Test Date: 2026-01-27 12:19:34 Functions: 33.3 % 3 1
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: - 0 0

             Branch data     Line data    Source code
       1                 :             : /*
       2                 :             :  * Copyright (c) 2023 Nordic Semiconductor ASA
       3                 :             :  *
       4                 :             :  * SPDX-License-Identifier: Apache-2.0
       5                 :             :  */
       6                 :             : 
       7                 :             : #include "nsi_cmdline.h"
       8                 :             : 
       9                 :           1 : void native_add_command_line_opts(struct args_struct_t *args)
      10                 :             : {
      11                 :           1 :         nsi_add_command_line_opts(args);
      12                 :           1 : }
      13                 :             : 
      14                 :           0 : void native_get_cmd_line_args(int *argc, char ***argv)
      15                 :             : {
      16                 :           0 :         nsi_get_cmd_line_args(argc, argv);
      17                 :           0 : }
      18                 :             : 
      19                 :           0 : void native_get_test_cmd_line_args(int *argc, char ***argv)
      20                 :             : {
      21                 :           0 :         nsi_get_test_cmd_line_args(argc, argv);
      22                 :           0 : }
        

Generated by: LCOV version 2.0-1