]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
[Code coverage GeomAPI]: Exclude code used in GUI
authorazv <azv@opencascade.com>
Wed, 19 Dec 2018 09:37:11 +0000 (12:37 +0300)
committerazv <azv@opencascade.com>
Wed, 19 Dec 2018 09:37:11 +0000 (12:37 +0300)
src/GeomAPI/GeomAPI_Edge.cpp

index 7966720d34217bff89d855912dc5560cc3e332d4..127dbaabf62187b77b61c51d44014e5ef2b545c1 100644 (file)
@@ -250,6 +250,7 @@ bool GeomAPI_Edge::isEqual(const std::shared_ptr<GeomAPI_Shape> theEdge) const
   return true;
 }
 
+// LCOV_EXCL_START
 void GeomAPI_Edge::getRange(double& theFirst, double& theLast) const
 {
   const TopoDS_Shape& aShape = const_cast<GeomAPI_Edge*>(this)->impl<TopoDS_Shape>();
@@ -294,6 +295,7 @@ bool GeomAPI_Edge::isInPlane(std::shared_ptr<GeomAPI_Pln> thePlane) const
   }
   return inPlane;
 }
+// LCOV_EXCL_STOP
 
 void GeomAPI_Edge::intersectWithPlane(const std::shared_ptr<GeomAPI_Pln> thePlane,
                                       std::list<std::shared_ptr<GeomAPI_Pnt>>& theResult) const