idaholab/moose: thermal_hydraulics coverage diff

Base 9fbd27 Head #33416 b10b36
Total Total +/- New
Rate 88.76% 88.76% -0.01% -
Hits 15410 15409 -1 0
Misses 1951 1952 +1 0
Filename Stmts Miss Cover
modules/thermal_hydraulics/include/interfaces/SlopeReconstruction1DInterface.h 0 +1 -1.18%
TOTAL 0 +1 -0.01%
code
coverage unchanged
code
coverage increased
code
coverage decreased
+
line added or modified

modules/thermal_hydraulics/include/interfaces/SlopeReconstruction1DInterface.h

201  
202  
203  
204  
205  
206  
207  
    std::vector<Point> & x_neighbor) const
{
  W_neighbor.clear();
  x_neighbor.clear();
  for (unsigned int i_side = 0; i_side < _n_side; i_side++)
  {
    auto neighbor = elem->neighbor_ptr(i_side);