| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
graphicsBuffer| Name: | QPlatformBackingStore::graphicsBuffer | | Prototype: | QPlatformGraphicsBuffer *QPlatformBackingStore::graphicsBuffer() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | | Lines: | 650-653 |
| | 1 | 1 |
toImage| Name: | QPlatformBackingStore::toImage | | Prototype: | QImage QPlatformBackingStore::toImage() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | | Lines: | 425-428 |
| | 1 | 1 |
window| Name: | QPlatformBackingStore::window | | Prototype: | QWindow* QPlatformBackingStore::window() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | | Lines: | 621-624 |
| | 1 | 1 |
~QPlatformBackingStore| Name: | QPlatformBackingStore::~QPlatformBackingStore | | Prototype: | QPlatformBackingStore::~QPlatformBackingStore() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | | Lines: | 612-615 |
| | 1 | 1 |
QPlatformBackingStore| Name: | QPlatformBackingStore::QPlatformBackingStore | | Prototype: | QPlatformBackingStore::QPlatformBackingStore(QWindow *window) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | | Lines: | 604-607 |
| | 2 | 1 |
scroll| Name: | QPlatformBackingStore::scroll | | Prototype: | bool QPlatformBackingStore::scroll(const QRegion &area, int dx, int dy) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | | Lines: | 661-668 |
| | 4 | 1 |
composeAndFlush| Name: | QPlatformBackingStore::composeAndFlush | | Prototype: | void QPlatformBackingStore::composeAndFlush(QWindow *window, const QRegion ®ion, const QPoint &offset, QPlatformTextureList *textures, QOpenGLContext *context, bool translucentBackground) | | Coverage: | 0.000% (0/63) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | | Lines: | 307-415 |
| | 70 | 20 |
toTexture| Name: | QPlatformBackingStore::toTexture | | Prototype: | GLuint QPlatformBackingStore::toTexture(const QRegion &dirtyRegion, QSize *textureSize, TextureFlags *flags) const | | Coverage: | 0.000% (0/76) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | | Lines: | 458-592 |
| | 76 | 26 |