Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
clearName: | QGL2PEXVertexArray::clear | Prototype: | void QGL2PEXVertexArray::clear() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp | Lines: | 46-51 |
| | 3 | 1 |
addCentroidName: | QGL2PEXVertexArray::addCentroid | Prototype: | void QGL2PEXVertexArray::addCentroid(const QVectorPath &path, int subPathIndex) | Coverage: | 87.500% (7/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp | Lines: | 69-84 |
| | 9 | 2 |
addClosingLineName: | QGL2PEXVertexArray::addClosingLine | Prototype: | void QGL2PEXVertexArray::addClosingLine(int index) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp | Lines: | 62-67 |
| | 3 | 2 |
boundingRectName: | QGL2PEXVertexArray::boundingRect | Prototype: | QGLRect QGL2PEXVertexArray::boundingRect() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp | Lines: | 54-60 |
| | 3 | 2 |
lineToArrayName: | QGL2PEXVertexArray::lineToArray | Prototype: | void QGL2PEXVertexArray::lineToArray(const GLfloat x, const GLfloat y) | Coverage: | 69.231% (9/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp | Lines: | 159-171 |
| | 9 | 5 |
addPathName: | QGL2PEXVertexArray::addPath | Prototype: | void QGL2PEXVertexArray::addPath(const QVectorPath &path, GLfloat curveInverseScale, bool outline) | Coverage: | 48.837% (21/43) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp | Lines: | 86-157 |
| | 43 | 16 |