Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QLineEdit::backspaceName: | QLineEdit::backspace | Prototype: | void QLineEdit::backspace() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | Lines: | 841-845 |
| | 2 | 1 |
QLineEdit::alignmentName: | QLineEdit::alignment | Prototype: | Qt::Alignment QLineEdit::alignment() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | Lines: | 766-770 |
| | 2 | 1 |
QLineEdit::addActionName: | QLineEdit::addAction | Prototype: | void QLineEdit::addAction(QAction *action, ActionPosition position) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | Lines: | 450-455 |
| | 3 | 1 |
QLineEdit::addActionName: | QLineEdit::addAction | Prototype: | QAction *QLineEdit::addAction(const QIcon &icon, ActionPosition position) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | Lines: | 465-470 |
| | 3 | 1 |
QLineEdit::QLineEditName: | QLineEdit::QLineEdit | Prototype: | QLineEdit::QLineEdit(QWidget* parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | Lines: | 262-267 |
| | 2 | 1 |
QLineEdit::QLineEditName: | QLineEdit::QLineEdit | Prototype: | QLineEdit::QLineEdit(const QString& contents, QWidget* parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | Lines: | 280-285 |
| | 2 | 1 |
QLibraryStore::~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 |
QLibraryStore::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 |
QLibraryStore::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 |
QLibraryStore::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 |
QLibraryStore::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 |
QLibrarySettings::loadName: | QLibrarySettings::load | Prototype: | void QLibrarySettings::load() | Coverage: | 82.609% (19/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | Lines: | 125-162 |
| | 15 | 3 |
QLibrarySettings::QLibrarySettingsName: | QLibrarySettings::QLibrarySettings | Prototype: | QLibrarySettings::QLibrarySettings() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | Lines: | 120-123 |
| | 1 | 1 |
QLibraryPrivate::updatePluginStateName: | QLibraryPrivate::updatePluginState | Prototype: | void QLibraryPrivate::updatePluginState() | Coverage: | 53.571% (15/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 704-775 |
| | 37 | 9 |
QLibraryPrivate::unload_sysName: | QLibraryPrivate::unload_sys | Prototype: | bool QLibraryPrivate::unload_sys() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary_unix.cpp | Lines: | 271-293 |
| | 5 | 2 |
QLibraryPrivate::unloadName: | QLibraryPrivate::unload | Prototype: | bool QLibraryPrivate::unload(UnloadFlag flag) | Coverage: | 70.588% (12/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 557-576 |
| | 12 | 5 |
QLibraryPrivate::suffixes_sysName: | QLibraryPrivate::suffixes_sys | Prototype: | QStringList QLibraryPrivate::suffixes_sys(const QString& fullVersion) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary_unix.cpp | Lines: | 81-128 |
| | 5 | 2 |
QLibraryPrivate::setLoadHintsName: | QLibraryPrivate::setLoadHints | Prototype: | void QLibraryPrivate::setLoadHints(QLibrary::LoadHints lh) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 522-527 |
| | 2 | 1 |
QLibraryPrivate::resolve_sysName: | QLibraryPrivate::resolve_sys | Prototype: | QFunctionPointer QLibraryPrivate::resolve_sys(const char* symbol) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary_unix.cpp | Lines: | 309-334 |
| | 6 | 2 |
QLibraryPrivate::resolveName: | QLibraryPrivate::resolve | Prototype: | QFunctionPointer QLibraryPrivate::resolve(const char *symbol) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 515-520 |
| | 3 | 2 |
QLibraryPrivate::releaseName: | QLibraryPrivate::release | Prototype: | void QLibraryPrivate::release() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 578-581 |
| | 1 | 1 |
QLibraryPrivate::prefixes_sysName: | QLibraryPrivate::prefixes_sys | Prototype: | QStringList QLibraryPrivate::prefixes_sys() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary_unix.cpp | Lines: | 130-133 |
| | 1 | 1 |
QLibraryPrivate::mergeLoadHintsName: | QLibraryPrivate::mergeLoadHints | Prototype: | void QLibraryPrivate::mergeLoadHints(QLibrary::LoadHints lh) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 506-513 |
| | 3 | 2 |
QLibraryPrivate::load_sysName: | QLibraryPrivate::load_sys | Prototype: | bool QLibraryPrivate::load_sys() | Coverage: | 83.333% (60/72) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary_unix.cpp | Lines: | 135-269 |
| | 52 | 17 |
QLibraryPrivate::loadPluginName: | QLibraryPrivate::loadPlugin | Prototype: | bool QLibraryPrivate::loadPlugin() | Coverage: | 46.154% (6/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 583-599 |
| | 12 | 5 |
QLibraryPrivate::loadName: | QLibraryPrivate::load | Prototype: | bool QLibraryPrivate::load() | Coverage: | 56.250% (9/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 529-555 |
| | 15 | 6 |
QLibraryPrivate::isPluginName: | QLibraryPrivate::isPlugin | Prototype: | bool QLibraryPrivate::isPlugin() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 696-702 |
| | 3 | 2 |
QLibraryPrivate::findOrCreateName: | QLibraryPrivate::findOrCreate | Prototype: | QLibraryPrivate *QLibraryPrivate::findOrCreate(const QString &fileName, const QString &version, QLibrary::LoadHints loadHints) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 496-500 |
| | 1 | 1 |
QLibraryPrivate::QLibraryPrivateName: | QLibraryPrivate::QLibraryPrivate | Prototype: | QLibraryPrivate::QLibraryPrivate(const QString &canonicalFileName, const QString &version, QLibrary::LoadHints loadHints) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 487-494 |
| | 3 | 2 |
QLibraryInfoPrivate::findConfiguration::[lambda]Name: | QLibraryInfoPrivate::findConfiguration::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | Lines: | 166-166 |
| | 0 | 1 |
QLibraryInfoPrivate::findConfigurationName: | QLibraryInfoPrivate::findConfiguration | Prototype: | QSettings *QLibraryInfoPrivate::findConfiguration() | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | Lines: | 164-197 |
| | 8 | 5 |
QLibraryInfoPrivate::configurationName: | QLibraryInfoPrivate::configuration | Prototype: | static QSettings *configuration() | Coverage: | 77.778% (7/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | Lines: | 103-115 |
| | 6 | 3 |
QLibraryInfo::platformPluginArgumentsName: | QLibraryInfo::platformPluginArguments | Prototype: | QStringList QLibraryInfo::platformPluginArguments(const QString &platformName) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | Lines: | 603-616 |
| | 8 | 2 |
QLibraryInfo::locationName: | QLibraryInfo::location | Prototype: | QString QLibraryInfo::location(LibraryLocation loc) | Coverage: | 70.732% (29/41) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | Lines: | 417-588 |
| | 52 | 13 |
QLibraryInfo::licenseeName: | QLibraryInfo::licensee | Prototype: | QString QLibraryInfo::licensee() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | Lines: | 237-242 |
| | 2 | 1 |
QLibraryInfo::licensedProductsName: | QLibraryInfo::licensedProducts | Prototype: | QString QLibraryInfo::licensedProducts() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | Lines: | 250-255 |
| | 2 | 1 |
QLibraryInfo::isDebugBuildName: | QLibraryInfo::isDebugBuild | Prototype: | bool QLibraryInfo::isDebugBuild() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | Lines: | 361-369 |
| | 1 | 1 |
QLibraryInfo::buildDateName: | QLibraryInfo::buildDate | Prototype: | QDate QLibraryInfo::buildDate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | Lines: | 264-268 |
| | 1 | 1 |
QLibraryInfo::buildName: | QLibraryInfo::build | Prototype: | const char *QLibraryInfo::build() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | Lines: | 351-354 |
| | 1 | 1 |
QLibrary::~QLibraryName: | QLibrary::~QLibrary | Prototype: | QLibrary::~QLibrary() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 897-901 |
| | 2 | 2 |
QLibrary::unloadName: | QLibrary::unload | Prototype: | bool QLibrary::unload() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 812-819 |
| | 4 | 2 |
QLibrary::setLoadHintsName: | QLibrary::setLoadHints | Prototype: | void QLibrary::setLoadHints(LoadHints hints) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 1119-1126 |
| | 4 | 2 |
QLibrary::setFileNameAndVersionName: | QLibrary::setFileNameAndVersion | Prototype: | void QLibrary::setFileNameAndVersion(const QString &fileName, int verNum) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 953-963 |
| | 7 | 2 |
QLibrary::setFileNameAndVersionName: | QLibrary::setFileNameAndVersion | Prototype: | void QLibrary::setFileNameAndVersion(const QString &fileName, const QString &version) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 974-984 |
| | 7 | 2 |
QLibrary::setFileNameName: | QLibrary::setFileName | Prototype: | void QLibrary::setFileName(const QString &fileName) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 925-935 |
| | 7 | 2 |
QLibrary::resolveName: | QLibrary::resolve | Prototype: | QFunctionPointer QLibrary::resolve(const char *symbol) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 1006-1011 |
| | 3 | 2 |
QLibrary::resolveName: | QLibrary::resolve | Prototype: | QFunctionPointer QLibrary::resolve(const QString &fileName, const char *symbol) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 1026-1030 |
| | 2 | 1 |
QLibrary::resolveName: | QLibrary::resolve | Prototype: | QFunctionPointer QLibrary::resolve(const QString &fileName, int verNum, const char *symbol) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 1046-1050 |
| | 2 | 1 |
QLibrary::resolveName: | QLibrary::resolve | Prototype: | QFunctionPointer QLibrary::resolve(const QString &fileName, const QString &version, const char *symbol) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 1067-1071 |
| | 2 | 1 |
QLibrary::loadHintsName: | QLibrary::loadHints | Prototype: | QLibrary::LoadHints QLibrary::loadHints() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 1128-1131 |
| | 1 | 1 |
QLibrary::loadName: | QLibrary::load | Prototype: | bool QLibrary::load() | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 787-795 |
| | 6 | 3 |
QLibrary::isLoadedName: | QLibrary::isLoaded | Prototype: | bool QLibrary::isLoaded() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 826-829 |
| | 1 | 1 |
QLibrary::isLibraryName: | QLibrary::isLibrary | Prototype: | bool QLibrary::isLibrary(const QString &fileName) | Coverage: | 75.000% (12/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 616-675 |
| | 15 | 5 |
QLibrary::fileNameName: | QLibrary::fileName | Prototype: | QString QLibrary::fileName() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 937-942 |
| | 3 | 2 |
QLibrary::errorStringName: | QLibrary::errorString | Prototype: | QString QLibrary::errorString() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 1079-1082 |
| | 1 | 1 |
QLibrary::QLibraryName: | QLibrary::QLibrary | Prototype: | QLibrary::QLibrary(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 835-838 |
| | 2 | 1 |
QLibrary::QLibraryName: | QLibrary::QLibrary | Prototype: | QLibrary::QLibrary(const QString& fileName, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 850-854 |
| | 1 | 1 |
QLibrary::QLibraryName: | QLibrary::QLibrary | Prototype: | QLibrary::QLibrary(const QString& fileName, int verNum, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 867-871 |
| | 1 | 1 |
QLibrary::QLibraryName: | QLibrary::QLibrary | Prototype: | QLibrary::QLibrary(const QString& fileName, const QString &version, QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 883-887 |
| | 1 | 1 |
QLayoutPrivate::reparentChildWidgetsName: | QLayoutPrivate::reparentChildWidgets | Prototype: | void QLayoutPrivate::reparentChildWidgets(QWidget *mw) | Coverage: | 0.000% (0/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 818-848 |
| | 19 | 8 |
QLayoutPrivate::getMarginName: | QLayoutPrivate::getMargin | Prototype: | void QLayoutPrivate::getMargin(int *result, int userMargin, QStyle::PixelMetric pm) const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 164-179 |
| | 10 | 5 |
QLayoutPrivate::doResizeName: | QLayoutPrivate::doResize | Prototype: | void QLayoutPrivate::doResize(const QSize &r) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 571-584 |
| | 9 | 2 |
QLayoutPrivate::createWidgetItemName: | QLayoutPrivate::createWidgetItem | Prototype: | QWidgetItem *QLayoutPrivate::createWidgetItem(const QLayout *layout, QWidget *widget) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 186-192 |
| | 4 | 3 |
QLayoutPrivate::createSpacerItemName: | QLayoutPrivate::createSpacerItem | Prototype: | QSpacerItem *QLayoutPrivate::createSpacerItem(const QLayout *layout, int w, int h, QSizePolicy::Policy hPolicy, QSizePolicy::Policy vPolicy) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 194-200 |
| | 4 | 3 |
QLayoutPrivate::checkWidgetName: | QLayoutPrivate::checkWidget | Prototype: | bool QLayoutPrivate::checkWidget(QWidget *widget) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 854-869 |
| | 11 | 3 |
QLayoutPrivate::checkLayoutName: | QLayoutPrivate::checkLayout | Prototype: | bool QLayoutPrivate::checkLayout(QLayout *otherLayout) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 875-889 |
| | 10 | 3 |
QLayoutPrivate::QLayoutPrivateName: | QLayoutPrivate::QLayoutPrivate | Prototype: | QLayoutPrivate::QLayoutPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 157-162 |
| | 2 | 1 |
QLayoutPolicy::setControlTypeName: | QLayoutPolicy::setControlType | Prototype: | void QLayoutPolicy::setControlType(ControlType type) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qlayoutpolicy.cpp | Lines: | 46-70 |
| | 5 | 3 |
QLayoutPolicy::controlTypeName: | QLayoutPolicy::controlType | Prototype: | QLayoutPolicy::ControlType QLayoutPolicy::controlType() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qlayoutpolicy.cpp | Lines: | 72-75 |
| | 1 | 1 |
QLayoutItem::widgetName: | QLayoutItem::widget | Prototype: | QWidget * QLayoutItem::widget() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | Lines: | 361-364 |
| | 1 | 1 |
QLayoutItem::spacerItemName: | QLayoutItem::spacerItem | Prototype: | QSpacerItem * QLayoutItem::spacerItem() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | Lines: | 323-326 |
| | 1 | 1 |
QLayoutItem::setAlignmentName: | QLayoutItem::setAlignment | Prototype: | void QLayoutItem::setAlignment(Qt::Alignment alignment) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | Lines: | 188-191 |
| | 1 | 1 |
QLayoutItem::minimumHeightForWidthName: | QLayoutItem::minimumHeightForWidth | Prototype: | int QLayoutItem::minimumHeightForWidth(int w) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | Lines: | 394-397 |
| | 1 | 1 |
QLayoutItem::layoutName: | QLayoutItem::layout | Prototype: | QLayout * QLayoutItem::layout() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | Lines: | 312-315 |
| | 1 | 1 |
QLayoutItem::heightForWidthName: | QLayoutItem::heightForWidth | Prototype: | int QLayoutItem::heightForWidth(int ) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | Lines: | 418-421 |
| | 1 | 1 |
QLayoutItem::hasHeightForWidthName: | QLayoutItem::hasHeightForWidth | Prototype: | bool QLayoutItem::hasHeightForWidth() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | Lines: | 384-387 |
| | 1 | 1 |
QLayoutItem::controlTypesName: | QLayoutItem::controlTypes | Prototype: | QSizePolicy::ControlTypes QLayoutItem::controlTypes() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | Lines: | 431-434 |
| | 1 | 1 |
QLayout::~QLayoutName: | QLayout::~QLayout | Prototype: | QLayout::~QLayout() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 760-770 |
| | 4 | 2 |
QLayout::widgetEventName: | QLayout::widgetEvent | Prototype: | void QLayout::widgetEvent(QEvent *e) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 593-627 |
| | 19 | 10 |
QLayout::updateName: | QLayout::update | Prototype: | void QLayout::update() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1038-1051 |
| | 9 | 3 |
QLayout::totalSizeHintName: | QLayout::totalSizeHint | Prototype: | QSize QLayout::totalSizeHint() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 704-723 |
| | 13 | 3 |
QLayout::totalMinimumSizeName: | QLayout::totalMinimumSize | Prototype: | QSize QLayout::totalMinimumSize() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 681-698 |
| | 11 | 2 |
QLayout::totalMaximumSizeName: | QLayout::totalMaximumSize | Prototype: | QSize QLayout::totalMaximumSize() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 729-750 |
| | 14 | 3 |
QLayout::totalHeightForWidthName: | QLayout::totalHeightForWidth | Prototype: | int QLayout::totalHeightForWidth(int w) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 659-675 |
| | 11 | 2 |
QLayout::spacingName: | QLayout::spacing | Prototype: | int QLayout::spacing() const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 317-334 |
| | 10 | 5 |
QLayout::sizeConstraintName: | QLayout::sizeConstraint | Prototype: | QLayout::SizeConstraint QLayout::sizeConstraint() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1297-1301 |
| | 2 | 1 |
QLayout::setSpacingName: | QLayout::setSpacing | Prototype: | void QLayout::setSpacing(int spacing) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 344-357 |
| | 9 | 4 |
QLayout::setSizeConstraintName: | QLayout::setSizeConstraint | Prototype: | void QLayout::setSizeConstraint(SizeConstraint constraint) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1287-1295 |
| | 5 | 2 |
QLayout::setMenuBarName: | QLayout::setMenuBar | Prototype: | void QLayout::setMenuBar(QWidget *widget) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 944-955 |
| | 4 | 2 |
QLayout::setMarginName: | QLayout::setMargin | Prototype: | void QLayout::setMargin(int margin) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 339-342 |
| | 1 | 1 |
QLayout::setGeometryName: | QLayout::setGeometry | Prototype: | void QLayout::setGeometry(const QRect &r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 524-528 |
| | 2 | 1 |
QLayout::setEnabledName: | QLayout::setEnabled | Prototype: | void QLayout::setEnabled(bool enable) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1415-1419 |
| | 2 | 1 |
QLayout::setContentsMarginsName: | QLayout::setContentsMargins | Prototype: | void QLayout::setContentsMargins(int left, int top, int right, int bottom) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 374-387 |
| | 9 | 2 |
QLayout::setContentsMarginsName: | QLayout::setContentsMargins | Prototype: | void QLayout::setContentsMargins(const QMargins &margins) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 399-402 |
| | 1 | 1 |
QLayout::setAlignmentName: | QLayout::setAlignment | Prototype: | bool QLayout::setAlignment(QWidget *w, Qt::Alignment alignment) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 237-251 |
| | 10 | 3 |
QLayout::setAlignmentName: | QLayout::setAlignment | Prototype: | bool QLayout::setAlignment(QLayout *l, Qt::Alignment alignment) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 260-274 |
| | 10 | 3 |
QLayout::replaceWidgetName: | QLayout::replaceWidget | Prototype: | QLayoutItem *QLayout::replaceWidget(QWidget *from, QWidget *to, Qt::FindChildOptions options) | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1156-1190 |
| | 25 | 9 |
QLayout::removeWidgetName: | QLayout::removeWidget | Prototype: | void QLayout::removeWidget(QWidget *widget) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1368-1380 |
| | 7 | 3 |
QLayout::removeItemName: | QLayout::removeItem | Prototype: | void QLayout::removeItem(QLayoutItem *item) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1391-1403 |
| | 7 | 3 |
QLayout::parentWidgetName: | QLayout::parentWidget | Prototype: | QWidget *QLayout::parentWidget() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 472-490 |
| | 11 | 4 |