Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QXcbWindow::setWindowStateName: | QXcbWindow::setWindowState | Prototype: | void QXcbWindow::setWindowState(Qt::WindowState state) | Coverage: | 90.909% (20/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 1283-1342 |
| | 36 | 11 |
QTzTimeZonePrivate::nextTransitionName: | QTzTimeZonePrivate::nextTransition | Prototype: | QTimeZonePrivate::Data QTzTimeZonePrivate::nextTransition(qint64 afterMSecsSinceEpoch) const | Coverage: | 90.909% (20/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | Lines: | 936-960 |
| | 13 | 6 |
QTestLog::addLoggerName: | QTestLog::addLogger | Prototype: | void QTestLog::addLogger(LogMode mode, const char *filename) | Coverage: | 90.909% (20/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | Lines: | 473-505 |
| | 18 | 9 |
QStringListModel::dataName: | QStringListModel::data | Prototype: | QVariant QStringListModel::data(const QModelIndex &index, int role) const | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | Lines: | 143-152 |
| | 5 | 3 |
QSqlQuery::firstName: | QSqlQuery::first | Prototype: | bool QSqlQuery::first() | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 726-737 |
| | 8 | 3 |
QSocks5SocketEngine::setWriteNotificationEnabledName: | QSocks5SocketEngine::setWriteNotificationEnabled | Prototype: | void QSocks5SocketEngine::setWriteNotificationEnabled(bool enable) | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1880-1890 |
| | 7 | 3 |
QSingleShotTimer::timerEventName: | QSingleShotTimer::timerEvent | Prototype: | void QSingleShotTimer::timerEvent(QTimerEvent *) | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | Lines: | 296-320 |
| | 9 | 4 |
QPluginLoader::instanceName: | QPluginLoader::instance | Prototype: | QObject *QPluginLoader::instance() | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | Lines: | 188-195 |
| | 5 | 3 |
QNetworkAuthenticationCache::findClosestMatchName: | QNetworkAuthenticationCache::findClosestMatch | Prototype: | QNetworkAuthenticationCredential *findClosestMatch(const QString &domain) | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessauthenticationmanager.cpp | Lines: | 62-70 |
| | 6 | 3 |
QMimeGlobMatchResult::addMatchName: | QMimeGlobMatchResult::addMatch | Prototype: | void QMimeGlobMatchResult::addMatch(const QString &mimeType, int weight, const QString &pattern) | Coverage: | 90.909% (20/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeglobpattern.cpp | Lines: | 53-79 |
| | 16 | 8 |
QMimeBinaryProvider::loadMimeTypeListName: | QMimeBinaryProvider::loadMimeTypeList | Prototype: | void QMimeBinaryProvider::loadMimeTypeList() | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | Lines: | 519-538 |
| | 11 | 5 |
QMimeAllGlobPatterns::matchingGlobsName: | QMimeAllGlobPatterns::matchingGlobs | Prototype: | QStringList QMimeAllGlobPatterns::matchingGlobs(const QString &fileName, QString *foundSuffix) const | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeglobpattern.cpp | Lines: | 200-229 |
| | 14 | 5 |
QMetaType::isRegisteredName: | QMetaType::isRegistered | Prototype: | bool QMetaType::isRegistered(int type) | Coverage: | 90.909% (20/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 1157-1169 |
| | 7 | 2 |
QMetaObjectPrivate::indexOfSignalRelativeName: | QMetaObjectPrivate::indexOfSignalRelative | Prototype: | int QMetaObjectPrivate::indexOfSignalRelative(const QMetaObject **baseObject, const QByteArray &name, int argc, const QArgumentType *types) | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 710-728 |
| | 10 | 3 |
QMetaObject::enumeratorName: | QMetaObject::enumerator | Prototype: | QMetaEnum QMetaObject::enumerator(int index) const | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 1071-1084 |
| | 9 | 3 |
QLoggingCategory::isEnabledName: | QLoggingCategory::isEnabled | Prototype: | bool QLoggingCategory::isEnabled(QtMsgType msgtype) const | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp | Lines: | 312-322 |
| | 7 | 6 |
QInotifyFileSystemWatcherEngine::getPathFromIDName: | QInotifyFileSystemWatcherEngine::getPathFromID | Prototype: | QString QInotifyFileSystemWatcherEngine::getPathFromID(int id) const | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher_inotify.cpp | Lines: | 399-409 |
| | 6 | 3 |
QHttpNetworkReply::~QHttpNetworkReplyName: | QHttpNetworkReply::~QHttpNetworkReply | Prototype: | QHttpNetworkReply::~QHttpNetworkReply() | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | Lines: | 58-69 |
| | 5 | 3 |
QDateTime::toTimeSpecName: | QDateTime::toTimeSpec | Prototype: | QDateTime QDateTime::toTimeSpec(Qt::TimeSpec spec) const | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3914-3926 |
| | 7 | 3 |
QConfFileSettingsPrivate::initFormatName: | QConfFileSettingsPrivate::initFormat | Prototype: | void QConfFileSettingsPrivate::initFormat() | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 938-962 |
| | 14 | 3 |
QByteArray::prependName: | QByteArray::prepend | Prototype: | QByteArray &QByteArray::prepend(const QByteArray &ba) | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 1674-1684 |
| | 7 | 3 |
QBitArray::QBitArrayName: | QBitArray::QBitArray | Prototype: | QBitArray::QBitArray(int size, bool value) | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbitarray.cpp | Lines: | 140-152 |
| | 8 | 3 |
QSqlResultPrivate::positionalToNamedBindingName: | QSqlResultPrivate::positionalToNamedBinding | Prototype: | QString QSqlResultPrivate::positionalToNamedBinding(const QString &query) const | Coverage: | 90.625% (29/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | Lines: | 82-120 |
| | 25 | 8 |
buildMatchRuleName: | buildMatchRule | Prototype: | static QByteArray buildMatchRule(const QString &service, const QString &objectPath, const QString &interface, const QString &member, const QStringList &argMatch, const QString & ) | Coverage: | 90.476% (19/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | Lines: | 337-363 |
| | 17 | 8 |
QThreadPoolPrivate::waitForDoneName: | QThreadPoolPrivate::waitForDone | Prototype: | bool QThreadPoolPrivate::waitForDone(int msecs) | Coverage: | 90.476% (19/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | Lines: | 282-297 |
| | 11 | 4 |
QSqlQueryModel::insertColumnsName: | QSqlQueryModel::insertColumns | Prototype: | bool QSqlQueryModel::insertColumns(int column, int count, const QModelIndex &parent) | Coverage: | 90.476% (19/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp | Lines: | 600-622 |
| | 17 | 5 |
QItemSelectionModel::selectName: | QItemSelectionModel::select | Prototype: | void QItemSelectionModel::select(const QItemSelection &selection, QItemSelectionModel::SelectionFlags command) | Coverage: | 90.476% (19/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 1245-1297 |
| | 27 | 9 |
QHttpNetworkReplyPrivate::expectContentName: | QHttpNetworkReplyPrivate::expectContent | Prototype: | bool QHttpNetworkReplyPrivate::expectContent() | Coverage: | 90.476% (19/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | Lines: | 960-977 |
| | 11 | 5 |
QHostAddress::operator==Name: | QHostAddress::operator== | Prototype: | bool QHostAddress::operator==(const QHostAddress &other) const | Coverage: | 90.476% (19/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 818-830 |
| | 8 | 5 |
QDBusConnectionPrivate::doDispatchName: | QDBusConnectionPrivate::doDispatch | Prototype: | void QDBusConnectionPrivate::doDispatch() | Coverage: | 90.476% (19/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | Lines: | 1180-1196 |
| | 10 | 6 |
putEscapedStringName: | putEscapedString | Prototype: | template <typename Char> static inline void putEscapedString(QTextStreamPrivate *d, const Char *begin, int length, bool isUnicode = true) | Coverage: | 90.323% (56/62) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | Lines: | 186-293 |
| | 72 | 20 |
QXmlSimpleReaderPrivate::parseDoctypeName: | QXmlSimpleReaderPrivate::parseDoctype | Prototype: | bool QXmlSimpleReaderPrivate::parseDoctype() | Coverage: | 90.323% (112/124) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 4620-4821 |
| | 127 | 47 |
QXmlSimpleReaderPrivate::parseMiscName: | QXmlSimpleReaderPrivate::parseMisc | Prototype: | bool QXmlSimpleReaderPrivate::parseMisc() | Coverage: | 90.278% (65/72) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 4259-4377 |
| | 70 | 27 |
QHttpNetworkConnectionPrivate::handleAuthenticateChallengeName: | QHttpNetworkConnectionPrivate::handleAuthenticateChallenge | Prototype: | bool QHttpNetworkConnectionPrivate::handleAuthenticateChallenge(QAbstractSocket *socket, QHttpNetworkReply *reply, bool isProxy, bool &resend) | Coverage: | 90.244% (37/41) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | Lines: | 414-507 |
| | 56 | 12 |
QByteArray::resizeName: | QByteArray::resize | Prototype: | void QByteArray::resize(int size) | Coverage: | 90.244% (37/41) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 1543-1582 |
| | 23 | 9 |
QXmlSimpleReaderPrivate::parseReferenceName: | QXmlSimpleReaderPrivate::parseReference | Prototype: | bool QXmlSimpleReaderPrivate::parseReference() | Coverage: | 90.110% (82/91) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 7297-7455 |
| | 100 | 32 |
matchName: | match | Prototype: | static bool match(const uchar *found, uint foundLen, const char *target, uint targetLen) | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | Lines: | 88-95 |
| | 3 | 2 |
QXunitTestLogger::addTagName: | QXunitTestLogger::addTag | Prototype: | void QXunitTestLogger::addTag(QTestElement* element) | Coverage: | 90.000% (18/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp | Lines: | 265-284 |
| | 12 | 4 |
QXcbConnection::~QXcbConnectionName: | QXcbConnection::~QXcbConnection | Prototype: | QXcbConnection::~QXcbConnection() | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 675-712 |
| | 15 | 4 |
QXcbClipboard::sendTargetsSelectionName: | QXcbClipboard::sendTargetsSelection | Prototype: | xcb_atom_t QXcbClipboard::sendTargetsSelection(QMimeData *d, xcb_window_t window, xcb_atom_t property) | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | Lines: | 504-523 |
| | 14 | 4 |
QUrlQuery::removeAllQueryItemsName: | QUrlQuery::removeAllQueryItems | Prototype: | void QUrlQuery::removeAllQueryItems(const QString &key) | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 749-761 |
| | 7 | 4 |
QString::countName: | QString::count | Prototype: | int QString::count(const QRegularExpression &re) const | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4018-4035 |
| | 13 | 4 |
QStateMachinePrivate::selectAnimationsName: | QStateMachinePrivate::selectAnimations | Prototype: | QList<QAbstractAnimation *> QStateMachinePrivate::selectAnimations(const QList<QAbstractTransition *> &transitionList) const | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1579-1596 |
| | 11 | 4 |
QStateMachinePrivate::removeConflictingTransitionsName: | QStateMachinePrivate::removeConflictingTransitions | Prototype: | void QStateMachinePrivate::removeConflictingTransitions(QList<QAbstractTransition*> &enabledTransitions, CalculationCache *cache) | Coverage: | 90.000% (18/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 614-660 |
| | 25 | 8 |
QStateMachinePrivate::_q_animationFinishedName: | QStateMachinePrivate::_q_animationFinished | Prototype: | void QStateMachinePrivate::_q_animationFinished() | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1546-1577 |
| | 21 | 4 |
QSslSocketPrivate::_q_bytesWrittenSlotName: | QSslSocketPrivate::_q_bytesWrittenSlot | Prototype: | void QSslSocketPrivate::_q_bytesWrittenSlot(qint64 written) | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2442-2455 |
| | 6 | 3 |
QSslSocket::readDataName: | QSslSocket::readData | Prototype: | qint64 QSslSocket::readData(char *data, qint64 maxlen) | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1966-1984 |
| | 7 | 3 |
QSslContext::~QSslContextName: | QSslContext::~QSslContext | Prototype: | QSslContext::~QSslContext() | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcontext_openssl.cpp | Lines: | 76-87 |
| | 6 | 4 |
QResourceRoot::findNodeName: | QResourceRoot::findNode | Prototype: | int QResourceRoot::findNode(const QString &_path, const QLocale &locale) const | Coverage: | 90.000% (72/80) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 615-744 |
| | 71 | 21 |
QRegExpMatchState::matchName: | QRegExpMatchState::match | Prototype: | void QRegExpMatchState::match(const QChar *str0, int len0, int pos0, bool minimal0, bool oneTest, int caretIndex) | Coverage: | 90.000% (36/40) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1412-1480 |
| | 38 | 11 |
QNetworkAccessManagerPrivate::findBackendName: | QNetworkAccessManagerPrivate::findBackend | Prototype: | QNetworkAccessBackend *QNetworkAccessManagerPrivate::findBackend(QNetworkAccessManager::Operation op, const QNetworkRequest &request) | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessbackend.cpp | Lines: | 86-103 |
| | 11 | 4 |
QHttpNetworkConnectionChannel::_q_proxyAuthenticationRequiredName: | QHttpNetworkConnectionChannel::_q_proxyAuthenticationRequired | Prototype: | void QHttpNetworkConnectionChannel::_q_proxyAuthenticationRequired(const QNetworkProxy &proxy, QAuthenticator* auth) | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | Lines: | 997-1012 |
| | 6 | 4 |
QHashData::free_helperName: | QHashData::free_helper | Prototype: | void QHashData::free_helper(void (*node_delete)(Node *)) | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 527-546 |
| | 13 | 4 |
QEventLoop::execName: | QEventLoop::exec | Prototype: | int QEventLoop::exec(ProcessEventsFlags flags) | Coverage: | 90.000% (18/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | Lines: | 154-210 |
| | 32 | 8 |
QDnsLookupThreadPool::startName: | QDnsLookupThreadPool::start | Prototype: | void QDnsLookupThreadPool::start(QRunnable *runnable) | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | Lines: | 1025-1046 |
| | 13 | 4 |
QDateTime::addMSecsName: | QDateTime::addMSecs | Prototype: | QDateTime QDateTime::addMSecs(qint64 msecs) const | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3816-3829 |
| | 7 | 3 |
QDate::shortDayNameName: | QDate::shortDayName | Prototype: | QString QDate::shortDayName(int weekday, MonthNameType type) | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 725-736 |
| | 5 | 4 |
QDate::longMonthNameName: | QDate::longMonthName | Prototype: | QString QDate::longMonthName(int month, MonthNameType type) | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 686-697 |
| | 5 | 4 |
QDate::longDayNameName: | QDate::longDayName | Prototype: | QString QDate::longDayName(int weekday, MonthNameType type) | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 764-775 |
| | 5 | 4 |
QDBusMetaObjectGenerator::writeName: | QDBusMetaObjectGenerator::write | Prototype: | void QDBusMetaObjectGenerator::write(QDBusMetaObject *obj) | Coverage: | 90.000% (36/40) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmetaobject.cpp | Lines: | 388-545 |
| | 113 | 14 |
QDBusMarshaller::appendName: | QDBusMarshaller::append | Prototype: | inline void QDBusMarshaller::append(const QStringList &arg) | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmarshaller.cpp | Lines: | 221-236 |
| | 10 | 4 |
QDBusConnectionPrivate::handleObjectCallName: | QDBusConnectionPrivate::handleObjectCall | Prototype: | void QDBusConnectionPrivate::handleObjectCall(const QDBusMessage &msg) | Coverage: | 90.000% (18/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | Lines: | 1520-1583 |
| | 33 | 7 |
QConfFileSettingsPrivate::initAccessName: | QConfFileSettingsPrivate::initAccess | Prototype: | void QConfFileSettingsPrivate::initAccess() | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 964-974 |
| | 5 | 4 |
QAbstractPrintDialogPrivate::setPrinterName: | QAbstractPrintDialogPrivate::setPrinter | Prototype: | void QAbstractPrintDialogPrivate::setPrinter(QPrinter *newPrinter) | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qabstractprintdialog.cpp | Lines: | 333-345 |
| | 8 | 3 |
QConfFileSettingsPrivate::syncConfFileName: | QConfFileSettingsPrivate::syncConfFile | Prototype: | void QConfFileSettingsPrivate::syncConfFile(int confFileNo) | Coverage: | 89.888% (80/89) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 1392-1558 |
| | 79 | 23 |
QXmlSimpleReaderPrivate::parsePrologName: | QXmlSimpleReaderPrivate::parseProlog | Prototype: | bool QXmlSimpleReaderPrivate::parseProlog() | Coverage: | 89.815% (97/108) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 3389-3569 |
| | 111 | 40 |
QString::replaceName: | QString::replace | Prototype: | QString &QString::replace(const QChar *before, int blen, const QChar *after, int alen, Qt::CaseSensitivity cs) | Coverage: | 89.796% (44/49) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2476-2535 |
| | 35 | 14 |
QString::replaceName: | QString::replace | Prototype: | QString& QString::replace(QChar ch, const QString &after, Qt::CaseSensitivity cs) | Coverage: | 89.744% (35/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2545-2586 |
| | 26 | 12 |
QRectF::operator&Name: | QRectF::operator& | Prototype: | QRectF QRectF::operator&(const QRectF &r) const | Coverage: | 89.744% (35/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 2192-2242 |
| | 38 | 11 |
QRectF::intersectsName: | QRectF::intersects | Prototype: | bool QRectF::intersects(const QRectF &r) const | Coverage: | 89.744% (35/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 2277-2322 |
| | 33 | 11 |
QRectF::containsName: | QRectF::contains | Prototype: | bool QRectF::contains(const QRectF &r) const | Coverage: | 89.744% (35/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 1985-2030 |
| | 33 | 11 |
QXcbWindow::updateMotifWmHintsBeforeMapName: | QXcbWindow::updateMotifWmHintsBeforeMap | Prototype: | void QXcbWindow::updateMotifWmHintsBeforeMap() | Coverage: | 89.655% (26/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 1344-1398 |
| | 32 | 11 |
QHttpNetworkReplyPrivate::readHeaderName: | QHttpNetworkReplyPrivate::readHeader | Prototype: | qint64 QHttpNetworkReplyPrivate::readHeader(QAbstractSocket *socket) | Coverage: | 89.655% (52/58) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | Lines: | 529-601 |
| | 39 | 12 |
qConvertToNumberName: | qConvertToNumber | Prototype: | static qlonglong qConvertToNumber(const QVariant::Private *d, bool *ok) | Coverage: | 89.583% (43/48) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 193-246 |
| | 19 | 25 |
QDirIteratorPrivate::matchesFiltersName: | QDirIteratorPrivate::matchesFilters | Prototype: | bool QDirIteratorPrivate::matchesFilters(const QString &fileName, const QFileInfo &fi) const | Coverage: | 89.583% (86/96) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | Lines: | 308-385 |
| | 48 | 14 |
qt_urlRecodeByteArrayName: | qt_urlRecodeByteArray | Prototype: | QString qt_urlRecodeByteArray(const QByteArray &ba) | Coverage: | 89.474% (17/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlrecode.cpp | Lines: | 587-624 |
| | 19 | 7 |
qstrtoullName: | qstrtoull | Prototype: | unsigned long long qstrtoull(const char * nptr, const char **endptr, int base, bool *ok) | Coverage: | 89.474% (17/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | Lines: | 71-97 |
| | 17 | 5 |
initName: | init | Prototype: | static void init(QTextBoundaryFinder::BoundaryType type, const QChar *chars, int length, QCharAttributes *attributes) | Coverage: | 89.474% (17/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp | Lines: | 46-77 |
| | 20 | 8 |
hi0bitsName: | hi0bits | Prototype: | static int hi0bits(quint32 x) | Coverage: | 89.474% (17/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | Lines: | 635-661 |
| | 18 | 7 |
QXmlUtils::isNameCharName: | QXmlUtils::isNameChar | Prototype: | bool QXmlUtils::isNameChar(const QChar c) | Coverage: | 89.474% (17/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | Lines: | 279-290 |
| | 9 | 1 |
QTemporaryFile::createNativeFileName: | QTemporaryFile::createNativeFile | Prototype: | QTemporaryFile *QTemporaryFile::createNativeFile(QFile &file) | Coverage: | 89.474% (17/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | Lines: | 730-763 |
| | 22 | 7 |
QString::resizeName: | QString::resize | Prototype: | void QString::resize(int size) | Coverage: | 89.474% (17/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1668-1684 |
| | 10 | 5 |
QString::isRightToLeftName: | QString::isRightToLeft | Prototype: | bool QString::isRightToLeft() const | Coverage: | 89.474% (17/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 8053-8079 |
| | 15 | 8 |
QSslSocketBackendPrivate::checkSslErrorsName: | QSslSocketBackendPrivate::checkSslErrors | Prototype: | bool QSslSocketBackendPrivate::checkSslErrors() | Coverage: | 89.474% (17/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 1272-1296 |
| | 16 | 4 |
QRegExpCharClass::addRangeName: | QRegExpCharClass::addRange | Prototype: | void QRegExpCharClass::addRange(ushort from, ushort to) | Coverage: | 89.474% (17/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 2382-2408 |
| | 16 | 7 |
QLoggingRegistry::initName: | QLoggingRegistry::init | Prototype: | void QLoggingRegistry::init() | Coverage: | 89.474% (17/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | Lines: | 271-312 |
| | 23 | 7 |
QHttpNetworkConnectionPrivate::startHostInfoLookupName: | QHttpNetworkConnectionPrivate::startHostInfoLookup | Prototype: | void QHttpNetworkConnectionPrivate::startHostInfoLookup() | Coverage: | 89.474% (17/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | Lines: | 1102-1138 |
| | 25 | 7 |
QAbstractItemModel::changePersistentIndexListName: | QAbstractItemModel::changePersistentIndexList | Prototype: | void QAbstractItemModel::changePersistentIndexList(const QModelIndexList &from, const QModelIndexList &to) | Coverage: | 89.474% (17/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 3186-3214 |
| | 20 | 7 |
QHttpSocketEngine::slotSocketReadNotificationName: | QHttpSocketEngine::slotSocketReadNotification | Prototype: | void QHttpSocketEngine::slotSocketReadNotification() | Coverage: | 89.362% (84/94) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 516-669 |
| | 96 | 29 |
QHttpProtocolHandler::_q_receiveReplyName: | QHttpProtocolHandler::_q_receiveReply | Prototype: | void QHttpProtocolHandler::_q_receiveReply() | Coverage: | 89.320% (92/103) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpprotocolhandler.cpp | Lines: | 48-219 |
| | 90 | 32 |
QAbstractSocket::waitForReadyReadName: | QAbstractSocket::waitForReadyRead | Prototype: | bool QAbstractSocket::waitForReadyRead(int msecs) | Coverage: | 89.189% (33/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | Lines: | 2128-2179 |
| | 25 | 11 |
qt_qhostinfo_lookupName: | qt_qhostinfo_lookup | Prototype: | QHostInfo qt_qhostinfo_lookup(const QString &name, QObject *receiver, const char *member, bool *valid, int *id) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 675-694 |
| | 9 | 3 |
qDBusRemoveWatchName: | qDBusRemoveWatch | Prototype: | static void qDBusRemoveWatch(DBusWatch *watch, void *data) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | Lines: | 227-249 |
| | 13 | 3 |
qCleanupFuncinfoName: | qCleanupFuncinfo | Prototype: | QByteArray qCleanupFuncinfo(QByteArray info) | Coverage: | 88.889% (104/117) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 796-947 |
| | 88 | 37 |
is_SName: | is_S | Prototype: | static inline bool is_S(QChar ch) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 2832-2836 |
| | 2 | 1 |
isProxyErrorName: | isProxyError | Prototype: | static bool isProxyError(QAbstractSocket::SocketError error) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | Lines: | 526-539 |
| | 3 | 8 |
isParentOfName: | isParentOf | Prototype: | template <typename String> static bool isParentOf(const String &parent, const QString &dirName) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | Lines: | 142-148 |
| | 3 | 1 |
isHexName: | isHex | Prototype: | inline static bool isHex(char c) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 417-421 |
| | 2 | 1 |
isFastPatternName: | isFastPattern | Prototype: | static bool isFastPattern(const QString &pattern) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeglobpattern.cpp | Lines: | 140-149 |
| | 6 | 1 |
argv0BaseNameName: | argv0BaseName | Prototype: | static QString argv0BaseName() | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbintegration.cpp | Lines: | 400-411 |
| | 8 | 3 |