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: | 674-677 |
| | 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: | 626-630 |
| | 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: | 597-603 |
| | 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: | 635-638 |
| | 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: | 646-652 |
| | 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: | 563-566 |
| | 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: | 583-586 |
| | 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: | 669-672 |
| | 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: | 487-490 |
| | 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: | 499-502 |
| | 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: | 515-521 |
| | 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: | 532-541 |
| | 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: | 658-667 |
| | 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: | 613-616 |
| | 1 | 1 |
KeyName: | QPixmapCache::Key | Coverage: | 0.000% (0/25) |
| | 16 | 11 |