LCOV - code coverage report
Current view: top level - modal_formula/include/mcrl2/modal_formula/detail - test_input.h (source / functions) Hit Total Coverage
Test: mcrl2_coverage.info.cleaned Lines: 2 2 100.0 %
Date: 2024-04-13 03:38:08 Functions: 1 1 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : // Author(s): Wieger Wesselink
       2             : // Copyright: see the accompanying file COPYING or copy at
       3             : // https://github.com/mCRL2org/mCRL2/blob/master/COPYING
       4             : //
       5             : // Distributed under the Boost Software License, Version 1.0.
       6             : // (See accompanying file LICENSE_1_0.txt or copy at
       7             : // http://www.boost.org/LICENSE_1_0.txt)
       8             : //
       9             : /// \file mcrl2/modal_formula/detail/test_input.h
      10             : /// \brief add your file description here.
      11             : 
      12             : #ifndef MCRL2_MODAL_FORMULA_DETAIL_TEST_INPUT_H
      13             : #define MCRL2_MODAL_FORMULA_DETAIL_TEST_INPUT_H
      14             : 
      15             : #include <string>
      16             : 
      17             : namespace mcrl2 {
      18             : 
      19             : namespace lps {
      20             : 
      21             : namespace detail {
      22             : 
      23             : inline
      24           4 : std::string NO_DEADLOCK()
      25             : {
      26           4 :   return "[true*]<true>true";
      27             : }
      28             : 
      29             : inline
      30             : std::string NO_LIVELOCK()
      31             : {
      32             :   return "[true*]<true>true";
      33             : }
      34             : 
      35             : } // namespace detail
      36             : 
      37             : } // namespace lps
      38             : 
      39             : } // namespace mcrl2
      40             : 
      41             : #endif // MCRL2_MODAL_FORMULA_DETAIL_TEST_INPUT_H

Generated by: LCOV version 1.14