Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QChar::categoryName: | QChar::category | Prototype: | QChar::Category QChar::category(uint ucs4) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1087-1092 |
| | 3 | 2 |
QChar::currentUnicodeVersionName: | QChar::currentUnicodeVersion | Prototype: | QChar::UnicodeVersion QChar::currentUnicodeVersion() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1427-1430 |
| | 1 | 1 |
QChar::decompositionName: | QChar::decomposition | Prototype: | QString QChar::decomposition(uint ucs4) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1331-1338 |
| | 5 | 1 |
QChar::digitValueName: | QChar::digitValue | Prototype: | int QChar::digitValue(uint ucs4) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1070-1075 |
| | 3 | 2 |
QChar::unicodeVersionName: | QChar::unicodeVersion | Prototype: | QChar::UnicodeVersion QChar::unicodeVersion(uint ucs4) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1417-1422 |
| | 3 | 2 |
QChildEvent::QChildEventName: | QChildEvent::QChildEvent | Prototype: | QChildEvent::QChildEvent(Type type, QObject *child) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | Lines: | 546-548 |
| | 1 | 1 |
QCollator::QCollatorName: | QCollator::QCollator | Prototype: | QCollator::QCollator(const QLocale &locale) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | Lines: | 73-78 |
| | 2 | 1 |
QCollator::QCollatorName: | QCollator::QCollator | Prototype: | QCollator::QCollator(const QCollator &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | Lines: | 83-87 |
| | 1 | 1 |
QCollator::caseSensitivityName: | QCollator::caseSensitivity | Prototype: | Qt::CaseSensitivity QCollator::caseSensitivity() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | Lines: | 201-204 |
| | 1 | 1 |
QCollator::ignorePunctuationName: | QCollator::ignorePunctuation | Prototype: | bool QCollator::ignorePunctuation() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | Lines: | 272-275 |
| | 1 | 1 |
QCollator::localeName: | QCollator::locale | Prototype: | QLocale QCollator::locale() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | Lines: | 172-175 |
| | 1 | 1 |
QCollator::numericModeName: | QCollator::numericMode | Prototype: | bool QCollator::numericMode() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | Lines: | 239-242 |
| | 1 | 1 |
QCollator::~QCollatorName: | QCollator::~QCollator | Prototype: | QCollator::~QCollator() | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | Lines: | 92-96 |
| | 2 | 2 |
QCollatorPrivate::cleanupName: | QCollatorPrivate::cleanup | Prototype: | void QCollatorPrivate::cleanup() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator_icu.cpp | Lines: | 92-97 |
| | 3 | 2 |
QCommandLineOption::QCommandLineOptionName: | QCommandLineOption::QCommandLineOption | Prototype: | QCommandLineOption::QCommandLineOption(const QString &name) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 112-115 |
| | 2 | 1 |
QCommandLineOption::QCommandLineOptionName: | QCommandLineOption::QCommandLineOption | Prototype: | QCommandLineOption::QCommandLineOption(const QString &name, const QString &description, const QString &valueName, const QString &defaultValue) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 158-166 |
| | 3 | 1 |
QCommandLineOption::QCommandLineOptionName: | QCommandLineOption::QCommandLineOption | Prototype: | QCommandLineOption::QCommandLineOption(const QStringList &names, const QString &description, const QString &valueName, const QString &defaultValue) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 194-202 |
| | 3 | 1 |
QCommandLineOption::QCommandLineOptionName: | QCommandLineOption::QCommandLineOption | Prototype: | QCommandLineOption::QCommandLineOption(const QCommandLineOption &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 210-213 |
| | 2 | 1 |
QCommandLineOption::defaultValuesName: | QCommandLineOption::defaultValues | Prototype: | QStringList QCommandLineOption::defaultValues() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 386-389 |
| | 1 | 1 |
QCommandLineOption::descriptionName: | QCommandLineOption::description | Prototype: | QString QCommandLineOption::description() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 342-345 |
| | 1 | 1 |
QCommandLineOption::isHiddenName: | QCommandLineOption::isHidden | Prototype: | bool QCommandLineOption::isHidden() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 412-415 |
| | 1 | 1 |
QCommandLineOption::namesName: | QCommandLineOption::names | Prototype: | QStringList QCommandLineOption::names() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 242-245 |
| | 1 | 1 |
QCommandLineOption::setDefaultValueName: | QCommandLineOption::setDefaultValue | Prototype: | void QCommandLineOption::setDefaultValue(const QString &defaultValue) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 357-366 |
| | 5 | 2 |
QCommandLineOption::setDefaultValuesName: | QCommandLineOption::setDefaultValues | Prototype: | void QCommandLineOption::setDefaultValues(const QStringList &defaultValues) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 376-379 |
| | 1 | 1 |
QCommandLineOption::setDescriptionName: | QCommandLineOption::setDescription | Prototype: | void QCommandLineOption::setDescription(const QString &description) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 332-335 |
| | 1 | 1 |
QCommandLineOption::setValueNameName: | QCommandLineOption::setValueName | Prototype: | void QCommandLineOption::setValueName(const QString &valueName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 306-309 |
| | 1 | 1 |
QCommandLineOption::valueNameName: | QCommandLineOption::valueName | Prototype: | QString QCommandLineOption::valueName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 318-321 |
| | 1 | 1 |
QCommandLineOptionPrivate::QCommandLineOptionPrivateName: | QCommandLineOptionPrivate::QCommandLineOptionPrivate | Prototype: | explicit QCommandLineOptionPrivate(const QString &name) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 45-48 |
| | 1 | 1 |
QCommandLineOptionPrivate::QCommandLineOptionPrivateName: | QCommandLineOptionPrivate::QCommandLineOptionPrivate | Prototype: | explicit QCommandLineOptionPrivate(const QStringList &names) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 51-54 |
| | 1 | 1 |
QCommandLineParser::QCommandLineParserName: | QCommandLineParser::QCommandLineParser | Prototype: | QCommandLineParser::QCommandLineParser() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 262-265 |
| | 2 | 1 |
QCommandLineParser::addOptionsName: | QCommandLineParser::addOptions | Prototype: | bool QCommandLineParser::addOptions(const QList<QCommandLineOption> &options) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 384-391 |
| | 4 | 2 |
QCommandLineParser::errorText::[lambda]Name: | QCommandLineParser::errorText::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 523-523 |
| | 0 | 1 |
QCommandLineParser::helpTextName: | QCommandLineParser::helpText | Prototype: | QString QCommandLineParser::helpText() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 1023-1026 |
| | 1 | 1 |
QCommandLineParser::isSetName: | QCommandLineParser::isSet | Prototype: | bool QCommandLineParser::isSet(const QString &name) const | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 797-808 |
| | 8 | 4 |
QCommandLineParser::optionNamesName: | QCommandLineParser::optionNames | Prototype: | QStringList QCommandLineParser::optionNames() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 955-959 |
| | 2 | 1 |
QCommandLineParser::parseName: | QCommandLineParser::parse | Prototype: | bool QCommandLineParser::parse(const QStringList &arguments) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 507-510 |
| | 1 | 1 |
QCommandLineParser::positionalArgumentsName: | QCommandLineParser::positionalArguments | Prototype: | QStringList QCommandLineParser::positionalArguments() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 933-937 |
| | 2 | 1 |
QCommandLineParser::setOptionsAfterPositionalArgumentsModeName: | QCommandLineParser::setOptionsAfterPositionalArgumentsMode | Prototype: | void QCommandLineParser::setOptionsAfterPositionalArgumentsMode(QCommandLineParser::OptionsAfterPositionalArgumentsMode parsingMode) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 338-341 |
| | 1 | 1 |
QCommandLineParser::setSingleDashWordOptionModeName: | QCommandLineParser::setSingleDashWordOptionMode | Prototype: | void QCommandLineParser::setSingleDashWordOptionMode(QCommandLineParser::SingleDashWordOptionMode singleDashWordOptionMode) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 303-306 |
| | 1 | 1 |
QCommandLineParser::unknownOptionNamesName: | QCommandLineParser::unknownOptionNames | Prototype: | QStringList QCommandLineParser::unknownOptionNames() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 975-979 |
| | 2 | 1 |
QCommandLineParser::valueName: | QCommandLineParser::value | Prototype: | QString QCommandLineParser::value(const QString &optionName) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 828-837 |
| | 5 | 2 |
QCommandLineParser::valuesName: | QCommandLineParser::values | Prototype: | QStringList QCommandLineParser::values(const QString &optionName) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 857-871 |
| | 10 | 3 |
QCommandLineParser::valuesName: | QCommandLineParser::values | Prototype: | QStringList QCommandLineParser::values(const QCommandLineOption &option) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 921-924 |
| | 1 | 1 |
QCommandLineParser::~QCommandLineParserName: | QCommandLineParser::~QCommandLineParser | Prototype: | QCommandLineParser::~QCommandLineParser() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 270-273 |
| | 1 | 1 |
QCommandLineParserPrivate::QCommandLineParserPrivateName: | QCommandLineParserPrivate::QCommandLineParserPrivate | Prototype: | inline QCommandLineParserPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 56-62 |
| | 1 | 1 |
QCommandLineParserPrivate::aliasesName: | QCommandLineParserPrivate::aliases | Prototype: | QStringList QCommandLineParserPrivate::aliases(const QString &optionName) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 123-131 |
| | 5 | 2 |
QCommandLineParserPrivate::checkParsedName: | QCommandLineParserPrivate::checkParsed | Prototype: | void QCommandLineParserPrivate::checkParsed(const char *method) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 608-612 |
| | 2 | 2 |
QCommandLineParserPrivate::helpText::[lambda]Name: | QCommandLineParserPrivate::helpText::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 1111-1111 |
| | 0 | 1 |
QCommandLineParserPrivate::parse::[lambda]Name: | QCommandLineParserPrivate::parse::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 688-688 |
| | 0 | 1 |
QCommandLineParserPrivate::parseOptionValueName: | QCommandLineParserPrivate::parseOptionValue | Prototype: | bool QCommandLineParserPrivate::parseOptionValue(const QString &optionName, const QString &argument, QStringList::const_iterator *argumentIterator, QStringList::const_iterator argsEnd) | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 642-670 |
| | 18 | 6 |
QCommandLineParserPrivate::registerFoundOptionName: | QCommandLineParserPrivate::registerFoundOption | Prototype: | bool QCommandLineParserPrivate::registerFoundOption(const QString &optionName) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 619-628 |
| | 5 | 2 |
QConfFile::QConfFileName: | QConfFile::QConfFile | Prototype: | QConfFile::QConfFile(const QString &fileName, bool _userPerms) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 146-150 |
| | 1 | 1 |
QConfFile::clearCacheName: | QConfFile::clearCache | Prototype: | void QConfFile::clearCache() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 216-220 |
| | 2 | 1 |
QConfFile::fromNameName: | QConfFile::fromName | Prototype: | QConfFile *QConfFile::fromName(const QString &fileName, bool _userPerms) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 195-214 |
| | 12 | 4 |
QConfFile::mergedKeyMapName: | QConfFile::mergedKeyMap | Prototype: | ParsedSettingsMap QConfFile::mergedKeyMap() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 158-168 |
| | 7 | 3 |
QConfFileSettingsPrivate::QConfFileSettingsPrivateName: | QConfFileSettingsPrivate::QConfFileSettingsPrivate | Prototype: | QConfFileSettingsPrivate::QConfFileSettingsPrivate(const QString &fileName, QSettings::Format format) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 1180-1190 |
| | 3 | 1 |
QConfFileSettingsPrivate::childrenName: | QConfFileSettingsPrivate::children | Prototype: | QStringList QConfFileSettingsPrivate::children(const QString &prefix, ChildSpec spec) const | Coverage: | 100.000% (27/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 1298-1339 |
| | 27 | 8 |
QConfFileSettingsPrivate::ensureAllSectionsParsedName: | QConfFileSettingsPrivate::ensureAllSectionsParsed | Prototype: | void QConfFileSettingsPrivate::ensureAllSectionsParsed(QConfFile *confFile) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 1907-1917 |
| | 6 | 3 |
QConfFileSettingsPrivate::flushName: | QConfFileSettingsPrivate::flush | Prototype: | void QConfFileSettingsPrivate::flush() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 1367-1370 |
| | 1 | 1 |
QConfFileSettingsPrivate::getName: | QConfFileSettingsPrivate::get | Prototype: | bool QConfFileSettingsPrivate::get(const QString &key, QVariant *value) const | Coverage: | 100.000% (28/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 1265-1296 |
| | 21 | 8 |
QConfFileSettingsPrivate::syncName: | QConfFileSettingsPrivate::sync | Prototype: | void QConfFileSettingsPrivate::sync() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 1353-1365 |
| | 5 | 3 |
QConnectionDict::contains_tsName: | QConnectionDict::contains_ts | Prototype: | inline bool contains_ts(const QString &key) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | Lines: | 113-117 |
| | 2 | 1 |
QConnectionSenderSwitcher::QConnectionSenderSwitcherName: | QConnectionSenderSwitcher::QConnectionSenderSwitcher | Prototype: | inline QConnectionSenderSwitcher() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 156-156 |
| | 1 | 1 |
QConnectionSenderSwitcher::QConnectionSenderSwitcherName: | QConnectionSenderSwitcher::QConnectionSenderSwitcher | Prototype: | inline QConnectionSenderSwitcher(QObject *receiver, QObject *sender, int signal_absolute_id) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 158-161 |
| | 1 | 1 |
QConnectionSenderSwitcher::switchSenderName: | QConnectionSenderSwitcher::switchSender | Prototype: | inline void switchSender(QObject *receiver, QObject *sender, int signal_absolute_id) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 163-171 |
| | 6 | 1 |
QConnectionSenderSwitcher::~QConnectionSenderSwitcherName: | QConnectionSenderSwitcher::~QConnectionSenderSwitcher | Prototype: | inline ~QConnectionSenderSwitcher() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 173-177 |
| | 2 | 2 |
QContiguousCacheData::allocateDataName: | QContiguousCacheData::allocateData | Prototype: | QContiguousCacheData *QContiguousCacheData::allocateData(int size, int alignment) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcontiguouscache.cpp | Lines: | 51-54 |
| | 1 | 1 |
QContiguousCacheData::freeDataName: | QContiguousCacheData::freeData | Prototype: | void QContiguousCacheData::freeData(QContiguousCacheData *data) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcontiguouscache.cpp | Lines: | 56-59 |
| | 1 | 1 |
QCoreApplication::QCoreApplicationName: | QCoreApplication::QCoreApplication | Prototype: | QCoreApplication::QCoreApplication(QCoreApplicationPrivate &p) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 699-709 |
| | 1 | 1 |
QCoreApplication::QCoreApplicationName: | QCoreApplication::QCoreApplication | Prototype: | QCoreApplication::QCoreApplication(int &argc, char **argv , int _internal ) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 744-760 |
| | 3 | 1 |
QCoreApplication::applicationNameName: | QCoreApplication::applicationName | Prototype: | QString QCoreApplication::applicationName() | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 2438-2444 |
| | 1 | 1 |
QCoreApplication::applicationPidName: | QCoreApplication::applicationPid | Prototype: | qint64 QCoreApplication::applicationPid() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 2231-2240 |
| | 1 | 1 |
QCoreApplication::applicationVersionName: | QCoreApplication::applicationVersion | Prototype: | QString QCoreApplication::applicationVersion() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 2479-2485 |
| | 1 | 1 |
QCoreApplication::closingDownName: | QCoreApplication::closingDown | Prototype: | bool QCoreApplication::closingDown() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1171-1174 |
| | 1 | 1 |
QCoreApplication::eventName: | QCoreApplication::event | Prototype: | bool QCoreApplication::event(QEvent *e) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1779-1786 |
| | 4 | 2 |
QCoreApplication::exitName: | QCoreApplication::exit | Prototype: | void QCoreApplication::exit(int returnCode) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1316-1339 |
| | 7 | 3 |
QCoreApplication::isQuitLockEnabledName: | QCoreApplication::isQuitLockEnabled | Prototype: | bool QCoreApplication::isQuitLockEnabled() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 961-964 |
| | 1 | 1 |
QCoreApplication::notifyName: | QCoreApplication::notify | Prototype: | bool QCoreApplication::notify(QObject *receiver, QEvent *event) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1071-1077 |
| | 3 | 2 |
QCoreApplication::organizationDomainName: | QCoreApplication::organizationDomain | Prototype: | QString QCoreApplication::organizationDomain() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 2397-2400 |
| | 1 | 1 |
QCoreApplication::organizationNameName: | QCoreApplication::organizationName | Prototype: | QString QCoreApplication::organizationName() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 2357-2363 |
| | 1 | 1 |
QCoreApplication::processEventsName: | QCoreApplication::processEvents | Prototype: | void QCoreApplication::processEvents(QEventLoop::ProcessEventsFlags flags) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1199-1205 |
| | 4 | 2 |
QCoreApplication::quitName: | QCoreApplication::quit | Prototype: | void QCoreApplication::quit() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1835-1838 |
| | 1 | 1 |
QCoreApplication::removePostedEventsName: | QCoreApplication::removePostedEvents | Prototype: | void QCoreApplication::removePostedEvents(QObject *receiver, int eventType) | Coverage: | 100.000% (39/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1680-1729 |
| | 26 | 9 |
QCoreApplication::sendPostedEventsName: | QCoreApplication::sendPostedEvents | Prototype: | void QCoreApplication::sendPostedEvents(QObject *receiver, int event_type) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1504-1509 |
| | 2 | 1 |
QCoreApplication::setApplicationNameName: | QCoreApplication::setApplicationName | Prototype: | void QCoreApplication::setApplicationName(const QString &application) | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 2423-2436 |
| | 9 | 4 |
QCoreApplication::setAttributeName: | QCoreApplication::setAttribute | Prototype: | void QCoreApplication::setAttribute(Qt::ApplicationAttribute attribute, bool on) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 928-934 |
| | 3 | 2 |
QCoreApplication::setLibraryPathsName: | QCoreApplication::setLibraryPaths | Prototype: | void QCoreApplication::setLibraryPaths(const QStringList &paths) | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 2576-2593 |
| | 8 | 3 |
QCoreApplication::setQuitLockEnabledName: | QCoreApplication::setQuitLockEnabled | Prototype: | void QCoreApplication::setQuitLockEnabled(bool enabled) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 968-971 |
| | 1 | 1 |
QCoreApplication::startingUpName: | QCoreApplication::startingUp | Prototype: | bool QCoreApplication::startingUp() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1159-1162 |
| | 1 | 1 |
QCoreApplication::testAttributeName: | QCoreApplication::testAttribute | Prototype: | bool QCoreApplication::testAttribute(Qt::ApplicationAttribute attribute) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 942-945 |
| | 1 | 1 |
QCoreApplicationData::QCoreApplicationDataName: | QCoreApplicationData::QCoreApplicationData | Prototype: | QCoreApplicationData() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 330-332 |
| | 1 | 1 |
QCoreApplicationPrivate::checkReceiverThreadName: | QCoreApplicationPrivate::checkReceiverThread | Prototype: | void QCoreApplicationPrivate::checkReceiverThread(QObject *receiver) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 556-571 |
| | 33 | 1 |
QCoreApplicationPrivate::derefName: | QCoreApplicationPrivate::deref | Prototype: | void QCoreApplicationPrivate::deref() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1808-1812 |
| | 2 | 2 |
QCoreApplicationPrivate::initLocaleName: | QCoreApplicationPrivate::initLocale | Prototype: | void QCoreApplicationPrivate::initLocale() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 600-608 |
| | 4 | 2 |
QCoreApplicationPrivate::mainThreadName: | QCoreApplicationPrivate::mainThread | Prototype: | QThread *QCoreApplicationPrivate::mainThread() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 542-546 |
| | 2 | 1 |
QCoreApplicationPrivate::refName: | QCoreApplicationPrivate::ref | Prototype: | void QCoreApplicationPrivate::ref() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1803-1806 |
| | 1 | 1 |
QCoreApplicationPrivate::sendPostedEvents::CleanUpName: | QCoreApplicationPrivate::sendPostedEvents::CleanUp | Prototype: | inline CleanUp(QObject *receiver, int event_type, QThreadData *data) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1554-1556 |
| | 1 | 1 |
QCoreApplicationPrivate::sendPostedEvents::MutexUnlockerName: | QCoreApplicationPrivate::sendPostedEvents::MutexUnlocker | Prototype: | MutexUnlocker(QMutexLocker &m) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1642-1642 |
| | 1 | 1 |
QCoreApplicationPrivate::sendPostedEvents::~MutexUnlockerName: | QCoreApplicationPrivate::sendPostedEvents::~MutexUnlocker | Prototype: | ~MutexUnlocker() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1643-1643 |
| | 1 | 1 |
QCoreApplicationPrivate::sendThroughObjectEventFiltersName: | QCoreApplicationPrivate::sendThroughObjectEventFilters | Prototype: | bool QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject *receiver, QEvent *event) | Coverage: | 100.000% (18/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1115-1131 |
| | 11 | 6 |