libMesh/libmesh: coverage diff

Base 142ae1 Head #4492 295fe3
Total Total +/- New
Rate 65.61% 65.61% -0.00% 100.00%
Hits 78653 78654 +1 5
Misses 41232 41236 +4 0
Filename Stmts Miss Cover
src/mesh/mesh_base.C +5 +5 -0.31%
src/mesh/mesh_triangle_holes.C 0 -1 +0.27%
TOTAL +5 +4 -0.00%
code
coverage unchanged
code
coverage increased
code
coverage decreased
+
line added or modified

src/mesh/mesh_base.C

1894  
1895  
1896  
1897 +
1898  
1899  
1900  
1901 +
1902 +
1903 +
1904 +
1905  
1906  
1907  
    return iter->second;
}

void MeshBase::set_subdomain_name(const subdomain_id_type id,
                                  const std::string & name,
                                  const bool synchronous)
{
  if (synchronous)
    parallel_object_only();
  _block_id_to_name[id] =  name;
}


subdomain_id_type MeshBase::get_id_by_name(std::string_view name) const

src/mesh/mesh_triangle_holes.C

270  
271  
272  
273  
274  
275  
276  
    {
      ray_target = inside - Point(1);
      intersection_distances =
        this->find_ray_intersections(inside, ray_target);
    }

  // I'd make this an assert, but I'm not 100% confident we can't