LCOV - code coverage report
Current view: top level - shared - module-util.h (source / functions) Hit Total Coverage
Test: systemd_full.info Lines: 0 3 0.0 %
Date: 2019-08-23 13:36:53 Functions: 0 3 0.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 6 0.0 %

           Branch data     Line data    Source code
       1                 :            : /* SPDX-License-Identifier: LGPL-2.1+ */
       2                 :            : #pragma once
       3                 :            : 
       4                 :            : #include <libkmod.h>
       5                 :            : 
       6                 :            : #include "macro.h"
       7                 :            : 
       8         [ #  # ]:          0 : DEFINE_TRIVIAL_CLEANUP_FUNC(struct kmod_ctx*, kmod_unref);
       9         [ #  # ]:          0 : DEFINE_TRIVIAL_CLEANUP_FUNC(struct kmod_module*, kmod_module_unref);
      10         [ #  # ]:          0 : DEFINE_TRIVIAL_CLEANUP_FUNC(struct kmod_list*, kmod_module_unref_list);
      11                 :            : 
      12                 :            : int module_load_and_warn(struct kmod_ctx *ctx, const char *module, bool verbose);

Generated by: LCOV version 1.14