LCOV - code coverage report
Current view: top level - /opt/artdaq/srcs/artdaq-mfextensions/ErrorHandler/MessageAnalyzer - ma_cond_test_expr.cpp (source / functions) Coverage Total Hit
Test: artdaq.info.cleaned Lines: 0.0 % 6 0
Test Date: 2025-09-04 00:45:34 Functions: 0.0 % 1 0

            Line data    Source code
       1              : 
       2              : #include "ErrorHandler/MessageAnalyzer/ma_cond_test_expr.h"
       3              : 
       4              : using namespace novadaq::errorhandler;
       5              : 
       6            0 : bool ma_cond_test_expr::evaluate(ma_condition const* cond) const
       7              : {
       8            0 :         if (andexprs.empty()) return true;
       9              : 
      10            0 :         test_andexprs_t::const_iterator it = andexprs.begin();
      11              : 
      12            0 :         for (; it != andexprs.end(); ++it)
      13            0 :                 if (it->evaluate(cond) == true) return true;
      14              : 
      15            0 :         return false;
      16              : }
        

Generated by: LCOV version 2.0-1