| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 1778-1785 |
| | 4 | 2 |
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: | 1144-1147 |
| | 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: | 2434-2437 |
| | 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: | 2201-2210 |
| | 1 | 1 |
QCoreApplication::applicationName| Name: | 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::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: | 672-682 |
| | 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: | 717-733 |
| | 3 | 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: | 62-65 |
| | 1 | 1 |
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: | 57-60 |
| | 1 | 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: | 180-184 |
| | 2 | 2 |
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: | 170-178 |
| | 6 | 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: | 163-163 |
| | 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: | 165-168 |
| | 1 | 1 |
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: | 117-121 |
| | 2 | 1 |
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: | 1329-1341 |
| | 5 | 3 |
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: | 1241-1272 |
| | 21 | 8 |
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: | 1343-1346 |
| | 1 | 1 |
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: | 1883-1893 |
| | 6 | 3 |
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: | 1274-1315 |
| | 27 | 8 |
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: | 1156-1166 |
| | 3 | 1 |
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: | 164-174 |
| | 7 | 3 |
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: | 201-220 |
| | 12 | 4 |
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: | 222-226 |
| | 2 | 1 |
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: | 152-156 |
| | 1 | 1 |
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: | 625-634 |
| | 5 | 2 |
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: | 648-676 |
| | 18 | 6 |
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::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: | 614-618 |
| | 2 | 2 |
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: | 129-137 |
| | 5 | 2 |
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: | 62-68 |
| | 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: | 276-279 |
| | 1 | 1 |
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: | 863-877 |
| | 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: | 928-931 |
| | 1 | 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: | 834-843 |
| | 5 | 2 |
QCommandLineParser::value| Name: | 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::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: | 982-986 |
| | 2 | 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: | 309-312 |
| | 1 | 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: | 344-347 |
| | 1 | 1 |
QCommandLineParser::setApplicationDescription| Name: | 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::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::process| Name: | 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::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: | 940-944 |
| | 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: | 513-516 |
| | 1 | 1 |
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: | 962-966 |
| | 2 | 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: | 803-814 |
| | 8 | 4 |
QCommandLineParser::isSet| Name: | 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::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: | 1030-1033 |
| | 1 | 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::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::addVersionOption| Name: | 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::addPositionalArgument| Name: | 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::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: | 390-397 |
| | 4 | 2 |
QCommandLineParser::addHelpOption::[lambda]| Name: | QCommandLineParser::addHelpOption::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 435-435 |
| | 0 | 1 |
QCommandLineParser::addHelpOption| Name: | QCommandLineParser::addHelpOption | | Prototype: | QCommandLineOption QCommandLineParser::addHelpOption() | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 428-439 |
| | 7 | 3 |
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: | 268-271 |
| | 2 | 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: | 51-54 |
| | 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: | 57-60 |
| | 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: | 324-327 |
| | 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: | 312-315 |
| | 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: | 338-341 |
| | 1 | 1 |
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: | 382-385 |
| | 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: | 363-372 |
| | 5 | 2 |
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: | 248-251 |
| | 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: | 418-421 |
| | 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: | 348-351 |
| | 1 | 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: | 392-395 |
| | 1 | 1 |
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: | 118-121 |
| | 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: | 164-172 |
| | 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: | 200-208 |
| | 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: | 216-219 |
| | 2 | 1 |
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: | 98-103 |
| | 3 | 2 |
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: | 98-102 |
| | 2 | 2 |
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: | 245-248 |
| | 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: | 178-181 |
| | 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: | 278-281 |
| | 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: | 207-210 |
| | 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: | 79-84 |
| | 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: | 89-93 |
| | 1 | 1 |
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: | 554-556 |
| | 1 | 1 |
QChar::unicodeVersion| Name: | QChar::unicodeVersion | | Prototype: | QChar::UnicodeVersion QChar::unicodeVersion(uint ucs4) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1423-1428 |
| | 3 | 2 |
QChar::digitValue| Name: | QChar::digitValue | | Prototype: | int QChar::digitValue(uint ucs4) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1076-1081 |
| | 3 | 2 |
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: | 1337-1344 |
| | 5 | 1 |
QChar::currentUnicodeVersion| Name: | QChar::currentUnicodeVersion | | Prototype: | QChar::UnicodeVersion QChar::currentUnicodeVersion() noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1433-1436 |
| | 1 | 1 |
QChar::category| Name: | QChar::category | | Prototype: | QChar::Category QChar::category(uint ucs4) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1093-1098 |
| | 3 | 2 |
QCacheItem::writeHeader| Name: | QCacheItem::writeHeader | | Prototype: | void QCacheItem::writeHeader(QFile *device) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | | Lines: | 674-684 |
| | 7 | 1 |
QCacheItem::writeCompressedData| Name: | QCacheItem::writeCompressedData | | Prototype: | void QCacheItem::writeCompressedData(QFile *device) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | | Lines: | 686-691 |
| | 2 | 1 |
QByteDeviceWrappingIoDevice::readData| Name: | QByteDeviceWrappingIoDevice::readData | | Prototype: | qint64 QByteDeviceWrappingIoDevice::readData( char * data, qint64 maxSize) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 445-455 |
| | 7 | 2 |
QByteDeviceWrappingIoDevice::isSequential| Name: | QByteDeviceWrappingIoDevice::isSequential | | Prototype: | bool QByteDeviceWrappingIoDevice::isSequential() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 421-424 |
| | 1 | 1 |
QByteDeviceWrappingIoDevice::QByteDeviceWrappingIoDevice| Name: | QByteDeviceWrappingIoDevice::QByteDeviceWrappingIoDevice | | Prototype: | QByteDeviceWrappingIoDevice::QByteDeviceWrappingIoDevice(QNonContiguousByteDevice *bd) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 408-414 |
| | 3 | 1 |
QByteArrayMatcher::~QByteArrayMatcher| Name: | QByteArrayMatcher::~QByteArrayMatcher | | Prototype: | QByteArrayMatcher::~QByteArrayMatcher() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 163-166 |
| | 1 | 1 |
QByteArrayMatcher::setPattern| Name: | QByteArrayMatcher::setPattern | | Prototype: | void QByteArrayMatcher::setPattern(const QByteArray &pattern) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 184-190 |
| | 4 | 1 |
QByteArrayMatcher::operator=| Name: | QByteArrayMatcher::operator= | | Prototype: | QByteArrayMatcher &QByteArrayMatcher::operator=(const QByteArrayMatcher &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 171-176 |
| | 3 | 1 |
QByteArrayMatcher::QByteArrayMatcher| Name: | QByteArrayMatcher::QByteArrayMatcher | | Prototype: | QByteArrayMatcher::QByteArrayMatcher() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 118-124 |
| | 3 | 1 |
QByteArrayMatcher::QByteArrayMatcher| Name: | QByteArrayMatcher::QByteArrayMatcher | | Prototype: | QByteArrayMatcher::QByteArrayMatcher(const char *pattern, int length) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 131-137 |
| | 3 | 1 |
QByteArrayMatcher::QByteArrayMatcher| Name: | QByteArrayMatcher::QByteArrayMatcher | | Prototype: | QByteArrayMatcher::QByteArrayMatcher(const QByteArray &pattern) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 143-149 |
| | 3 | 1 |
QByteArrayMatcher::QByteArrayMatcher| Name: | QByteArrayMatcher::QByteArrayMatcher | | Prototype: | QByteArrayMatcher::QByteArrayMatcher(const QByteArrayMatcher &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 154-158 |
| | 1 | 1 |
QByteArrayList_joinedSize| Name: | QByteArrayList_joinedSize | | Prototype: | static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraylist.cpp | | Lines: | 125-137 |
| | 7 | 3 |
QByteArray::truncate| Name: | QByteArray::truncate | | Prototype: | void QByteArray::truncate(int pos) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1451-1455 |
| | 2 | 2 |
QByteArray::trimmed_helper| Name: | QByteArray::trimmed_helper | | Prototype: | QByteArray QByteArray::trimmed_helper(const QByteArray &a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3450-3453 |
| | 1 | 1 |
QByteArray::trimmed_helper| Name: | QByteArray::trimmed_helper | | Prototype: | QByteArray QByteArray::trimmed_helper(QByteArray &a) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3455-3458 |
| | 1 | 1 |