QtBase - 2016-12-13 07:58:44 +0000

Functions

Page:<>1
Condition %:  0.000% (0/10)
...100
Condition %:  0.000% (0/1)
...200
Condition %:  0.000% (0/16)
...220
Condition %:  50.000% (2/4)
...230
Condition %:  75.000% (3/4)
...240
Condition %:  86.486% (32/37)
...246
Condition %: 100.000% (2/2)
247
Condition %: 100.000% (1/1)
248
Condition %: 100.000% (1/1)
249
Condition %: 100.000% (7/7)
250251
Condition %: 100.000% (1/1)
252
Condition %: 100.000% (1/1)
253
Condition %: 100.000% (1/1)
254
Condition %: 100.000% (1/1)
...260
Condition %: 100.000% (4/4)
...270
Condition %: 100.000% (1/1)
...280
Condition %: 100.000% (16/16)
...300
Condition %: 100.000% (1/1)
...306
Condition %: 100.000% (1/1)
FunctionCondition %▴eLOC - Effective Lines of CodeMcCabe - Cyclomatic Complexity
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
100.000% (3/3)
51
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
100.000% (3/3)
33
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
100.000% (1/1)
01
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
100.000% (1/1)
01
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
100.000% (1/1)
11
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
100.000% (8/8)
84
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
100.000% (1/1)
21
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
100.000% (1/1)
21
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
100.000% (1/1)
11
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
100.000% (1/1)
21
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
100.000% (1/1)
21
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
100.000% (1/1)
01
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
100.000% (1/1)
11
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
100.000% (1/1)
11
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
100.000% (1/1)
11
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
100.000% (1/1)
21
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
100.000% (4/4)
52
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
100.000% (1/1)
11
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
100.000% (7/7)
103
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
100.000% (1/1)
11
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
100.000% (1/1)
11
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
100.000% (1/1)
11
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
100.000% (4/4)
52
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
100.000% (4/4)
22
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
100.000% (1/1)
01
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
100.000% (16/16)
186
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
100.000% (4/4)
52
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
100.000% (1/1)
11
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
100.000% (1/1)
21
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
100.000% (10/10)
124
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
100.000% (7/7)
73
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
100.000% (1/1)
31
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
100.000% (27/27)
278
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
100.000% (7/7)
63
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
100.000% (1/1)
11
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
100.000% (28/28)
218
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
100.000% (7/7)
53
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
100.000% (1/1)
21
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
100.000% (1/1)
11
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
100.000% (1/1)
11
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
100.000% (1/1)
61
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
100.000% (4/4)
22
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
100.000% (1/1)
11
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
100.000% (1/1)
11
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
100.000% (1/1)
11
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
100.000% (1/1)
31
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
100.000% (1/1)
11
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
100.000% (1/1)
11
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
100.000% (1/1)
11
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
100.000% (1/1)
11
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
100.000% (4/4)
42
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: 1292-1315
100.000% (7/7)
73
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: 934-937
100.000% (1/1)
11
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: 1044-1050
100.000% (4/4)
32
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: 2361-2364
100.000% (1/1)
11
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: 2324-2327
100.000% (1/1)
11
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: 1172-1178
100.000% (4/4)
42
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: 1834-1837
100.000% (1/1)
11
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: 1679-1728
100.000% (39/39)
269
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: 1496-1504
100.000% (1/1)
21
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: 2384-2397
100.000% (12/12)
94
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: 901-907
100.000% (4/4)
32
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: 2528-2545
100.000% (8/8)
83
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: 941-944
100.000% (1/1)
11
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: 1132-1135
100.000% (1/1)
11
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: 915-918
100.000% (1/1)
11
QCoreApplicationData::QCoreApplicationData
Name: 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
100.000% (1/1)
11
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: 529-544
100.000% (1/1)
331
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: 1807-1811
100.000% (4/4)
22
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: 573-581
100.000% (4/4)
42
QCoreApplicationPrivate::isTranslatorInstalled
Name: 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
100.000% (1/1)
21
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: 515-519
100.000% (1/1)
21
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: 1802-1805
100.000% (1/1)
11
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: 1549-1551
100.000% (1/1)
11
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: 1641-1641
100.000% (1/1)
11
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: 1642-1642
100.000% (1/1)
11
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: 1088-1104
100.000% (18/18)
116
QCoreApplicationPrivate::~QCoreApplicationPrivate
Name: 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
100.000% (1/1)
21
QCoreGlobalData::QCoreGlobalData
Name: 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
100.000% (1/1)
21
QCoreGlobalData::instance
Name: 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
100.000% (1/1)
11
QCoreGlobalData::~QCoreGlobalData
Name: 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
100.000% (4/4)
32
QCryptographicHash::QCryptographicHash
Name: 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
100.000% (1/1)
21
QCryptographicHash::addData
Name: 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
100.000% (23/23)
2412
QCryptographicHash::addData
Name: 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
100.000% (1/1)
11
QCryptographicHash::hash
Name: 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
100.000% (1/1)
31
QCryptographicHash::reset
Name: 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
100.000% (23/23)
2412
QCryptographicHash::result
Name: 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
100.000% (26/26)
4913
QCryptographicHash::~QCryptographicHash
Name: 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
100.000% (1/1)
11
QCsvBenchmarkLogger::QCsvBenchmarkLogger
Name: 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
100.000% (1/1)
21
QCustomTypeInfo::QCustomTypeInfo
Name: 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
100.000% (1/1)
21
QDBusAbstractAdaptor::QDBusAbstractAdaptor
Name: 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
100.000% (1/1)
31
QDBusAbstractAdaptorPrivate::retrieveIntrospectionXml
Name: 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
100.000% (1/1)
11
QDBusAbstractAdaptorPrivate::saveIntrospectionXml
Name: 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
100.000% (1/1)
11
QDBusAbstractInterface::QDBusAbstractInterface
Name: 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
100.000% (1/1)
11
QDBusAbstractInterface::QDBusAbstractInterface
Name: 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
100.000% (1/1)
11
QDBusAbstractInterface::asyncCallWithArgumentList
Name: 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
100.000% (6/6)
72
QDBusAbstractInterface::call
Name: 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
100.000% (1/1)
11
QDBusAbstractInterface::callWithCallback
Name: 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
100.000% (1/1)
11
QDBusAbstractInterface::connection
Name: 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
100.000% (1/1)
11
QDBusAbstractInterface::interface
Name: 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
100.000% (1/1)
11
Page:<>1
Condition %:  0.000% (0/10)
...100
Condition %:  0.000% (0/1)
...200
Condition %:  0.000% (0/16)
...220
Condition %:  50.000% (2/4)
...230
Condition %:  75.000% (3/4)
...240
Condition %:  86.486% (32/37)
...246
Condition %: 100.000% (2/2)
247
Condition %: 100.000% (1/1)
248
Condition %: 100.000% (1/1)
249
Condition %: 100.000% (7/7)
250251
Condition %: 100.000% (1/1)
252
Condition %: 100.000% (1/1)
253
Condition %: 100.000% (1/1)
254
Condition %: 100.000% (1/1)
...260
Condition %: 100.000% (4/4)
...270
Condition %: 100.000% (1/1)
...280
Condition %: 100.000% (16/16)
...300
Condition %: 100.000% (1/1)
...306
Condition %: 100.000% (1/1)

Generated by Squish Coco Non-Commercial 4.3.0-BETA-master-30-08-2018-4cb69e9