LCOV - code coverage report
Current view: top level - drivers/ml/cnxk - cnxk_ml_utils.c (source / functions) Hit Total Coverage
Test: Code coverage Lines: 0 3 0.0 %
Date: 2025-01-02 22:41:34 Functions: 0 1 0.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 2 0.0 %

           Branch data     Line data    Source code
       1                 :            : /* SPDX-License-Identifier: BSD-3-Clause
       2                 :            :  * Copyright (c) 2023 Marvell.
       3                 :            :  */
       4                 :            : 
       5                 :            : #include "cnxk_ml_utils.h"
       6                 :            : 
       7                 :            : void
       8                 :          0 : cnxk_ml_print_line(FILE *fp, int len)
       9                 :            : {
      10                 :            :         int i;
      11                 :            : 
      12         [ #  # ]:          0 :         for (i = 0; i < len; i++)
      13                 :            :                 fprintf(fp, "-");
      14                 :            :         fprintf(fp, "\n");
      15                 :          0 : }

Generated by: LCOV version 1.14