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

            Line data    Source code
       1              : 
       2              : #include "ErrorHandler/MessageAnalyzer/ma_domain_expr.h"
       3              : 
       4              : using namespace novadaq::errorhandler;
       5              : 
       6            0 : ma_domain_expr::ma_domain_expr()
       7              : {
       8            0 : }
       9              : 
      10            0 : void ma_domain_expr::evaluate(ma_domains& domains) const
      11              : {
      12            0 :         domain_andexprs_t::const_iterator it = andexprs.begin();
      13              : 
      14            0 :         for (; it != andexprs.end(); ++it)
      15            0 :                 it->evaluate(domains);
      16            0 : }
        

Generated by: LCOV version 2.0-1