| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ | 
 connectElements| Name:  | PathSimplifier::connectElements |  | Prototype:  | void PathSimplifier::connectElements() |  | Coverage:  |   0.000% (0/134) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 676-882 |  
  |  | 159 | 33 | 
 initElements| Name:  | PathSimplifier::initElements |  | Prototype:  | void PathSimplifier::initElements(const QVectorPath &path, const QTransform &matrix) |  | Coverage:  |   0.000% (0/59) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 495-646 |  
  |  | 115 | 20 | 
 intersectNodes| Name:  | PathSimplifier::intersectNodes |  | Prototype:  | bool PathSimplifier::intersectNodes(QDataBuffer<Element *> &elements, BVHNode *elementNode, BVHNode *treeNode) |  | Coverage:  |   0.000% (0/57) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 999-1080 |  
  |  | 58 | 16 | 
 outerBounds| Name:  | PathSimplifier::outerBounds |  | Prototype:  | QPair<PathSimplifier::RBNode *, PathSimplifier::RBNode *> PathSimplifier::outerBounds(const QPoint &point) |  | Coverage:  |   0.000% (0/58) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 1436-1515 |  
  |  | 59 | 14 | 
 buildTree| Name:  | PathSimplifier::buildTree |  | Prototype:  | PathSimplifier::BVHNode *PathSimplifier::buildTree(Element **elements, int elementCount) |  | Coverage:  |   0.000% (0/33) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 927-997 |  
  |  | 51 | 10 | 
 appendSeparatingAxes| Name:  | PathSimplifier::appendSeparatingAxes |  | Prototype:  | void PathSimplifier::appendSeparatingAxes(QVarLengthArray<QPoint, 12> &axes, Element *element) |  | Coverage:  |   0.000% (0/29) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 1155-1207 |  
  |  | 37 | 10 | 
 BoundingVolumeHierarchy| Name:  | PathSimplifier::BoundingVolumeHierarchy |  | Coverage:  |   0.000% (0/20) |  
  |  | 22 | 10 | 
 elementIsLeftOf| Name:  | PathSimplifier::elementIsLeftOf |  | Prototype:  | bool PathSimplifier::elementIsLeftOf(const Element *left, const Element *right) |  | Coverage:  |   0.000% (0/25) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 1406-1434 |  
  |  | 22 | 9 | 
 sortEvents| Name:  | PathSimplifier::sortEvents |  | Prototype:  | void PathSimplifier::sortEvents(Event *events, int count) |  | Coverage:  |   0.000% (0/24) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 1603-1645 |  
  |  | 29 | 8 | 
 fillIndices| Name:  | PathSimplifier::fillIndices |  | Prototype:  | void PathSimplifier::fillIndices() |  | Coverage:  |   0.000% (0/21) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 884-925 |  
  |  | 29 | 8 | 
 splitLineAt| Name:  | PathSimplifier::splitLineAt |  | Prototype:  | bool PathSimplifier::splitLineAt(QDataBuffer<Element *> &elements, BVHNode *node, quint32 pointIndex, bool processAgain) |  | Coverage:  |   0.000% (0/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 1101-1153 |  
  |  | 41 | 6 | 
 splitCurve| Name:  | PathSimplifier::splitCurve |  | Prototype:  | void PathSimplifier::splitCurve(QDataBuffer<Element *> &elements, BVHNode *node) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 1221-1291 |  
  |  | 54 | 6 | 
 removeIntersections| Name:  | PathSimplifier::removeIntersections |  | Prototype:  | void PathSimplifier::removeIntersections() |  | Coverage:  |   0.000% (0/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 648-674 |  
  |  | 19 | 6 | 
 ElementAllocator| Name:  | PathSimplifier::ElementAllocator |  | Coverage:  |   0.000% (0/10) |  
  |  | 21 | 6 | 
 Element| Name:  | PathSimplifier::Element |  | Coverage:  |   0.000% (0/8) |  
  |  | 10 | 6 | 
 findElementLeftOf| Name:  | PathSimplifier::findElementLeftOf |  | Prototype:  | PathSimplifier::RBNode *PathSimplifier::findElementLeftOf(const Element *element, const QPair<RBNode *, RBNode *> &bounds) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 1388-1404 |  
  |  | 12 | 4 | 
 equalElements| Name:  | PathSimplifier::equalElements |  | Prototype:  | bool PathSimplifier::equalElements(const Element *e1, const Element *e2) |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 1082-1099 |  
  |  | 10 | 4 | 
 setElementToCubicAndSimplify| Name:  | PathSimplifier::setElementToCubicAndSimplify |  | Prototype:  | void PathSimplifier::setElementToCubicAndSimplify(Element *element, quint32 pointIndex1, const QPoint &v, const QPoint &w, quint32 pointIndex2) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 1347-1386 |  
  |  | 29 | 3 | 
 subDivQuadratic| Name:  | PathSimplifier::subDivQuadratic |  | Prototype:  | inline void PathSimplifier::subDivQuadratic(const QPoint &u, const QPoint &v, const QPoint &w) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 1578-1588 |  
  |  | 8 | 2 | 
 subDivCubic| Name:  | PathSimplifier::subDivCubic |  | Prototype:  | inline void PathSimplifier::subDivCubic(const QPoint &u, const QPoint &v, const QPoint &w, const QPoint &q) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 1590-1601 |  
  |  | 8 | 2 | 
 setElementToQuadratic| Name:  | PathSimplifier::setElementToQuadratic |  | Prototype:  | bool PathSimplifier::setElementToQuadratic(Element *element, quint32 pointIndex1, const QPoint &ctrl, quint32 pointIndex2) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 1293-1317 |  
  |  | 17 | 2 | 
 setElementToCubic| Name:  | PathSimplifier::setElementToCubic |  | Prototype:  | bool PathSimplifier::setElementToCubic(Element *element, quint32 pointIndex1, const QPoint &v, const QPoint &w, quint32 pointIndex2) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 1319-1345 |  
  |  | 19 | 2 | 
 calculateSeparatingAxisRange| Name:  | PathSimplifier::calculateSeparatingAxisRange |  | Prototype:  | QPair<int, int> PathSimplifier::calculateSeparatingAxisRange(const QPoint &axis, Element *element) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 1209-1219 |  
  |  | 7 | 2 | 
 PathSimplifier| Name:  | PathSimplifier::PathSimplifier |  | Prototype:  | PathSimplifier::PathSimplifier(const QVectorPath &path, QDataBuffer<QPoint> &vertices, QDataBuffer<quint32> &indices, const QTransform &matrix) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 479-493 |  
  |  | 7 | 2 | 
 Event| Name:  | PathSimplifier::Event |  | Coverage:  |   0.000% (0/4) |  
  |  | 3 | 2 | 
 splitQuadratic| Name:  | PathSimplifier::splitQuadratic |  | Prototype:  | inline bool PathSimplifier::splitQuadratic(const QPoint &u, const QPoint &v, const QPoint &w, QPoint *result) |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 1536-1551 |  
  |  | 12 | 1 | 
 splitCubic| Name:  | PathSimplifier::splitCubic |  | Prototype:  | inline bool PathSimplifier::splitCubic(const QPoint &u, const QPoint &v, const QPoint &w, const QPoint &q, QPoint *result) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 1553-1576 |  
  |  | 20 | 1 | 
 flattenQuadratic| Name:  | PathSimplifier::flattenQuadratic |  | Prototype:  | inline bool PathSimplifier::flattenQuadratic(const QPoint &u, const QPoint &v, const QPoint &w) |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 1517-1523 |  
  |  | 4 | 1 | 
 flattenCubic| Name:  | PathSimplifier::flattenCubic |  | Prototype:  | inline bool PathSimplifier::flattenCubic(const QPoint &u, const QPoint &v, const QPoint &w, const QPoint &q) |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 1525-1534 |  
  |  | 6 | 1 |