Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QWidgetBackingStoreName: | QWidgetBackingStore::QWidgetBackingStore | Prototype: | QWidgetBackingStore::QWidgetBackingStore(QWidget *topLevel) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 797-810 |
| | 3 | 1 |
beginPaintName: | QWidgetBackingStore::beginPaint | Prototype: | void QWidgetBackingStore::beginPaint(QRegion &toClean, QWidget *widget, QBackingStore *backingStore, BeginPaintInfo *returnInfo, bool toCleanIsInTopLevelCoordinates) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 329-351 |
| | 7 | 2 |
bltRectName: | QWidgetBackingStore::bltRect | Prototype: | bool QWidgetBackingStore::bltRect(const QRect &rect, int dx, int dy, QWidget *widget) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 308-315 |
| | 5 | 2 |
endPaintName: | QWidgetBackingStore::endPaint | Prototype: | void QWidgetBackingStore::endPaint(const QRegion &cleaned, QBackingStore *backingStore, BeginPaintInfo *beginPaintInfo) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 353-368 |
| | 4 | 2 |
releaseBufferName: | QWidgetBackingStore::releaseBuffer | Prototype: | void QWidgetBackingStore::releaseBuffer() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 317-321 |
| | 2 | 2 |
unflushPaintName: | QWidgetBackingStore::unflushPaint | Prototype: | void QWidgetBackingStore::unflushPaint(QWidget *widget, const QRegion &rgn) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 289-301 |
| | 8 | 3 |
~QWidgetBackingStoreName: | QWidgetBackingStore::~QWidgetBackingStore | Prototype: | QWidgetBackingStore::~QWidgetBackingStore() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 812-820 |
| | 5 | 3 |
removeDirtyWidgetName: | QWidgetBackingStore::removeDirtyWidget | Prototype: | void QWidgetBackingStore::removeDirtyWidget(QWidget *w) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 761-777 |
| | 11 | 4 |
flushPaintName: | QWidgetBackingStore::flushPaint | Prototype: | bool QWidgetBackingStore::flushPaint(QWidget *widget, const QRegion &rgn) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 267-287 |
| | 12 | 5 |
syncName: | QWidgetBackingStore::sync | Prototype: | void QWidgetBackingStore::sync() | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 1164-1186 |
| | 12 | 5 |
updateListsName: | QWidgetBackingStore::updateLists | Prototype: | void QWidgetBackingStore::updateLists(QWidget *cur) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 779-795 |
| | 10 | 5 |
syncName: | QWidgetBackingStore::sync | Prototype: | void QWidgetBackingStore::sync(QWidget *exposedWidget, const QRegion &exposedRegion) | Coverage: | 0.000% (0/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 1134-1159 |
| | 15 | 6 |
flushName: | QWidgetBackingStore::flush | Prototype: | void QWidgetBackingStore::flush(QWidget *widget) | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 1417-1455 |
| | 23 | 7 |
sendUpdateRequestName: | QWidgetBackingStore::sendUpdateRequest | Prototype: | void QWidgetBackingStore::sendUpdateRequest(QWidget *widget, UpdateTime updateTime) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 476-512 |
| | 20 | 8 |
syncAllowedName: | QWidgetBackingStore::syncAllowed | Prototype: | bool QWidgetBackingStore::syncAllowed() | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 1102-1125 |
| | 16 | 8 |
dirtyRegionName: | QWidgetBackingStore::dirtyRegion | Prototype: | QRegion QWidgetBackingStore::dirtyRegion(QWidget *widget) const | Coverage: | 0.000% (0/41) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 376-421 |
| | 30 | 9 |
markDirtyOnScreenName: | QWidgetBackingStore::markDirtyOnScreen | Prototype: | void QWidgetBackingStore::markDirtyOnScreen(const QRegion ®ion, QWidget *widget, const QPoint &topLevelOffset) | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 716-759 |
| | 24 | 9 |
staticContentsName: | QWidgetBackingStore::staticContents | Prototype: | QRegion QWidgetBackingStore::staticContents(QWidget *parent, const QRect &withinClipRect) const | Coverage: | 0.000% (0/42) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 428-474 |
| | 34 | 10 |
qt_flushName: | QWidgetBackingStore::qt_flush | Prototype: | void QWidgetBackingStore::qt_flush(QWidget *widget, const QRegion ®ion, QBackingStore *backingStore, QWidget *tlw, const QPoint &tlwOffset, QPlatformTextureList *widgetTextures, QWidgetBackingStore *widgetBackingStore) | Coverage: | 0.000% (0/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 79-151 |
| | 35 | 11 |
showYellowThingName: | QWidgetBackingStore::showYellowThing | Prototype: | void QWidgetBackingStore::showYellowThing(QWidget *widget, const QRegion &toBePainted, int msec, bool unclipped) | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 196-265 |
| | 36 | 11 |
markDirtyName: | QWidgetBackingStore::markDirty | Prototype: | void QWidgetBackingStore::markDirty(const QRect &rect, QWidget *widget, UpdateTime updateTime, BufferState bufferState) | Coverage: | 0.000% (0/65) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 626-708 |
| | 56 | 20 |
markDirtyName: | QWidgetBackingStore::markDirty | Prototype: | void QWidgetBackingStore::markDirty(const QRegion &rgn, QWidget *widget, UpdateTime updateTime, BufferState bufferState) | Coverage: | 0.000% (0/73) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 527-617 |
| | 57 | 21 |
doSyncName: | QWidgetBackingStore::doSync | Prototype: | void QWidgetBackingStore::doSync() | Coverage: | 0.000% (0/124) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 1188-1410 |
| | 131 | 34 |