Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
produceIntersectionsName: | QIntersectionFinder::produceIntersections | Prototype: | void QIntersectionFinder::produceIntersections(QPathSegments &segments) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 585-591 |
| | 3 | 2 |
linesIntersectName: | QIntersectionFinder::linesIntersect | Prototype: | bool QIntersectionFinder::linesIntersect(const QLineF &a, const QLineF &b) const | Coverage: | 0.000% (0/45) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 113-178 |
| | 39 | 9 |
hasIntersectionsName: | QIntersectionFinder::hasIntersections | Prototype: | bool QIntersectionFinder::hasIntersections(const QPathSegments &a, const QPathSegments &b) const | Coverage: | 0.000% (0/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 180-224 |
| | 29 | 10 |