| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QMimeDatabase::mimeTypeForFileNameAndData| Name: | QMimeDatabase::mimeTypeForFileNameAndData | | Prototype: | QMimeType QMimeDatabase::mimeTypeForFileNameAndData(const QString &fileName, QIODevice *device) const | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimedatabase.cpp | | Lines: | 543-551 |
| | 6 | 2 |
QMetaProperty::type| Name: | QMetaProperty::type | | Prototype: | QVariant::Type QMetaProperty::type() const | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 2812-2836 |
| | 14 | 6 |
QLoggingCategory::init| Name: | QLoggingCategory::init | | Prototype: | void QLoggingCategory::init(const char *category, QtMsgType severityLevel) | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp | | Lines: | 232-243 |
| | 6 | 3 |
QLocaleData::numberToCLocale| Name: | QLocaleData::numberToCLocale | | Prototype: | bool QLocaleData::numberToCLocale(const QChar *str, int len, GroupSeparatorMode group_sep_mode, CharBuff *result) const | | Coverage: | 87.500% (84/96) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 3052-3149 |
| | 58 | 24 |
QHttpThreadDelegate::startRequest| Name: | QHttpThreadDelegate::startRequest | | Prototype: | void QHttpThreadDelegate::startRequest() | | Coverage: | 87.500% (35/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 266-390 |
| | 62 | 12 |
QHttpSocketEngine::setWriteNotificationEnabled| Name: | QHttpSocketEngine::setWriteNotificationEnabled | | Prototype: | void QHttpSocketEngine::setWriteNotificationEnabled(bool enable) | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 456-462 |
| | 4 | 2 |
QHttpNetworkConnectionPrivate::dequeueRequest| Name: | QHttpNetworkConnectionPrivate::dequeueRequest | | Prototype: | bool QHttpNetworkConnectionPrivate::dequeueRequest(QAbstractSocket *socket) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 658-682 |
| | 16 | 6 |
QGL2PEXVertexArray::addCentroid| Name: | QGL2PEXVertexArray::addCentroid | | Prototype: | void QGL2PEXVertexArray::addCentroid(const QVectorPath &path, int subPathIndex) | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp | | Lines: | 63-78 |
| | 9 | 2 |
QEventTransition::eventTest| Name: | QEventTransition::eventTest | | Prototype: | bool QEventTransition::eventTest(QEvent *event) | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | | Lines: | 224-233 |
| | 6 | 2 |
QDebugStateSaverPrivate::restoreState| Name: | QDebugStateSaverPrivate::restoreState | | Prototype: | void restoreState() | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | | Lines: | 784-798 |
| | 10 | 5 |
QDateTimePrivate::toMSecsSinceEpoch| Name: | QDateTimePrivate::toMSecsSinceEpoch | | Prototype: | qint64 QDateTimePrivate::toMSecsSinceEpoch() const | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2693-2715 |
| | 7 | 5 |
QDateTimeParser::absoluteMax| Name: | QDateTimeParser::absoluteMax | | Prototype: | int QDateTimeParser::absoluteMax(int s, const QDateTime &cur) const | | Coverage: | 87.500% (21/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 185-211 |
| | 13 | 14 |
QDataStream::readBytes| Name: | QDataStream::readBytes | | Prototype: | QDataStream &QDataStream::readBytes(char *&s, uint &l) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 823-859 |
| | 27 | 6 |
QDataStream::operator>>| Name: | QDataStream::operator>> | | Prototype: | QDataStream &QDataStream::operator>>(double &f) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 756-782 |
| | 15 | 5 |
QDBusUtil::isValidSignature| Name: | QDBusUtil::isValidSignature | | Prototype: | bool isValidSignature(const QString &signature) | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | | Lines: | 536-547 |
| | 7 | 4 |
QDBusConnectionManager::busConnection| Name: | QDBusConnectionManager::busConnection | | Prototype: | QDBusConnectionPrivate *QDBusConnectionManager::busConnection(QDBusConnection::BusType type) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 90-110 |
| | 10 | 6 |
QCoreApplicationPrivate::sendThroughApplicationEventFilters| Name: | QCoreApplicationPrivate::sendThroughApplicationEventFilters | | Prototype: | bool QCoreApplicationPrivate::sendThroughApplicationEventFilters(QObject *receiver, QEvent *event) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1093-1113 |
| | 12 | 6 |
QConfFileSettingsPrivate::ensureSectionParsed| Name: | QConfFileSettingsPrivate::ensureSectionParsed | | Prototype: | void QConfFileSettingsPrivate::ensureSectionParsed(QConfFile *confFile, const QSettingsKey &key) const | | Coverage: | 87.500% (21/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1919-1944 |
| | 17 | 7 |
QByteArray::repeated| Name: | QByteArray::repeated | | Prototype: | QByteArray QByteArray::repeated(int times) const | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2325-2358 |
| | 23 | 6 |
QBuffer::canReadLine| Name: | QBuffer::canReadLine | | Prototype: | bool QBuffer::canReadLine() const | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | | Lines: | 391-398 |
| | 4 | 2 |
QAnimationTimer::ensureTimerUpdate| Name: | QAnimationTimer::ensureTimerUpdate | | Prototype: | void QAnimationTimer::ensureTimerUpdate() | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 584-590 |
| | 4 | 2 |
QAnimationGroup::event| Name: | QAnimationGroup::event | | Prototype: | bool QAnimationGroup::event(QEvent *event) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qanimationgroup.cpp | | Lines: | 261-281 |
| | 13 | 6 |
QAbstractSocketPrivate::resolveProxy| Name: | QAbstractSocketPrivate::resolveProxy | | Prototype: | void QAbstractSocketPrivate::resolveProxy(const QString &hostname, quint16 port) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 925-958 |
| | 18 | 5 |
QAbstractSocket::bytesAvailable| Name: | QAbstractSocket::bytesAvailable | | Prototype: | qint64 QAbstractSocket::bytesAvailable() const | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 1742-1754 |
| | 5 | 2 |
QMetaObjectBuilder::addMetaObject| Name: | QMetaObjectBuilder::addMetaObject | | Prototype: | void QMetaObjectBuilder::addMetaObject (const QMetaObject *prototype, QMetaObjectBuilder::AddMembers members) | | Coverage: | 87.059% (74/85) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 683-756 |
| | 48 | 25 |
QVariant::canConvert| Name: | QVariant::canConvert | | Prototype: | bool QVariant::canConvert(int targetTypeId) const | | Coverage: | 87.037% (188/216) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 3032-3181 |
| | 81 | 60 |
QUrl::toString| Name: | QUrl::toString | | Prototype: | QString QUrl::toString(FormattingOptions options) const | | Coverage: | 87.037% (47/54) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 3269-3326 |
| | 31 | 11 |
QXmlUtils::rangeContains| Name: | QXmlUtils::rangeContains | | Prototype: | bool QXmlUtils::rangeContains(RangeIter begin, RangeIter end, const QChar c) | | Coverage: | 86.957% (20/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | | Lines: | 59-93 |
| | 19 | 8 |
QStateMachinePrivate::findLCA| Name: | QStateMachinePrivate::findLCA | | Prototype: | QState *QStateMachinePrivate::findLCA(const QList<QAbstractState*> &states, bool onlyCompound) const | | Coverage: | 86.957% (20/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 517-537 |
| | 15 | 7 |
QSslSocket::waitForReadyRead| Name: | QSslSocket::waitForReadyRead | | Prototype: | bool QSslSocket::waitForReadyRead(int msecs) | | Coverage: | 86.957% (20/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1587-1627 |
| | 20 | 7 |
QSslCertificatePrivate::certificatesFromPem| Name: | QSslCertificatePrivate::certificatesFromPem | | Prototype: | QList<QSslCertificate> QSslCertificatePrivate::certificatesFromPem(const QByteArray &pem, int count) | | Coverage: | 86.957% (20/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | | Lines: | 645-678 |
| | 23 | 7 |
QMetaObject::newInstance| Name: | QMetaObject::newInstance | | Prototype: | QObject *QMetaObject::newInstance(QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const | | Coverage: | 86.957% (20/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 219-273 |
| | 32 | 8 |
QDBusConnectionPrivate::prepareHook| Name: | QDBusConnectionPrivate::prepareHook | | Prototype: | bool QDBusConnectionPrivate::prepareHook(QDBusConnectionPrivate::SignalHook &hook, QString &key, const QString &service, const QString &path, const QString &interface, const QString &name, const QStringList &argMatch, QObject *receiver, const char *signal, int minMIdx, bool buildSignature) | | Coverage: | 86.957% (20/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1316-1362 |
| | 27 | 8 |
QXmlSimpleReaderPrivate::parseEntityDecl| Name: | QXmlSimpleReaderPrivate::parseEntityDecl | | Prototype: | bool QXmlSimpleReaderPrivate::parseEntityDecl() | | Coverage: | 86.842% (165/190) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 6475-6773 |
| | 184 | 74 |
QRegExpMatchState::matchHere| Name: | QRegExpMatchState::matchHere | | Prototype: | bool QRegExpMatchState::matchHere() | | Coverage: | 86.813% (158/182) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 1969-2317 |
| | 172 | 49 |
QUtf32::convertToUnicode| Name: | QUtf32::convertToUnicode | | Prototype: | QString QUtf32::convertToUnicode(const char *chars, int len, QTextCodec::ConverterState *state, DataEndianness e) | | Coverage: | 86.765% (59/68) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | | Lines: | 586-651 |
| | 49 | 15 |
QHttpNetworkConnectionPrivate::_q_startNextRequest| Name: | QHttpNetworkConnectionPrivate::_q_startNextRequest | | Prototype: | void QHttpNetworkConnectionPrivate::_q_startNextRequest() | | Coverage: | 86.726% (98/113) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 972-1082 |
| | 59 | 29 |
unquote| Name: | unquote | | Prototype: | static QString unquote(const QString &str) | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 308-330 |
| | 15 | 5 |
isTransient| Name: | isTransient | | Prototype: | static inline bool isTransient(const QWindow *w) | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 152-161 |
| | 7 | 1 |
ignoreEnterEvent| Name: | ignoreEnterEvent | | Prototype: | static bool ignoreEnterEvent(quint8 mode, quint8 detail, QXcbConnection *conn = nullptr) | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2314-2321 |
| | 5 | 1 |
QUrl::operator <| Name: | QUrl::operator < | | Prototype: | bool QUrl::operator <(const QUrl &url) const | | Coverage: | 86.667% (39/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 3562-3608 |
| | 31 | 11 |
QUnicodeTools::getWhiteSpaces| Name: | QUnicodeTools::getWhiteSpaces | | Prototype: | static void getWhiteSpaces(const ushort *string, quint32 len, QCharAttributes *attributes) | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | | Lines: | 594-609 |
| | 9 | 5 |
QThread::wait| Name: | QThread::wait | | Prototype: | bool QThread::wait(unsigned long time) | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 681-699 |
| | 11 | 5 |
QSystemSemaphore::setKey| Name: | QSystemSemaphore::setKey | | Prototype: | void QSystemSemaphore::setKey(const QString &key, int initialValue, AccessMode mode) | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore.cpp | | Lines: | 220-240 |
| | 13 | 3 |
QSocks5SocketEnginePrivate::initialize| Name: | QSocks5SocketEnginePrivate::initialize | | Prototype: | void QSocks5SocketEnginePrivate::initialize(Socks5Mode socks5Mode) | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 524-577 |
| | 37 | 5 |
QSharedMemory::create| Name: | QSharedMemory::create | | Prototype: | bool QSharedMemory::create(int size, AccessMode mode) | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 320-353 |
| | 16 | 5 |
QNetworkReplyHttpImplPrivate::emitReplyUploadProgress| Name: | QNetworkReplyHttpImplPrivate::emitReplyUploadProgress | | Prototype: | void QNetworkReplyHttpImplPrivate::emitReplyUploadProgress(qint64 bytesSent, qint64 bytesTotal) | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 1995-2014 |
| | 10 | 5 |
QNetworkAccessAuthenticationManager::cacheProxyCredentials| Name: | QNetworkAccessAuthenticationManager::cacheProxyCredentials | | Prototype: | void QNetworkAccessAuthenticationManager::cacheProxyCredentials(const QNetworkProxy &p, const QAuthenticator *authenticator) | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessauthenticationmanager.cpp | | Lines: | 144-185 |
| | 21 | 7 |
QMetaObject::property| Name: | QMetaObject::property | | Prototype: | QMetaProperty QMetaObject::property(int index) const | | Coverage: | 86.667% (26/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 1092-1140 |
| | 36 | 9 |
QMetaObject::indexOfProperty| Name: | QMetaObject::indexOfProperty | | Prototype: | int QMetaObject::indexOfProperty(const char *name) const | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 980-1004 |
| | 15 | 5 |
QListData::move| Name: | QListData::move | | Prototype: | void QListData::move(int from, int to) | | Coverage: | 86.667% (26/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 289-327 |
| | 26 | 9 |
QLibraryStore::findOrCreate| Name: | QLibraryStore::findOrCreate | | Prototype: | inline QLibraryPrivate *QLibraryStore::findOrCreate(const QString &fileName, const QString &version, QLibrary::LoadHints loadHints) | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 436-458 |
| | 13 | 5 |
QHostAddress::toIPv4Address| Name: | QHostAddress::toIPv4Address | | Prototype: | quint32 QHostAddress::toIPv4Address(bool *ok) const | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 681-689 |
| | 6 | 3 |
QHostAddress::isInSubnet| Name: | QHostAddress::isInSubnet | | Prototype: | bool QHostAddress::isInSubnet(const QHostAddress &subnet, int netmask) const | | Coverage: | 86.667% (26/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 901-939 |
| | 26 | 9 |
QByteArray::lastIndexOf| Name: | QByteArray::lastIndexOf | | Prototype: | int QByteArray::lastIndexOf(char ch, int from) const | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2564-2578 |
| | 11 | 6 |
QAbstractSocketPrivate::readFromSocket| Name: | QAbstractSocketPrivate::readFromSocket | | Prototype: | bool QAbstractSocketPrivate::readFromSocket() | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 1249-1300 |
| | 16 | 5 |
Parser::nextToken| Name: | Parser::nextToken | | Prototype: | char Parser::nextToken() | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonparser.cpp | | Lines: | 268-288 |
| | 9 | 10 |
QAbstractSocket::connectToHost| Name: | QAbstractSocket::connectToHost | | Prototype: | void QAbstractSocket::connectToHost(const QString &hostName, quint16 port, OpenMode openMode, NetworkLayerProtocol protocol) | | Coverage: | 86.486% (32/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 1614-1705 |
| | 53 | 11 |
convertToLevelAndOption| Name: | convertToLevelAndOption | | Prototype: | static void convertToLevelAndOption(QNativeSocketEngine::SocketOption opt, QAbstractSocket::NetworkLayerProtocol socketProtocol, int &level, int &n) | | Coverage: | 86.441% (51/59) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | | Lines: | 149-235 |
| | 49 | 22 |
QSocks5SocketEnginePrivate::waitForConnected| Name: | QSocks5SocketEnginePrivate::waitForConnected | | Prototype: | bool QSocks5SocketEnginePrivate::waitForConnected(int msecs, bool *timedOut) | | Coverage: | 86.364% (19/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1717-1743 |
| | 17 | 6 |
QSequentialAnimationGroup::updateState| Name: | QSequentialAnimationGroup::updateState | | Prototype: | void QSequentialAnimationGroup::updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState) | | Coverage: | 86.364% (19/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | | Lines: | 377-406 |
| | 17 | 7 |
QDBusArgumentPrivate::createSignature| Name: | QDBusArgumentPrivate::createSignature | | Prototype: | QByteArray QDBusArgumentPrivate::createSignature(int id) | | Coverage: | 86.364% (19/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 61-98 |
| | 28 | 4 |
QMetaType::save| Name: | QMetaType::save | | Prototype: | bool QMetaType::save(QDataStream &stream, int type, const void *data) | | Coverage: | 86.331% (120/139) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 1247-1452 |
| | 105 | 82 |
QMetaType::load| Name: | QMetaType::load | | Prototype: | bool QMetaType::load(QDataStream &stream, int type, void *data) | | Coverage: | 86.331% (120/139) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 1468-1678 |
| | 111 | 82 |
QObject::~QObject| Name: | QObject::~QObject | | Prototype: | QObject::~QObject() | | Coverage: | 86.316% (82/95) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 893-1042 |
| | 89 | 30 |
QXcbWindow::handlePropertyNotifyEvent| Name: | QXcbWindow::handlePropertyNotifyEvent | | Prototype: | void QXcbWindow::handlePropertyNotifyEvent(const xcb_property_notify_event_t *event) | | Coverage: | 86.275% (44/51) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2530-2584 |
| | 37 | 14 |
QRegExpEngine::getToken| Name: | QRegExpEngine::getToken | | Prototype: | int QRegExpEngine::getToken() | | Coverage: | 86.275% (88/102) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 3338-3497 |
| | 98 | 39 |
QTextStreamPrivate::flushWriteBuffer| Name: | QTextStreamPrivate::flushWriteBuffer | | Prototype: | void QTextStreamPrivate::flushWriteBuffer() | | Coverage: | 86.207% (25/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 541-615 |
| | 19 | 7 |
QSqlRelationalTableModel::data| Name: | QSqlRelationalTableModel::data | | Prototype: | QVariant QSqlRelationalTableModel::data(const QModelIndex &index, int role) const | | Coverage: | 86.207% (25/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlrelationaltablemodel.cpp | | Lines: | 419-445 |
| | 14 | 7 |
QSortFilterProxyModel::removeRows| Name: | QSortFilterProxyModel::removeRows | | Prototype: | bool QSortFilterProxyModel::removeRows(int row, int count, const QModelIndex &parent) | | Coverage: | 86.111% (31/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 2114-2151 |
| | 29 | 8 |
QDateTimeParser::findMonth| Name: | QDateTimeParser::findMonth | | Prototype: | int QDateTimeParser::findMonth(const QString &str1, int startMonth, int sectionIndex, QString *usedMonth, int *used) const | | Coverage: | 86.000% (43/50) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1234-1295 |
| | 39 | 16 |
QMessagePattern::setPattern| Name: | QMessagePattern::setPattern | | Prototype: | void QMessagePattern::setPattern(const QString &pattern) | | Coverage: | 85.811% (127/148) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 1031-1193 |
| | 101 | 52 |
queryFont| Name: | queryFont | | Prototype: | static FcPattern *queryFont(const FcChar8 *file, const QByteArray &data, int id, FcBlanks *blanks, int *count) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp | | Lines: | 741-765 |
| | 10 | 3 |
qt_message_print| Name: | qt_message_print | | Prototype: | static void qt_message_print(QtMsgType msgType, const QMessageLogContext &context, const QString &message) | | Coverage: | 85.714% (18/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 1596-1622 |
| | 11 | 6 |
qDBusRemoveTimeout| Name: | qDBusRemoveTimeout | | Prototype: | static void qDBusRemoveTimeout(DBusTimeout *timeout, void *data) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 159-181 |
| | 12 | 3 |
qDBusIntrospectObject| Name: | qDBusIntrospectObject | | Prototype: | QString qDBusIntrospectObject(const QDBusConnectionPrivate::ObjectTreeNode &node, const QString &path) | | Coverage: | 85.714% (30/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusinternalfilters.cpp | | Lines: | 120-194 |
| | 52 | 11 |
operator>>| Name: | operator>> | | Prototype: | QDataStream &operator>>(QDataStream &in, QHostAddress &address) | | Coverage: | 85.714% (12/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 1194-1229 |
| | 22 | 7 |
is2dRotation| Name: | is2dRotation | | Prototype: | static inline bool is2dRotation(const QTransform &t) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1790-1794 |
| | 2 | 1 |
idleTimerSourcePrepare| Name: | idleTimerSourcePrepare | | Prototype: | static gboolean idleTimerSourcePrepare(GSource *source, gint *timeout) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 195-207 |
| | 7 | 3 |
getLocaleListData| Name: | getLocaleListData | | Prototype: | static QString getLocaleListData(const ushort *data, int size, int index) | | Coverage: | 85.714% (12/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 665-679 |
| | 10 | 4 |
descendantDepth| Name: | descendantDepth | | Prototype: | static int descendantDepth(const QAbstractState *state, const QAbstractState *ancestor) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 304-313 |
| | 6 | 3 |
appendOrganizationAndApp| Name: | appendOrganizationAndApp | | Prototype: | static void appendOrganizationAndApp(QString &path) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths_unix.cpp | | Lines: | 51-63 |
| | 6 | 3 |
QXmlStreamWriter::writeStartDocument| Name: | QXmlStreamWriter::writeStartDocument | | Prototype: | void QXmlStreamWriter::writeStartDocument(const QString &version, bool standalone) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3807-3825 |
| | 10 | 3 |
QXmlStreamReaderPrivate::fastScanContentCharList| Name: | QXmlStreamReaderPrivate::fastScanContentCharList | | Prototype: | inline int QXmlStreamReaderPrivate::fastScanContentCharList() | | Coverage: | 85.714% (36/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 1222-1284 |
| | 38 | 19 |
QXcbWindow::handleMapNotifyEvent| Name: | QXcbWindow::handleMapNotifyEvent | | Prototype: | void QXcbWindow::handleMapNotifyEvent(const xcb_map_notify_event_t *event) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2203-2214 |
| | 7 | 3 |
QXcbSystemTrayTracker::trayWindow| Name: | QXcbSystemTrayTracker::trayWindow | | Prototype: | xcb_window_t QXcbSystemTrayTracker::trayWindow() | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsystemtraytracker.cpp | | Lines: | 109-121 |
| | 8 | 3 |
QXcbConnection::systemTrayTracker| Name: | QXcbConnection::systemTrayTracker | | Prototype: | QXcbSystemTrayTracker *QXcbConnection::systemTrayTracker() const | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 2309-2319 |
| | 6 | 3 |
QVariantAnimation::registerInterpolator| Name: | QVariantAnimation::registerInterpolator | | Prototype: | void QVariantAnimation::registerInterpolator(QVariantAnimation::Interpolator func, int interpolationType) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qvariantanimation.cpp | | Lines: | 427-440 |
| | 6 | 3 |
QUrlQuery::removeQueryItem| Name: | QUrlQuery::removeQueryItem | | Prototype: | void QUrlQuery::removeQueryItem(const QString &key) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | | Lines: | 734-741 |
| | 4 | 3 |
QUrlQuery::queryItemValue| Name: | QUrlQuery::queryItemValue | | Prototype: | QString QUrlQuery::queryItemValue(const QString &key, QUrl::ComponentFormattingOptions encoding) const | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | | Lines: | 694-703 |
| | 6 | 3 |
QUnifiedTimer::closestPausedAnimationTimerTimeToFinish| Name: | QUnifiedTimer::closestPausedAnimationTimerTimeToFinish | | Prototype: | int QUnifiedTimer::closestPausedAnimationTimerTimeToFinish() | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 500-509 |
| | 6 | 3 |
QUnicodeTools::initCharAttributes| Name: | QUnicodeTools::initCharAttributes | | Prototype: | void initCharAttributes(const ushort *string, int length, const ScriptItem *items, int numItems, QCharAttributes *attributes, CharAttributeOptions options) | | Coverage: | 85.714% (36/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | | Lines: | 612-670 |
| | 47 | 14 |
QTzTimeZonePrivate::displayName| Name: | QTzTimeZonePrivate::displayName | | Prototype: | QString QTzTimeZonePrivate::displayName(qint64 atMSecsSinceEpoch, QTimeZone::NameType nameType, const QLocale &locale) const | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 764-780 |
| | 5 | 3 |
QTimer::timerEvent| Name: | QTimer::timerEvent | | Prototype: | void QTimer::timerEvent(QTimerEvent *e) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | | Lines: | 242-249 |
| | 4 | 3 |
QTextStream::setGenerateByteOrderMark| Name: | QTextStream::setGenerateByteOrderMark | | Prototype: | void QTextStream::setGenerateByteOrderMark(bool generate) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 3113-3122 |
| | 5 | 3 |
QTestData::~QTestData| Name: | QTestData::~QTestData | | Prototype: | QTestData::~QTestData() | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestdata.cpp | | Lines: | 67-76 |
| | 6 | 3 |
QTest::IgnoreResultList::matches| Name: | QTest::IgnoreResultList::matches | | Prototype: | inline bool matches(QtMsgType tp, const QString &message) const | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | | Lines: | 130-140 |
| | 5 | 1 |
QStringListModel::sort| Name: | QStringListModel::sort | | Prototype: | void QStringListModel::sort(int, Qt::SortOrder order) | | Coverage: | 85.714% (12/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | | Lines: | 261-292 |
| | 22 | 5 |
QString::count| Name: | QString::count | | Prototype: | int QString::count(const QRegExp& rx) const | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 3841-3854 |
| | 10 | 3 |
QStateMachinePrivate::createInitialTransition| Name: | QStateMachinePrivate::createInitialTransition | | Prototype: | QAbstractTransition *QStateMachinePrivate::createInitialTransition() const | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1715-1740 |
| | 12 | 5 |