LCOV - code coverage report
Current view: top level - tests - main.cpp (source / functions) Hit Total Coverage
Test: ad_map_access Lines: 4 4 100.0 %
Date: 2022-10-04 09:48:07 Functions: 1 1 100.0 %
Branches: 1 2 50.0 %

           Branch data     Line data    Source code
       1                 :            : /*
       2                 :            :  * ----------------- BEGIN LICENSE BLOCK ---------------------------------
       3                 :            :  *
       4                 :            :  * Copyright (C) 2018-2021 Intel Corporation
       5                 :            :  *
       6                 :            :  * SPDX-License-Identifier: MIT
       7                 :            :  *
       8                 :            :  * ----------------- END LICENSE BLOCK -----------------------------------
       9                 :            :  */
      10                 :            : 
      11                 :            : #include <gtest/gtest.h>
      12                 :            : #include <spdlog/spdlog.h>
      13                 :            : #include "ad/map/access/Logging.hpp"
      14                 :            : 
      15                 :          1 : int main(int argc, char **argv)
      16                 :            : {
      17         [ +  - ]:          1 :   spdlog::set_default_logger(::ad::map::access::getLogger());
      18                 :            : 
      19                 :          1 :   ::testing::InitGoogleTest(&argc, argv);
      20                 :          1 :   return RUN_ALL_TESTS();
      21                 :            : }

Generated by: LCOV version 1.14