LCOV - code coverage report
Current view: top level - src/util - macros.h (source / functions) Hit Total Coverage
Test: coverage.lcov Lines: 3 3 100.0 %
Date: 2022-04-21 14:51:19 Functions: 0 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) 2019-2021 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                 :            : #ifndef BITCOIN_UTIL_MACROS_H
#       6                 :            : #define BITCOIN_UTIL_MACROS_H
#       7                 :            : 
#       8                 :  671015483 : #define PASTE(x, y) x ## y
#       9                 :  671015483 : #define PASTE2(x, y) PASTE(x, y)
#      10                 :            : 
#      11                 :  671015483 : #define UNIQUE_NAME(name) PASTE2(name, __COUNTER__)
#      12                 :            : 
#      13                 :            : /**
#      14                 :            :  * Converts the parameter X to a string after macro replacement on X has been performed.
#      15                 :            :  * Don't merge these into one macro!
#      16                 :            :  */
#      17                 :            : #define STRINGIZE(X) DO_STRINGIZE(X)
#      18                 :            : #define DO_STRINGIZE(X) #X
#      19                 :            : 
#      20                 :            : #endif // BITCOIN_UTIL_MACROS_H

Generated by: LCOV version 0-eol-96201-ge66f56f4af6a