| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QChar::category| Name: | 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::currentUnicodeVersion| Name: | 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::decomposition| Name: | 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::digitValue| Name: | 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::unicodeVersion| Name: | 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::QChildEvent| Name: | 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::QCollator| Name: | 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::QCollator| Name: | 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::caseSensitivity| Name: | 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::ignorePunctuation| Name: | 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::locale| Name: | 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::numericMode| Name: | 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::~QCollator| Name: | 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::cleanup| Name: | 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::QCommandLineOption| Name: | 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::QCommandLineOption| Name: | 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::QCommandLineOption| Name: | 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::QCommandLineOption| Name: | 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::defaultValues| Name: | 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::description| Name: | 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::isHidden| Name: | 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::names| Name: | 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::setDefaultValue| Name: | 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::setDefaultValues| Name: | 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::setDescription| Name: | 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::setValueName| Name: | 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::valueName| Name: | 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::QCommandLineOptionPrivate| Name: | 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::QCommandLineOptionPrivate| Name: | 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::QCommandLineParser| Name: | 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::addOptions| Name: | 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::helpText| Name: | 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::isSet| Name: | 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::optionNames| Name: | 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::parse| Name: | 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::positionalArguments| Name: | 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::setOptionsAfterPositionalArgumentsMode| Name: | 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::setSingleDashWordOptionMode| Name: | 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::unknownOptionNames| Name: | 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::value| Name: | 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::values| Name: | 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::values| Name: | 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::~QCommandLineParser| Name: | 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::QCommandLineParserPrivate| Name: | 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::aliases| Name: | 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::checkParsed| Name: | 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::parseOptionValue| Name: | 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::registerFoundOption| Name: | 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::QConfFile| Name: | 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::clearCache| Name: | 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::fromName| Name: | 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::mergedKeyMap| Name: | 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::QConfFileSettingsPrivate| Name: | 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::children| Name: | 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::ensureAllSectionsParsed| Name: | 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::flush| Name: | 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::get| Name: | 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::sync| Name: | 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_ts| Name: | 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::QConnectionSenderSwitcher| Name: | 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::QConnectionSenderSwitcher| Name: | 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::switchSender| Name: | 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::~QConnectionSenderSwitcher| Name: | 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::allocateData| Name: | 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::freeData| Name: | 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::QCoreApplication| Name: | 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::QCoreApplication| Name: | 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::applicationName| Name: | 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::applicationPid| Name: | 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::applicationVersion| Name: | 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::closingDown| Name: | 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::event| Name: | 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::exit| Name: | 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::isQuitLockEnabled| Name: | 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::notify| Name: | 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::organizationDomain| Name: | 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::organizationName| Name: | 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::processEvents| Name: | 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::quit| Name: | 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::removePostedEvents| Name: | 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::sendPostedEvents| Name: | 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::setApplicationName| Name: | 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::setAttribute| Name: | 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::setLibraryPaths| Name: | 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::setQuitLockEnabled| Name: | 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::startingUp| Name: | 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::testAttribute| Name: | 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::QCoreApplicationData| Name: | 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::checkReceiverThread| Name: | 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::deref| Name: | 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::initLocale| Name: | 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::mainThread| Name: | 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::ref| Name: | 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::CleanUp| Name: | 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::MutexUnlocker| Name: | 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::~MutexUnlocker| Name: | 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::sendThroughObjectEventFilters| Name: | 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 |