Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
loadName: | QPluginLoader::load | Prototype: | bool QPluginLoader::load() | Coverage: | 83.333% (10/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 230-240 |
| | 8 | 4 |
unloadName: | QPluginLoader::unload | Prototype: | bool QPluginLoader::unload() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 259-268 |
| | 6 | 3 |
staticInstancesName: | QPluginLoader::staticInstances | Prototype: | QObjectList QPluginLoader::staticInstances() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 442-453 |
| | 8 | 3 |
setFileNameName: | QPluginLoader::setFileName | Prototype: | void QPluginLoader::setFileName(const QString &fileName) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 349-373 |
| | 10 | 3 |
instanceName: | QPluginLoader::instance | Prototype: | QObject *QPluginLoader::instance() | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 194-201 |
| | 5 | 3 |
~QPluginLoaderName: | QPluginLoader::~QPluginLoader | Prototype: | QPluginLoader::~QPluginLoader() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 168-172 |
| | 2 | 2 |
staticPluginsName: | QPluginLoader::staticPlugins | Prototype: | QVector<QStaticPlugin> QPluginLoader::staticPlugins() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 462-468 |
| | 4 | 2 |
setLoadHintsName: | QPluginLoader::setLoadHints | Prototype: | void QPluginLoader::setLoadHints(QLibrary::LoadHints loadHints) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 406-413 |
| | 4 | 2 |
metaDataName: | QPluginLoader::metaData | Prototype: | QJsonObject QPluginLoader::metaData() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 213-218 |
| | 3 | 2 |
fileNameName: | QPluginLoader::fileName | Prototype: | QString QPluginLoader::fileName() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 375-380 |
| | 3 | 2 |
loadHintsName: | QPluginLoader::loadHints | Prototype: | QLibrary::LoadHints QPluginLoader::loadHints() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 415-418 |
| | 1 | 1 |
isLoadedName: | QPluginLoader::isLoaded | Prototype: | bool QPluginLoader::isLoaded() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 275-278 |
| | 1 | 1 |
errorStringName: | QPluginLoader::errorString | Prototype: | QString QPluginLoader::errorString() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 387-390 |
| | 1 | 1 |
QPluginLoaderName: | QPluginLoader::QPluginLoader | Prototype: | QPluginLoader::QPluginLoader(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 137-140 |
| | 2 | 1 |
QPluginLoaderName: | QPluginLoader::QPluginLoader | Prototype: | QPluginLoader::QPluginLoader(const QString &fileName, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 153-158 |
| | 2 | 1 |