libMesh/libmesh: coverage diff

Base 862243 Head #4483 078a19
Total Total +/- New
Rate 65.60% 65.60% +0.00% 100.00%
Hits 78626 78628 +2 4
Misses 41235 41233 -2 0
Filename Stmts Miss Cover
src/mesh/distributed_mesh.C 0 -2 +0.25%
TOTAL 0 -2 +0.00%
code
coverage unchanged
code
coverage increased
code
coverage decreased
+
line added or modified

src/mesh/distributed_mesh.C

1546  
1547  
1548  
1549  
1550  
1551  
1552  
1553  
1554  
1555  
1556  
1557  
1558  
1559  
                      sender_could_become_owner)
                    {
                      if (it != repartitioned_node_pids.end() &&
                          pid < it->second)
                        it->second = pid;
                      else
                        repartitioned_node_pids[n] = pid;
                    }
                  else
                    if (it == repartitioned_node_pids.end())
                      repartitioned_node_pids[n] =
                        DofObject::invalid_processor_id;

                  repartitioned_node_sets_to_push[pid].insert(n);

src/mesh/poly2tri_triangulator.C

836  
837  
838  
839 +
840 +
841 +
842 +
843  
844  
845  
    libmesh_assert_delaunay(mesh, new_elems);
  }

  if (this->desired_area() == 0 &&
      this->get_desired_area_function() == nullptr &&
      !this->has_auto_area_function())
    return false;

  // Map of which points follow which in the boundary polylines.  If
  // we have to add new boundary points, we'll use this to construct