idaholab/moose: reactor coverage diff

Base d7c4bd Head #33187 5aa0b2
Total Total +/- New
Rate 94.03% 94.03% - 100.00%
Hits 8428 8428 - 1
Misses 535 535 - 0
Filename Stmts Miss Cover
TOTAL 0 0 +100.00%
code
coverage unchanged
code
coverage increased
code
coverage decreased
+
line added or modified

modules/reactor/src/meshgenerators/PeripheralRingMeshGenerator.C

164  
165  
166  
167 +
168  
169  
170  

  _input_mesh_external_bid =
      MooseMeshUtils::getBoundaryID(_input_mesh_external_boundary, *input_mesh);
  if (!MooseMeshUtils::hasBoundaryNameOrID(*input_mesh, _input_mesh_external_boundary))
    paramError("input_mesh_external_boundary",
               "External boundary does not exist in the input mesh");
  // We check the element types of input mesh's external boundary here.