LCOV - code coverage report
Current view: top level - drivers/net/e1000 - e1000_logs.c (source / functions) Hit Total Coverage
Test: Code coverage Lines: 2 2 100.0 %
Date: 2025-01-02 22:41:34 Functions: 2 2 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 2 4 50.0 %

           Branch data     Line data    Source code
       1                 :            : /* SPDX-License-Identifier: BSD-3-Clause
       2                 :            :  * Copyright(c) 2018 Intel Corporation
       3                 :            :  */
       4                 :            : 
       5                 :            : #include <rte_ethdev.h>
       6                 :            : #include "e1000_logs.h"
       7                 :            : 
       8         [ -  + ]:        251 : RTE_LOG_REGISTER_SUFFIX(e1000_logtype_init, init, NOTICE)
       9         [ -  + ]:        251 : RTE_LOG_REGISTER_SUFFIX(e1000_logtype_driver, driver, NOTICE)
      10                 :            : #ifdef RTE_ETHDEV_DEBUG_RX
      11                 :            : RTE_LOG_REGISTER_SUFFIX(e1000_logtype_rx, rx, DEBUG)
      12                 :            : #endif
      13                 :            : #ifdef RTE_ETHDEV_DEBUG_TX
      14                 :            : RTE_LOG_REGISTER_SUFFIX(e1000_logtype_tx, tx, DEBUG)
      15                 :            : #endif

Generated by: LCOV version 1.14