Quinoa all test code coverage report
Current view: top level - UnitTest - TestArray.hpp (source / functions) Hit Total Coverage
Commit: -128-NOTFOUND Lines: 1 1 100.0 %
Date: 2024-04-29 14:42:33 Functions: 0 0 -
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 1 2 50.0 %

           Branch data     Line data    Source code
       1                 :            : // *****************************************************************************
       2                 :            : /*!
       3                 :            :   \file      src/UnitTest/TestArray.hpp
       4                 :            :   \copyright 2012-2015 J. Bakosi,
       5                 :            :              2016-2018 Los Alamos National Security, LLC.,
       6                 :            :              2019-2021 Triad National Security, LLC.
       7                 :            :              All rights reserved. See the LICENSE file for details.
       8                 :            :   \brief     Simple test Charm++ array for testing arrays
       9                 :            :   \details   Simple test Charm++ array for testing arrays.
      10                 :            : */
      11                 :            : // *****************************************************************************
      12                 :            : #ifndef TestArray_h
      13                 :            : #define TestArray_h
      14                 :            : 
      15                 :            : #include "NoWarning/testarray.decl.h"
      16                 :            : 
      17                 :            : namespace tut {
      18                 :            : 
      19                 :            : //! Charm++ chare array definition for testing arrays
      20         [ +  - ]:        306 : class TestArray : public CBase_TestArray {};
      21                 :            : 
      22                 :            : } // tut::
      23                 :            : 
      24                 :            : #endif // TestArray_h

Generated by: LCOV version 1.14