Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
totalUsedName: | QPixmapCache::totalUsed | Prototype: | int QPixmapCache::totalUsed() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 658-661 |
| | 1 | 1 |
setCacheLimitName: | QPixmapCache::setCacheLimit | Prototype: | void QPixmapCache::setCacheLimit(int n) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 610-614 |
| | 2 | 1 |
replaceName: | QPixmapCache::replace | Prototype: | bool QPixmapCache::replace(const Key &key, const QPixmap &pixmap) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 581-587 |
| | 3 | 2 |
removeName: | QPixmapCache::remove | Prototype: | void QPixmapCache::remove(const QString &key) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 619-622 |
| | 1 | 1 |
removeName: | QPixmapCache::remove | Prototype: | void QPixmapCache::remove(const Key &key) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 630-636 |
| | 3 | 2 |
insertName: | QPixmapCache::insert | Prototype: | bool QPixmapCache::insert(const QString &key, const QPixmap &pixmap) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 547-550 |
| | 1 | 1 |
insertName: | QPixmapCache::insert | Prototype: | QPixmapCache::Key QPixmapCache::insert(const QPixmap &pixmap) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 567-570 |
| | 1 | 1 |
flushDetachedPixmapsName: | QPixmapCache::flushDetachedPixmaps | Prototype: | void QPixmapCache::flushDetachedPixmaps() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 653-656 |
| | 1 | 1 |
findName: | QPixmapCache::find | Prototype: | QPixmap *QPixmapCache::find(const QString &key) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 471-474 |
| | 1 | 1 |
findName: | QPixmapCache::find | Prototype: | bool QPixmapCache::find(const QString &key, QPixmap& pixmap) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 483-486 |
| | 1 | 1 |
findName: | QPixmapCache::find | Prototype: | bool QPixmapCache::find(const QString &key, QPixmap* pixmap) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 499-505 |
| | 4 | 2 |
findName: | QPixmapCache::find | Prototype: | bool QPixmapCache::find(const Key &key, QPixmap* pixmap) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 516-525 |
| | 6 | 3 |
clearName: | QPixmapCache::clear | Prototype: | void QPixmapCache::clear() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 642-651 |
| | 2 | 2 |
cacheLimitName: | QPixmapCache::cacheLimit | Prototype: | int QPixmapCache::cacheLimit() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 597-600 |
| | 1 | 1 |
KeyName: | QPixmapCache::Key | Coverage: | 0.000% (0/24) |
| | 15 | 10 |