Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
beginNativePaintingName: | QGL2PaintEngineEx::beginNativePainting | Coverage: | 0.000% (0/1) |
| | 0 | 1 |
QGL2PaintEngineExName: | QGL2PaintEngineEx::QGL2PaintEngineEx | Prototype: | QGL2PaintEngineEx::QGL2PaintEngineEx() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 1237-1240 |
| | 2 | 1 |
invalidateStateName: | QGL2PaintEngineEx::invalidateState | Prototype: | void QGL2PaintEngineEx::invalidateState() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 636-640 |
| | 2 | 1 |
isNativePaintingActiveName: | QGL2PaintEngineEx::isNativePaintingActive | Prototype: | bool QGL2PaintEngineEx::isNativePaintingActive() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 642-645 |
| | 2 | 1 |
compositionModeChangedName: | QGL2PaintEngineEx::compositionModeChanged | Prototype: | void QGL2PaintEngineEx::compositionModeChanged() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 1374-1380 |
| | 3 | 1 |
endNativePaintingName: | QGL2PaintEngineEx::endNativePainting | Prototype: | void QGL2PaintEngineEx::endNativePainting() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 629-634 |
| | 3 | 1 |
transformChangedName: | QGL2PaintEngineEx::transformChanged | Prototype: | void QGL2PaintEngineEx::transformChanged() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 1402-1407 |
| | 3 | 1 |
setTranslateZName: | QGL2PaintEngineEx::setTranslateZ | Prototype: | void QGL2PaintEngineEx::setTranslateZ(GLfloat z) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 2409-2416 |
| | 4 | 2 |
clipEnabledChangedName: | QGL2PaintEngineEx::clipEnabledChanged | Prototype: | void QGL2PaintEngineEx::clipEnabledChanged() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 2195-2205 |
| | 5 | 2 |
opacityChangedName: | QGL2PaintEngineEx::opacityChanged | Prototype: | void QGL2PaintEngineEx::opacityChanged() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 1363-1372 |
| | 5 | 1 |
fillName: | QGL2PaintEngineEx::fill | Prototype: | void QGL2PaintEngineEx::fill(const QVectorPath &path, const QBrush &brush) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 1246-1255 |
| | 6 | 2 |
shouldDrawCachedGlyphsName: | QGL2PaintEngineEx::shouldDrawCachedGlyphs | Prototype: | bool QGL2PaintEngineEx::shouldDrawCachedGlyphs(QFontEngine *fontEngine, const QTransform &t) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 647-671 |
| | 8 | 4 |
renderHintsChangedName: | QGL2PaintEngineEx::renderHintsChanged | Prototype: | void QGL2PaintEngineEx::renderHintsChanged() | Coverage: | 60.000% (3/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 1382-1400 |
| | 9 | 3 |
drawPixmapFragmentsName: | QGL2PaintEngineEx::drawPixmapFragments | Prototype: | void QGL2PaintEngineEx::drawPixmapFragments(const QPainter::PixmapFragment *fragments, int fragmentCount, const QPixmap &pixmap, QPainter::PixmapFragmentHints hints) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 1904-1922 |
| | 10 | 3 |
strokeName: | QGL2PaintEngineEx::stroke | Prototype: | void QGL2PaintEngineEx::stroke(const QVectorPath &path, const QPen &pen) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 1260-1278 |
| | 11 | 3 |
createStateName: | QGL2PaintEngineEx::createState | Prototype: | QPainterState *QGL2PaintEngineEx::createState(QPainterState *orig) const | Coverage: | 50.000% (4/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 2461-2479 |
| | 12 | 3 |
drawTextureName: | QGL2PaintEngineEx::drawTexture | Prototype: | bool QGL2PaintEngineEx::drawTexture(const QRectF &dest, GLuint textureId, const QSize &size, const QRectF &src) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 1533-1551 |
| | 12 | 2 |
endName: | QGL2PaintEngineEx::end | Prototype: | bool QGL2PaintEngineEx::end() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 2086-2117 |
| | 12 | 1 |
drawStaticTextItemName: | QGL2PaintEngineEx::drawStaticTextItem | Prototype: | void QGL2PaintEngineEx::drawStaticTextItem(QStaticTextItem *textItem) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 1502-1531 |
| | 15 | 4 |
ensureActiveName: | QGL2PaintEngineEx::ensureActive | Prototype: | void QGL2PaintEngineEx::ensureActive() | Coverage: | 71.429% (10/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 2119-2142 |
| | 16 | 4 |
drawImageName: | QGL2PaintEngineEx::drawImage | Prototype: | void QGL2PaintEngineEx::drawImage(const QRectF& dest, const QImage& image, const QRectF& src, Qt::ImageConversionFlags) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 1461-1500 |
| | 20 | 3 |
setStateName: | QGL2PaintEngineEx::setState | Prototype: | void QGL2PaintEngineEx::setState(QPainterState *new_state) | Coverage: | 44.444% (16/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 2418-2459 |
| | 20 | 8 |
drawPixmapName: | QGL2PaintEngineEx::drawPixmap | Prototype: | void QGL2PaintEngineEx::drawPixmap(const QRectF& dest, const QPixmap & pixmap, const QRectF & src) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 1415-1459 |
| | 25 | 3 |
drawTextItemName: | QGL2PaintEngineEx::drawTextItem | Prototype: | void QGL2PaintEngineEx::drawTextItem(const QPointF &p, const QTextItem &textItem) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 1553-1596 |
| | 26 | 4 |
beginNativePaintingName: | QGL2PaintEngineEx::beginNativePainting | Prototype: | void QGL2PaintEngineEx::beginNativePainting() | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 530-587 |
| | 33 | 5 |
clipName: | QGL2PaintEngineEx::clip | Prototype: | void QGL2PaintEngineEx::clip(const QVectorPath &path, Qt::ClipOperation op) | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 2293-2353 |
| | 37 | 9 |
beginName: | QGL2PaintEngineEx::begin | Prototype: | bool QGL2PaintEngineEx::begin(QPaintDevice *pdev) | Coverage: | 53.333% (8/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 2014-2084 |
| | 39 | 5 |