LCOV - code coverage report
Current view: top level - src/wallet/test - wallet_test_fixture.cpp (source / functions) Hit Total Coverage
Test: coverage.lcov Lines: 5 5 100.0 %
Date: 2021-06-29 14:35:33 Functions: 2 2 100.0 %
Legend: Modified by patch:
Lines: hit not hit | Branches: + taken - not taken # not executed

Not modified by patch:
Lines: hit not hit | Branches: + taken - not taken # not executed
Branches: 0 0 -

           Branch data     Line data    Source code
#       1                 :            : // Copyright (c) 2016-2020 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 <wallet/test/wallet_test_fixture.h>
#       6                 :            : 
#       7                 :            : WalletTestingSetup::WalletTestingSetup(const std::string& chainName)
#       8                 :            :     : TestingSetup(chainName),
#       9                 :            :       m_wallet(m_node.chain.get(), "", CreateMockWalletDatabase())
#      10                 :          9 : {
#      11                 :          9 :     m_wallet.LoadWallet();
#      12                 :          9 :     m_chain_notifications_handler = m_node.chain->handleNotifications({ &m_wallet, [](CWallet*) {} });
#      13                 :          9 :     m_wallet_client->registerRpcs();
#      14                 :          9 : }

Generated by: LCOV version 1.14