From e50a03c9241ef43a645e760bee524896766aa9e4 Mon Sep 17 00:00:00 2001 From: azv Date: Wed, 19 Dec 2018 12:37:11 +0300 Subject: [PATCH] [Code coverage GeomAPI]: Exclude code used in GUI --- src/GeomAPI/GeomAPI_Edge.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2