Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
isValidName: | QPixmapCache::Key::isValid | Prototype: | bool QPixmapCache::Key::isValid() const noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 169-172 |
| | 1 | 1 |
operator ==Name: | QPixmapCache::Key::operator == | Prototype: | bool QPixmapCache::Key::operator ==(const Key &key) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 136-139 |
| | 1 | 1 |
KeyName: | QPixmapCache::Key::Key | Prototype: | QPixmapCache::Key::Key() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 106-108 |
| | 2 | 1 |
~KeyName: | QPixmapCache::Key::~Key | Prototype: | QPixmapCache::Key::~Key() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 124-128 |
| | 2 | 2 |
KeyName: | QPixmapCache::Key::Key | Prototype: | QPixmapCache::Key::Key(const Key &other) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 114-119 |
| | 3 | 2 |
operator =Name: | QPixmapCache::Key::operator = | Prototype: | QPixmapCache::Key &QPixmapCache::Key::operator =(const Key &other) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 177-187 |
| | 7 | 4 |