LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : 2 : #include "ErrorHandler/MessageAnalyzer/ma_cond_test_andexpr.h" 3 : 4 : using namespace novadaq::errorhandler; 5 : 6 0 : bool ma_cond_test_andexpr::evaluate(ma_condition const* cond) const 7 : { 8 0 : test_primaries_t::const_iterator it = primaries.begin(); 9 : 10 0 : for (; it != primaries.end(); ++it) 11 0 : if (it->evaluate(cond) == false) return false; 12 : 13 0 : return true; 14 : } |
![]() |
Generated by: LCOV version 2.0-1 |