| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
~QWidgetBackingStore| Name: | 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 |
updateLists| Name: | 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 |
unflushPaint| Name: | 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 |
syncAllowed| Name: | 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 |
sync| Name: | 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 |
sync| Name: | 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 |
staticContents| Name: | 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 |
showYellowThing| Name: | 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 |
sendUpdateRequest| Name: | 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 |
removeDirtyWidget| Name: | 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 |
releaseBuffer| Name: | 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 |
qt_flush| Name: | 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 |
markDirtyOnScreen| Name: | 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 |
markDirty| Name: | 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 |
markDirty| Name: | 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 |
flushPaint| Name: | 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 |
flush| Name: | 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 |
endPaint| Name: | 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 |
doSync| Name: | 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 |
dirtyRegion| Name: | 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 |
bltRect| Name: | 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 |
beginPaint| Name: | 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 |
QWidgetBackingStore| Name: | 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 |