Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QCommandLineParser::addPositionalArgumentName: | QCommandLineParser::addPositionalArgument | Prototype: | void QCommandLineParser::addPositionalArgument(const QString &name, const QString &description, const QString &syntax) | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 469-476 |
| | 5 | 1 |
QCommandLineParser::addVersionOptionName: | QCommandLineParser::addVersionOption | Prototype: | QCommandLineOption QCommandLineParser::addVersionOption() | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 408-414 |
| | 3 | 3 |
QCommandLineParser::addVersionOption::[lambda]Name: | QCommandLineParser::addVersionOption::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 410-410 |
| | 0 | 1 |
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: | 529-529 |
| | 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: | 1030-1033 |
| | 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: | 803-814 |
| | 8 | 4 |
QCommandLineParser::isSetName: | QCommandLineParser::isSet | Prototype: | bool QCommandLineParser::isSet(const QCommandLineOption &option) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 890-895 |
| | 2 | 1 |
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: | 962-966 |
| | 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: | 513-516 |
| | 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: | 940-944 |
| | 2 | 1 |
QCommandLineParser::processName: | QCommandLineParser::process | Prototype: | void QCommandLineParser::process(const QCoreApplication &app) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 607-612 |
| | 2 | 1 |
QCommandLineParser::process::[lambda]Name: | QCommandLineParser::process::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 598-598 |
| | 0 | 1 |
QCommandLineParser::setApplicationDescriptionName: | QCommandLineParser::setApplicationDescription | Prototype: | void QCommandLineParser::setApplicationDescription(const QString &description) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 444-447 |
| | 1 | 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: | 344-347 |
| | 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: | 309-312 |
| | 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: | 982-986 |
| | 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: | 834-843 |
| | 5 | 2 |
QCommandLineParser::valueName: | QCommandLineParser::value | Prototype: | QString QCommandLineParser::value(const QCommandLineOption &option) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 910-913 |
| | 1 | 1 |
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: | 863-877 |
| | 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: | 928-931 |
| | 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: | 276-279 |
| | 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: | 62-68 |
| | 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: | 129-137 |
| | 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: | 614-618 |
| | 2 | 2 |
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: | 694-694 |
| | 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: | 648-676 |
| | 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: | 625-634 |
| | 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: | 152-156 |
| | 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: | 222-226 |
| | 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: | 201-220 |
| | 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: | 164-174 |
| | 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: | 1156-1166 |
| | 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: | 1274-1315 |
| | 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: | 1883-1893 |
| | 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: | 1343-1346 |
| | 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: | 1241-1272 |
| | 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: | 1329-1341 |
| | 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: | 117-121 |
| | 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: | 163-163 |
| | 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: | 165-168 |
| | 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: | 170-178 |
| | 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: | 180-184 |
| | 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: | 57-60 |
| | 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: | 62-65 |
| | 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: | 672-682 |
| | 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: | 717-733 |
| | 3 | 1 |
QCoreApplication::applicationNameName: | QCoreApplication::applicationName | Prototype: | QString QCoreApplication::applicationName() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 2399-2402 |
| | 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: | 2201-2210 |
| | 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: | 2434-2437 |
| | 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: | 1144-1147 |
| | 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: | 1778-1785 |
| | 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: | 1292-1315 |
| | 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: | 934-937 |
| | 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: | 1044-1050 |
| | 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: | 2361-2364 |
| | 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: | 2324-2327 |
| | 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: | 1172-1178 |
| | 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: | 1834-1837 |
| | 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: | 1679-1728 |
| | 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: | 1496-1504 |
| | 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: | 2384-2397 |
| | 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: | 901-907 |
| | 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: | 2528-2545 |
| | 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: | 941-944 |
| | 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: | 1132-1135 |
| | 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: | 915-918 |
| | 1 | 1 |
QCoreApplicationData::QCoreApplicationDataName: | QCoreApplicationData::QCoreApplicationData | Prototype: | QCoreApplicationData() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 333-335 |
| | 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: | 529-544 |
| | 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: | 1807-1811 |
| | 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: | 573-581 |
| | 4 | 2 |
QCoreApplicationPrivate::isTranslatorInstalledName: | QCoreApplicationPrivate::isTranslatorInstalled | Prototype: | bool QCoreApplicationPrivate::isTranslatorInstalled(QTranslator *translator) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 2033-2037 |
| | 2 | 1 |
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: | 515-519 |
| | 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: | 1802-1805 |
| | 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: | 1549-1551 |
| | 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: | 1641-1641 |
| | 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: | 1642-1642 |
| | 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: | 1088-1104 |
| | 11 | 6 |
QCoreApplicationPrivate::~QCoreApplicationPrivateName: | QCoreApplicationPrivate::~QCoreApplicationPrivate | Prototype: | QCoreApplicationPrivate::~QCoreApplicationPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 444-453 |
| | 2 | 1 |
QCoreGlobalData::QCoreGlobalDataName: | QCoreGlobalData::QCoreGlobalData | Prototype: | QCoreGlobalData::QCoreGlobalData() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreglobaldata.cpp | Lines: | 47-50 |
| | 2 | 1 |
QCoreGlobalData::instanceName: | QCoreGlobalData::instance | Prototype: | QCoreGlobalData *QCoreGlobalData::instance() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreglobaldata.cpp | Lines: | 59-62 |
| | 1 | 1 |
QCoreGlobalData::~QCoreGlobalDataName: | QCoreGlobalData::~QCoreGlobalData | Prototype: | QCoreGlobalData::~QCoreGlobalData() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreglobaldata.cpp | Lines: | 52-57 |
| | 3 | 2 |
QCryptographicHash::QCryptographicHashName: | QCryptographicHash::QCryptographicHash | Prototype: | QCryptographicHash::QCryptographicHash(Algorithm method) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 221-226 |
| | 2 | 1 |
QCryptographicHash::addDataName: | QCryptographicHash::addData | Prototype: | void QCryptographicHash::addData(const char *data, int length) | Coverage: | 100.000% (23/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 290-335 |
| | 24 | 12 |
QCryptographicHash::addDataName: | QCryptographicHash::addData | Prototype: | void QCryptographicHash::addData(const QByteArray &data) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 340-343 |
| | 1 | 1 |
QCryptographicHash::hashName: | QCryptographicHash::hash | Prototype: | QByteArray QCryptographicHash::hash(const QByteArray &data, Algorithm method) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 460-465 |
| | 3 | 1 |
QCryptographicHash::resetName: | QCryptographicHash::reset | Prototype: | void QCryptographicHash::reset() | Coverage: | 100.000% (23/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 239-284 |
| | 24 | 12 |
QCryptographicHash::resultName: | QCryptographicHash::result | Prototype: | QByteArray QCryptographicHash::result() const | Coverage: | 100.000% (26/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 373-455 |
| | 49 | 13 |
QCryptographicHash::~QCryptographicHashName: | QCryptographicHash::~QCryptographicHash | Prototype: | QCryptographicHash::~QCryptographicHash() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 231-234 |
| | 1 | 1 |
QCsvBenchmarkLogger::QCsvBenchmarkLoggerName: | QCsvBenchmarkLogger::QCsvBenchmarkLogger | Prototype: | QCsvBenchmarkLogger::QCsvBenchmarkLogger(const char *filename) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qcsvbenchmarklogger.cpp | Lines: | 44-47 |
| | 2 | 1 |
QCustomTypeInfo::QCustomTypeInfoName: | QCustomTypeInfo::QCustomTypeInfo | Prototype: | QCustomTypeInfo() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 507-512 |
| | 2 | 1 |
QDBusAbstractAdaptor::QDBusAbstractAdaptorName: | QDBusAbstractAdaptor::QDBusAbstractAdaptor | Prototype: | QDBusAbstractAdaptor::QDBusAbstractAdaptor(QObject* obj) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractadaptor.cpp | Lines: | 146-153 |
| | 3 | 1 |
QDBusAbstractAdaptorPrivate::retrieveIntrospectionXmlName: | QDBusAbstractAdaptorPrivate::retrieveIntrospectionXml | Prototype: | QString QDBusAbstractAdaptorPrivate::retrieveIntrospectionXml(QDBusAbstractAdaptor *adaptor) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractadaptor.cpp | Lines: | 102-105 |
| | 1 | 1 |
QDBusAbstractAdaptorPrivate::saveIntrospectionXmlName: | QDBusAbstractAdaptorPrivate::saveIntrospectionXml | Prototype: | void QDBusAbstractAdaptorPrivate::saveIntrospectionXml(QDBusAbstractAdaptor *adaptor, const QString &xml) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractadaptor.cpp | Lines: | 107-111 |
| | 1 | 1 |
QDBusAbstractInterface::QDBusAbstractInterfaceName: | QDBusAbstractInterface::QDBusAbstractInterface | Prototype: | QDBusAbstractInterface::QDBusAbstractInterface(QDBusAbstractInterfacePrivate &d, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | Lines: | 325-329 |
| | 1 | 1 |
QDBusAbstractInterface::QDBusAbstractInterfaceName: | QDBusAbstractInterface::QDBusAbstractInterface | Prototype: | QDBusAbstractInterface::QDBusAbstractInterface(const QString &service, const QString &path, const char *interface, const QDBusConnection &con, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | Lines: | 336-344 |
| | 1 | 1 |
QDBusAbstractInterface::asyncCallWithArgumentListName: | QDBusAbstractInterface::asyncCallWithArgumentList | Prototype: | QDBusPendingCall QDBusAbstractInterface::asyncCallWithArgumentList(const QString& method, const QList<QVariant>& args) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | Lines: | 516-528 |
| | 7 | 2 |
QDBusAbstractInterface::callName: | QDBusAbstractInterface::call | Prototype: | QDBusMessage QDBusAbstractInterface::call(const QString &method, const QVariant &arg1, const QVariant &arg2, const QVariant &arg3, const QVariant &arg4, const QVariant &arg5, const QVariant &arg6, const QVariant &arg7, const QVariant &arg8) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | Lines: | 714-724 |
| | 1 | 1 |
QDBusAbstractInterface::callWithCallbackName: | QDBusAbstractInterface::callWithCallback | Prototype: | bool QDBusAbstractInterface::callWithCallback(const QString &method, const QList<QVariant> &args, QObject *receiver, const char *slot) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | Lines: | 595-601 |
| | 1 | 1 |
QDBusAbstractInterface::connectionName: | QDBusAbstractInterface::connection | Prototype: | QDBusConnection QDBusAbstractInterface::connection() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | Lines: | 375-378 |
| | 1 | 1 |
QDBusAbstractInterface::interfaceName: | QDBusAbstractInterface::interface | Prototype: | QString QDBusAbstractInterface::interface() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | Lines: | 399-402 |
| | 1 | 1 |