LCOV - code coverage report
Current view: top level - tests/generated/ad/rss/world - SceneVectorTests.cpp (source / functions) Hit Total Coverage
Test: ad_rss Lines: 5 5 100.0 %
Date: 2024-03-25 17:12:56 Functions: 2 2 100.0 %
Branches: 5 16 31.2 %

           Branch data     Line data    Source code
       1                 :            : /*
       2                 :            :  * ----------------- BEGIN LICENSE BLOCK ---------------------------------
       3                 :            :  *
       4                 :            :  * Copyright (C) 2018-2021 Intel Corporation
       5                 :            :  *
       6                 :            :  * SPDX-License-Identifier: LGPL-2.1-only
       7                 :            :  *
       8                 :            :  * ----------------- END LICENSE BLOCK -----------------------------------
       9                 :            :  */
      10                 :            : 
      11                 :            : /*
      12                 :            :  * Generated file
      13                 :            :  */
      14                 :            : 
      15                 :            : #if defined(__clang__) && (__clang_major__ >= 7)
      16                 :            : #pragma GCC diagnostic push
      17                 :            : #pragma GCC diagnostic ignored "-Wself-assign-overloaded"
      18                 :            : #endif
      19                 :            : 
      20                 :            : #include <gtest/gtest.h>
      21                 :            : #include <limits>
      22                 :            : #include "ad/rss/world/SceneVector.hpp"
      23                 :            : 
      24                 :          2 : TEST(SceneVectorTests, ostreamOperatorTest)
      25                 :            : {
      26         [ +  - ]:          1 :   std::stringstream stream;
      27                 :          1 :   ::ad::rss::world::SceneVector value;
      28         [ +  - ]:          1 :   stream << value;
      29   [ +  -  +  -  :          1 :   ASSERT_GT(stream.str().size(), 0u);
          -  +  -  -  -  
                -  -  - ]
      30                 :            : }
      31                 :            : 
      32                 :            : #if defined(__clang__) && (__clang_major__ >= 7)
      33                 :            : #pragma GCC diagnostic pop
      34                 :            : #endif

Generated by: LCOV version 1.14