Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
~QLibraryStoreName: | QLibraryStore::~QLibraryStore | Prototype: | QLibraryStore::~QLibraryStore() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 380-383 |
| | 1 | 1 |
instanceName: | QLibraryStore::instance | Prototype: | QLibraryStore *QLibraryStore::instance() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 432-440 |
| | 4 | 2 |
releaseLibraryName: | QLibraryStore::releaseLibrary | Prototype: | inline void QLibraryStore::releaseLibrary(QLibraryPrivate *lib) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 466-485 |
| | 10 | 3 |
findOrCreateName: | QLibraryStore::findOrCreate | Prototype: | inline QLibraryPrivate *QLibraryStore::findOrCreate(const QString &fileName, const QString &version, QLibrary::LoadHints loadHints) | Coverage: | 86.667% (13/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 442-464 |
| | 13 | 5 |
cleanupName: | QLibraryStore::cleanup | Prototype: | inline void QLibraryStore::cleanup() | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 385-423 |
| | 19 | 8 |