Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
intersectLinesName: | SegmentTree::intersectLines | Prototype: | void SegmentTree::intersectLines(const QLineF &a, const QLineF &b, QDataBuffer<QIntersection> &intersections) | Coverage: | 0.000% (0/82) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 389-509 |
| | 80 | 17 |
buildTreeName: | SegmentTree::buildTree | Prototype: | TreeNode SegmentTree::buildTree(int first, int last, int depth, const RectF &bounds) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 316-387 |
| | 46 | 8 |
produceIntersectionsLeafName: | SegmentTree::produceIntersectionsLeaf | Prototype: | void SegmentTree::produceIntersectionsLeaf(const TreeNode &node, int segment) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 524-561 |
| | 23 | 6 |
SegmentTreeName: | SegmentTree::SegmentTree | Prototype: | SegmentTree::SegmentTree(QPathSegments &segments) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 279-309 |
| | 19 | 6 |
produceIntersectionsName: | SegmentTree::produceIntersections | Prototype: | void SegmentTree::produceIntersections(const TreeNode &node, int segment, const RectF &segmentBounds, const RectF &nodeBounds, int axis) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 563-581 |
| | 11 | 4 |
produceIntersectionsName: | SegmentTree::produceIntersections | Prototype: | void SegmentTree::produceIntersections(int segment) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 511-522 |
| | 7 | 1 |