Walker test code coverage report
Current view: top level - RNGTest - TestStack.hpp (source / functions) Hit Total Coverage
Commit: test_coverage.info Lines: 1 1 100.0 %
Date: 2022-09-21 18:57:21 Functions: 1 1 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : // *****************************************************************************
       2                 :            : /*!
       3                 :            :   \file      src/RNGTest/TestStack.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     Stack collecting all types of random number generator statistical
       9                 :            :      tests
      10                 :            :   \details   Stack collecting all types of statistical tests. Currently, on
      11                 :            :     TestU01 is interfaced. More might in the future.
      12                 :            : */
      13                 :            : // *****************************************************************************
      14                 :            : #ifndef TestStack_h
      15                 :            : #define TestStack_h
      16                 :            : 
      17                 :            : #include "TestU01Stack.hpp"
      18                 :            : 
      19                 :            : namespace rngtest {
      20                 :            : 
      21                 :            : //! Stack collecting all types of random RNG statistical tests
      22                 :            : struct TestStack {
      23                 :         32 :   TestStack() : TestU01() {}
      24                 :            :   TestU01Stack TestU01;
      25                 :            : };
      26                 :            : 
      27                 :            : } // rngtest::
      28                 :            : 
      29                 :            : #endif // TestStack_h

Generated by: LCOV version 1.14