From: azv Date: Wed, 19 Dec 2018 09:37:11 +0000 (+0300) Subject: [Code coverage GeomAPI]: Exclude code used in GUI X-Git-Tag: End2018~35 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e50a03c9241ef43a645e760bee524896766aa9e4;p=modules%2Fshaper.git [Code coverage GeomAPI]: Exclude code used in GUI --- diff --git a/src/GeomAPI/GeomAPI_Edge.cpp b/src/GeomAPI/GeomAPI_Edge.cpp index 7966720d3..127dbaabf 100644 --- a/src/GeomAPI/GeomAPI_Edge.cpp +++ b/src/GeomAPI/GeomAPI_Edge.cpp @@ -250,6 +250,7 @@ bool GeomAPI_Edge::isEqual(const std::shared_ptr theEdge) const return true; } +// LCOV_EXCL_START void GeomAPI_Edge::getRange(double& theFirst, double& theLast) const { const TopoDS_Shape& aShape = const_cast(this)->impl(); @@ -294,6 +295,7 @@ bool GeomAPI_Edge::isInPlane(std::shared_ptr thePlane) const } return inPlane; } +// LCOV_EXCL_STOP void GeomAPI_Edge::intersectWithPlane(const std::shared_ptr thePlane, std::list>& theResult) const