LCOV - code coverage report
Current view: top level - src/node - context.cpp (source / functions) Hit Total Coverage
Test: fuzz_coverage.info Lines: 4 11 36.4 %
Date: 2023-11-10 23:46:46 Functions: 2 5 40.0 %
Branches: 2 4 50.0 %

           Branch data     Line data    Source code
       1                 :            : // Copyright (c) 2019-2022 The Bitcoin Core developers
       2                 :            : // Distributed under the MIT software license, see the accompanying
       3                 :            : // file COPYING or http://www.opensource.org/licenses/mit-license.php.
       4                 :            : 
       5                 :            : #include <node/context.h>
       6                 :            : 
       7                 :            : #include <addrman.h>
       8                 :            : #include <banman.h>
       9                 :            : #include <interfaces/chain.h>
      10                 :            : #include <kernel/context.h>
      11                 :            : #include <net.h>
      12                 :            : #include <net_processing.h>
      13                 :            : #include <netgroup.h>
      14                 :            : #include <node/kernel_notifications.h>
      15                 :            : #include <policy/fees.h>
      16                 :            : #include <scheduler.h>
      17         [ +  - ]:          2 : #include <txmempool.h>
      18         [ +  - ]:          2 : #include <validation.h>
      19                 :            : 
      20                 :            : namespace node {
      21                 :          6 : NodeContext::NodeContext() = default;
      22                 :          1 : NodeContext::~NodeContext() = default;
      23                 :            : } // namespace node

Generated by: LCOV version 1.14