| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QTemporaryFileEngine::isReallyOpen| Name: | QTemporaryFileEngine::isReallyOpen | | Prototype: | bool QTemporaryFileEngine::isReallyOpen() const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 245-258 |
| | 8 | 2 |
QTest::messageHandler| Name: | QTest::messageHandler | | Prototype: | static void messageHandler(QtMsgType type, const QMessageLogContext & context, const QString &message) | | Coverage: | 83.333% (25/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | | Lines: | 282-334 |
| | 26 | 13 |
QTextBoundaryFinder::string| Name: | QTextBoundaryFinder::string | | Prototype: | QString QTextBoundaryFinder::string() const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp | | Lines: | 351-356 |
| | 3 | 2 |
QTextStream::setCodec| Name: | QTextStream::setCodec | | Prototype: | void QTextStream::setCodec(QTextCodec *codec) | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 3049-3061 |
| | 8 | 4 |
QXcbClipboard::ownsMode| Name: | QXcbClipboard::ownsMode | | Prototype: | bool QXcbClipboard::ownsMode(QClipboard::Mode mode) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | | Lines: | 443-451 |
| | 4 | 2 |
QXcbClipboard::requestor| Name: | QXcbClipboard::requestor | | Prototype: | xcb_window_t QXcbClipboard::requestor() const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | | Lines: | 458-495 |
| | 21 | 2 |
QXcbWindow::handleEnterNotifyEvent| Name: | QXcbWindow::handleEnterNotifyEvent | | Prototype: | void QXcbWindow::handleEnterNotifyEvent(int event_x, int event_y, int root_x, int root_y, quint8 mode, quint8 detail, xcb_timestamp_t timestamp) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2335-2350 |
| | 7 | 2 |
QXmlSimpleReader::parseContinue| Name: | QXmlSimpleReader::parseContinue | | Prototype: | bool QXmlSimpleReader::parseContinue() | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 3247-3255 |
| | 6 | 2 |
QXmlSimpleReaderPrivate::parseFailed| Name: | QXmlSimpleReaderPrivate::parseFailed | | Prototype: | void QXmlSimpleReaderPrivate::parseFailed(ParseFunction where, int state) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 7939-7944 |
| | 2 | 2 |
addressFromSockaddr| Name: | addressFromSockaddr | | Prototype: | static QHostAddress addressFromSockaddr(sockaddr *sa, int ifindex = 0, const QString &ifname = QString()) | | Coverage: | 83.333% (15/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface_unix.cpp | | Lines: | 88-109 |
| | 13 | 6 |
doubleToAscii| Name: | doubleToAscii | | Prototype: | void doubleToAscii(double d, QLocaleData::DoubleForm form, int precision, char *buf, int bufSize, bool &sign, int &length, int &decpt) | | Coverage: | 83.333% (35/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 78-278 |
| | 36 | 11 |
foldCase| Name: | foldCase | | Prototype: | static inline uint foldCase(uint ch, uint &last) noexcept | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1521-1528 |
| | 5 | 2 |
huntAndEmit| Name: | huntAndEmit | | Prototype: | static void huntAndEmit(DBusConnection *connection, DBusMessage *msg, QObject *needle, const QDBusConnectionPrivate::ObjectTreeNode &haystack, bool isScriptable, bool isAdaptor, const QString &path = QString()) | | Coverage: | 83.333% (25/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 628-660 |
| | 22 | 9 |
isExpectFailData| Name: | isExpectFailData | | Prototype: | static bool isExpectFailData(const char *dataIndex) | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestresult.cpp | | Lines: | 181-190 |
| | 7 | 4 |
operator<<| Name: | operator<< | | Prototype: | QDataStream &operator<<(QDataStream &out, const QByteArray &ba) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3054-3061 |
| | 4 | 2 |
parseHeaderName| Name: | parseHeaderName | | Prototype: | static int parseHeaderName(const QByteArray &headerName) | | Coverage: | 83.333% (30/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 811-847 |
| | 24 | 14 |
qToLower| Name: | qToLower | | Prototype: | inline char qToLower(char ch) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 728-734 |
| | 3 | 2 |
qt_nanosleep| Name: | qt_nanosleep | | Prototype: | void qt_nanosleep(timespec amount) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | | Lines: | 182-194 |
| | 2 | 2 |
systemData| Name: | systemData | | Prototype: | static const QLocaleData *systemData() | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 637-648 |
| | 3 | 2 |
tlWindow| Name: | tlWindow | | Prototype: | static QWindow *tlWindow(QWindow *window) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 912-917 |
| | 3 | 2 |
toStringIsoDate| Name: | toStringIsoDate | | Prototype: | static QString toStringIsoDate(qint64 jd) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 800-807 |
| | 4 | 2 |
uenumToIdList| Name: | uenumToIdList | | Prototype: | static QList<QByteArray> uenumToIdList(UEnumeration *uenum) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | | Lines: | 246-261 |
| | 11 | 2 |
removeDotsFromPath| Name: | removeDotsFromPath | | Prototype: | static void removeDotsFromPath(QString *path) | | Coverage: | 83.516% (76/91) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 1535-1609 |
| | 39 | 15 |
QNetworkReplyHttpImplPrivate::loadFromCacheIfAllowed| Name: | QNetworkReplyHttpImplPrivate::loadFromCacheIfAllowed | | Prototype: | bool QNetworkReplyHttpImplPrivate::loadFromCacheIfAllowed(QHttpNetworkRequest &httpRequest) | | Coverage: | 83.636% (46/55) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 454-576 |
| | 67 | 18 |
QDBusConnectionPrivate::sendWithReplyAsync| Name: | QDBusConnectionPrivate::sendWithReplyAsync | | Prototype: | QDBusPendingCallPrivate *QDBusConnectionPrivate::sendWithReplyAsync(const QDBusMessage &message, QObject *receiver, const char *returnMethod, const char *errorMethod, int timeout) | | Coverage: | 83.871% (26/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2102-2153 |
| | 30 | 8 |
QIODevice::readAll| Name: | QIODevice::readAll | | Prototype: | QByteArray QIODevice::readAll() | | Coverage: | 84.000% (21/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1200-1244 |
| | 25 | 7 |
QNonContiguousByteDeviceIoDeviceImpl::readPointer| Name: | QNonContiguousByteDeviceIoDeviceImpl::readPointer | | Prototype: | const char* QNonContiguousByteDeviceIoDeviceImpl::readPointer(qint64 maximumLength, qint64 &len) | | Coverage: | 84.000% (21/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 300-334 |
| | 21 | 7 |
QStateMachinePrivate::terminateActiveAnimations| Name: | QStateMachinePrivate::terminateActiveAnimations | | Prototype: | void QStateMachinePrivate::terminateActiveAnimations(QAbstractState *state, const QHash<QAbstractState*, QVector<QPropertyAssignment> > &assignmentsForEnteredStates) | | Coverage: | 84.000% (21/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1603-1645 |
| | 27 | 9 |
QXcbKeyboard::updateVModToRModMapping| Name: | QXcbKeyboard::updateVModToRModMapping | | Prototype: | void QXcbKeyboard::updateVModToRModMapping() | | Coverage: | 84.000% (21/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | | Lines: | 1247-1313 |
| | 47 | 9 |
QXmlSimpleReaderPrivate::parseNotationDecl| Name: | QXmlSimpleReaderPrivate::parseNotationDecl | | Prototype: | bool QXmlSimpleReaderPrivate::parseNotationDecl() | | Coverage: | 84.000% (63/75) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 6152-6287 |
| | 78 | 29 |
qDBusReplyFill| Name: | qDBusReplyFill | | Prototype: | void qDBusReplyFill(const QDBusMessage &reply, QDBusError &error, QVariant &data) | | Coverage: | 84.000% (21/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusreply.cpp | | Lines: | 190-247 |
| | 37 | 8 |
ucstricmp| Name: | ucstricmp | | Prototype: | static int ucstricmp(const ushort *a, const ushort *ae, const ushort *b, const ushort *be) | | Coverage: | 84.000% (21/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 379-410 |
| | 22 | 9 |
QAuthenticatorPrivate::parseHttpResponse| Name: | QAuthenticatorPrivate::parseHttpResponse | | Prototype: | void QAuthenticatorPrivate::parseHttpResponse(const QList<QPair<QByteArray, QByteArray> > &values, bool isProxy) | | Coverage: | 84.091% (37/44) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | | Lines: | 396-456 |
| | 35 | 13 |
QMimeGlobPattern::matchFileName| Name: | QMimeGlobPattern::matchFileName | | Prototype: | bool QMimeGlobPattern::matchFileName(const QString &inputFilename) const | | Coverage: | 84.091% (37/44) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeglobpattern.cpp | | Lines: | 96-144 |
| | 28 | 10 |
QSocks5SocketEnginePrivate::parseRequestMethodReply| Name: | QSocks5SocketEnginePrivate::parseRequestMethodReply | | Prototype: | void QSocks5SocketEnginePrivate::parseRequestMethodReply() | | Coverage: | 84.091% (37/44) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 831-914 |
| | 47 | 13 |
QHttpNetworkConnectionChannel::_q_sslErrors| Name: | QHttpNetworkConnectionChannel::_q_sslErrors | | Prototype: | void QHttpNetworkConnectionChannel::_q_sslErrors(const QList<QSslError> &errors) | | Coverage: | 84.211% (16/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | | Lines: | 1109-1135 |
| | 14 | 6 |
QLineF::intersect| Name: | QLineF::intersect | | Prototype: | QLineF::IntersectType QLineF::intersect(const QLineF &l, QPointF *intersectionPoint) const | | Coverage: | 84.211% (16/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | | Lines: | 658-682 |
| | 16 | 5 |
QNativeSocketEnginePrivate::checkProxy| Name: | QNativeSocketEnginePrivate::checkProxy | | Prototype: | bool QNativeSocketEnginePrivate::checkProxy(const QHostAddress &address) | | Coverage: | 84.211% (16/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 347-377 |
| | 17 | 6 |
QXmlSimpleReaderPrivate::parseEntityValue| Name: | QXmlSimpleReaderPrivate::parseEntityValue | | Prototype: | bool QXmlSimpleReaderPrivate::parseEntityValue() | | Coverage: | 84.211% (48/57) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 6797-6913 |
| | 65 | 24 |
headerName| Name: | headerName | | Prototype: | static QByteArray headerName(QNetworkRequest::KnownHeaders header) | | Coverage: | 84.211% (16/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 708-743 |
| | 11 | 10 |
QSettingsPrivate::variantToString| Name: | QSettingsPrivate::variantToString | | Prototype: | QString QSettingsPrivate::variantToString(const QVariant &v) | | Coverage: | 84.375% (27/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 394-473 |
| | 40 | 18 |
QXmlSimpleReaderPrivate::parseMarkupdecl| Name: | QXmlSimpleReaderPrivate::parseMarkupdecl | | Prototype: | bool QXmlSimpleReaderPrivate::parseMarkupdecl() | | Coverage: | 84.404% (92/109) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 5025-5190 |
| | 105 | 42 |
QObjectPrivate::setParent_helper| Name: | QObjectPrivate::setParent_helper | | Prototype: | void QObjectPrivate::setParent_helper(QObject *o) | | Coverage: | 84.444% (38/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 1977-2019 |
| | 27 | 11 |
QSqlResultPrivate::namedToPositionalBinding| Name: | QSqlResultPrivate::namedToPositionalBinding | | Prototype: | QString QSqlResultPrivate::namedToPositionalBinding(const QString &query) | | Coverage: | 84.444% (38/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 128-179 |
| | 38 | 9 |
QTextCodec::codecForUtfText| Name: | QTextCodec::codecForUtfText | | Prototype: | QTextCodec *QTextCodec::codecForUtfText(const QByteArray &ba, QTextCodec *defaultCodec) | | Coverage: | 84.444% (38/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 1107-1139 |
| | 25 | 9 |
BezierEase::init| Name: | BezierEase::init | | Prototype: | void init() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 445-497 |
| | 33 | 5 |
QAbstractEventDispatcher::filterNativeEvent| Name: | QAbstractEventDispatcher::filterNativeEvent | | Prototype: | bool QAbstractEventDispatcher::filterNativeEvent(const QByteArray &eventType, void *message, long *result) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qabstracteventdispatcher.cpp | | Lines: | 455-471 |
| | 10 | 5 |
QAbstractSocketEngine::createSocketEngine| Name: | QAbstractSocketEngine::createSocketEngine | | Prototype: | QAbstractSocketEngine *QAbstractSocketEngine::createSocketEngine(QAbstractSocket::SocketType socketType, const QNetworkProxy &proxy, QObject *parent) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocketengine.cpp | | Lines: | 102-123 |
| | 9 | 5 |
QByteArray::QByteArray| Name: | QByteArray::QByteArray | | Prototype: | QByteArray::QByteArray(const char *data, int size) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1573-1590 |
| | 11 | 5 |
QDBusMetaObjectGenerator::parseProperties| Name: | QDBusMetaObjectGenerator::parseProperties | | Prototype: | void QDBusMetaObjectGenerator::parseProperties() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmetaobject.cpp | | Lines: | 353-379 |
| | 18 | 5 |
QDataStream::operator<<| Name: | QDataStream::operator<< | | Prototype: | QDataStream &QDataStream::operator<<(qint16 i) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 1105-1114 |
| | 6 | 5 |
QDataStream::operator<<| Name: | QDataStream::operator<< | | Prototype: | QDataStream &QDataStream::operator<<(qint32 i) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 1123-1132 |
| | 6 | 5 |
QFileSystemWatcher::addPaths| Name: | QFileSystemWatcher::addPaths | | Prototype: | QStringList QFileSystemWatcher::addPaths(const QStringList &paths) | | Coverage: | 84.615% (22/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher.cpp | | Lines: | 286-334 |
| | 28 | 9 |
QFutureInterfaceBase::setProgressValueAndText| Name: | QFutureInterfaceBase::setProgressValueAndText | | Prototype: | void QFutureInterfaceBase::setProgressValueAndText(int progressValue, const QString &progressText) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 407-424 |
| | 11 | 5 |
QHostAddress::operator==| Name: | QHostAddress::operator== | | Prototype: | bool QHostAddress::operator==(const QHostAddress &other) const | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 817-829 |
| | 8 | 5 |
QHttpNetworkReplyPrivate::readBodyFast| Name: | QHttpNetworkReplyPrivate::readBodyFast | | Prototype: | qint64 QHttpNetworkReplyPrivate::readBodyFast(QAbstractSocket *socket, QByteDataBuffer *rb) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 670-697 |
| | 17 | 5 |
QHttpNetworkRequest::uri| Name: | QHttpNetworkRequest::uri | | Prototype: | QByteArray QHttpNetworkRequest::uri(bool throughProxy) const | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 119-134 |
| | 9 | 5 |
QMetaType::compare| Name: | QMetaType::compare | | Prototype: | bool QMetaType::compare(const void *lhs, const void *rhs, int typeId, int* result) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 737-750 |
| | 10 | 4 |
QMimeBinaryProvider::CacheFileList::checkCacheChanged| Name: | QMimeBinaryProvider::CacheFileList::checkCacheChanged | | Prototype: | bool QMimeBinaryProvider::CacheFileList::checkCacheChanged() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines: | 217-237 |
| | 15 | 5 |
QMimeData::setData| Name: | QMimeData::setData | | Prototype: | void QMimeData::setData(const QString &mimeType, const QByteArray &data) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 580-599 |
| | 13 | 5 |
QNativeSocketEnginePrivate::nativeSelect| Name: | QNativeSocketEnginePrivate::nativeSelect | | Prototype: | int QNativeSocketEnginePrivate::nativeSelect(int timeout, bool checkRead, bool checkWrite, bool *selectForRead, bool *selectForWrite) const | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | | Lines: | 1216-1244 |
| | 14 | 5 |
QNetworkAccessCache::requestEntryNow| Name: | QNetworkAccessCache::requestEntryNow | | Prototype: | QNetworkAccessCache::CacheableObject *QNetworkAccessCache::requestEntryNow(const QByteArray &key) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccesscache.cpp | | Lines: | 297-319 |
| | 13 | 5 |
QSequentialAnimationGroupPrivate::rewindForwards| Name: | QSequentialAnimationGroupPrivate::rewindForwards | | Prototype: | void QSequentialAnimationGroupPrivate::rewindForwards(const AnimationIndex &newAnimationIndex) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | | Lines: | 206-230 |
| | 12 | 5 |
QSharedDataPointer::detach| Name: | QSharedDataPointer::detach | | Prototype: | template<> void QSharedDataPointer<QUrlQueryPrivate>::detach() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | | Lines: | 185-195 |
| | 8 | 3 |
QSharedDataPointer::detach| Name: | QSharedDataPointer::detach | | Prototype: | template<> void QSharedDataPointer<QNetworkProxyPrivate>::detach() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy.cpp | | Lines: | 435-445 |
| | 8 | 3 |
QStateMachinePrivate::unregisterEventTransition| Name: | QStateMachinePrivate::unregisterEventTransition | | Prototype: | void QStateMachinePrivate::unregisterEventTransition(QEventTransition *transition) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2376-2396 |
| | 16 | 5 |
QStateMachinePrivate::unregisterSignalTransition| Name: | QStateMachinePrivate::unregisterSignalTransition | | Prototype: | void QStateMachinePrivate::unregisterSignalTransition(QSignalTransition *transition) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2299-2322 |
| | 18 | 5 |
QStorageInfoPrivate::mountedVolumes| Name: | QStorageInfoPrivate::mountedVolumes | | Prototype: | QList<QStorageInfo> QStorageInfoPrivate::mountedVolumes() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 564-584 |
| | 13 | 5 |
QString::multiArg| Name: | QString::multiArg | | Prototype: | QString QString::multiArg(int numArgs, const QString **args) const | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 7986-8015 |
| | 15 | 5 |
QString::replace| Name: | QString::replace | | Prototype: | QString& QString::replace(QChar ch, const QString &after, Qt::CaseSensitivity cs) | | Coverage: | 84.615% (33/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 2575-2616 |
| | 26 | 12 |
QSystemSemaphorePrivate::cleanHandle| Name: | QSystemSemaphorePrivate::cleanHandle | | Prototype: | void QSystemSemaphorePrivate::cleanHandle() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore_systemv.cpp | | Lines: | 141-163 |
| | 10 | 5 |
QTest::TestMethods::invokeTests| Name: | QTest::TestMethods::invokeTests | | Prototype: | void TestMethods::invokeTests(QObject *testObject) const | | Coverage: | 84.615% (33/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 1288-1342 |
| | 39 | 11 |
QTextStreamPrivate::consume| Name: | QTextStreamPrivate::consume | | Prototype: | inline void QTextStreamPrivate::consume(int size) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 763-784 |
| | 13 | 5 |
QTimerInfoList::unregisterTimer| Name: | QTimerInfoList::unregisterTimer | | Prototype: | bool QTimerInfoList::unregisterTimer(int timerId) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimerinfo_unix.cpp | | Lines: | 509-527 |
| | 11 | 5 |
QUtf8::convertFromUnicode| Name: | QUtf8::convertFromUnicode | | Prototype: | QByteArray QUtf8::convertFromUnicode(const QChar *uc, int len) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | | Lines: | 154-179 |
| | 15 | 5 |
QXmlStreamReader::atEnd| Name: | QXmlStreamReader::atEnd | | Prototype: | bool QXmlStreamReader::atEnd() const | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 563-575 |
| | 8 | 3 |
QXmlStreamWriterPrivate::write| Name: | QXmlStreamWriterPrivate::write | | Prototype: | void QXmlStreamWriterPrivate::write(const QStringRef &s) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3045-3062 |
| | 9 | 5 |
QXmlStreamWriterPrivate::write| Name: | QXmlStreamWriterPrivate::write | | Prototype: | void QXmlStreamWriterPrivate::write(const QString &s) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3064-3081 |
| | 9 | 5 |
QtConcurrent::ThreadEngineBase::run| Name: | QtConcurrent::ThreadEngineBase::run | | Prototype: | void ThreadEngineBase::run() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 250-279 |
| | 10 | 6 |
QtConcurrent::ThreadEngineBase::startBlocking| Name: | QtConcurrent::ThreadEngineBase::startBlocking | | Prototype: | void ThreadEngineBase::startBlocking() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 139-170 |
| | 15 | 6 |
TypeInfo::TypeInfoImpl::TypeInfoImpl| Name: | TypeInfo::TypeInfoImpl::TypeInfoImpl | | Prototype: | TypeInfoImpl(const uint type, QMetaTypeInterface &info) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 2223-2235 |
| | 8 | 5 |
checkIfValid| Name: | checkIfValid | | Prototype: | static QDBusError checkIfValid(const QString &service, const QString &path, const QString &interface, bool isDynamic, bool isPeer) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 84-105 |
| | 10 | 5 |
indexesFromRange| Name: | indexesFromRange | | Prototype: | template<typename ModelIndexContainer> static void indexesFromRange(const QItemSelectionRange &range, ModelIndexContainer &result) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 311-328 |
| | 7 | 5 |
integralCompare| Name: | integralCompare | | Prototype: | static int integralCompare(uint promotedType, const QVariant::Private *d1, const QVariant::Private *d2) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 3439-3460 |
| | 15 | 5 |
locatePlugin| Name: | locatePlugin | | Prototype: | static QString locatePlugin(const QString& fileName) | | Coverage: | 84.615% (22/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | | Lines: | 281-324 |
| | 28 | 11 |
qNetworkConfigurationManagerPrivate| Name: | qNetworkConfigurationManagerPrivate | | Prototype: | QNetworkConfigurationManagerPrivate *qNetworkConfigurationManagerPrivate() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworkconfigmanager.cpp | | Lines: | 82-109 |
| | 16 | 4 |
qt_int_sqrt| Name: | qt_int_sqrt | | Prototype: | unsigned int qt_int_sqrt(unsigned int n) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 3098-3119 |
| | 15 | 5 |
typeNameToXml| Name: | typeNameToXml | | Prototype: | static inline QString typeNameToXml(const char *typeName) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusxmlgenerator.cpp | | Lines: | 58-76 |
| | 12 | 5 |
QDBusConnectionManager::executeConnectionRequest| Name: | QDBusConnectionManager::executeConnectionRequest | | Prototype: | void QDBusConnectionManager::executeConnectionRequest(QDBusConnectionManager::ConnectionRequestData *data) | | Coverage: | 84.848% (28/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 241-294 |
| | 31 | 12 |
QDBusXmlParser::QDBusXmlParser| Name: | QDBusXmlParser::QDBusXmlParser | | Prototype: | QDBusXmlParser::QDBusXmlParser(const QString& service, const QString& path, const QString& xmlData) | | Coverage: | 84.848% (28/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusxmlparser.cpp | | Lines: | 347-400 |
| | 21 | 14 |
QLoggingRule::pass| Name: | QLoggingRule::pass | | Prototype: | int QLoggingRule::pass(const QString &cat, QtMsgType msgType) const | | Coverage: | 84.848% (28/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | | Lines: | 83-114 |
| | 18 | 11 |
QXmlSimpleReaderPrivate::isExpandedEntityValueTooLarge| Name: | QXmlSimpleReaderPrivate::isExpandedEntityValueTooLarge | | Prototype: | bool QXmlSimpleReaderPrivate::isExpandedEntityValueTooLarge(QString *errorMessage) | | Coverage: | 84.848% (28/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 6424-6486 |
| | 37 | 11 |
QNetworkReplyHttpImplPrivate::postRequest| Name: | QNetworkReplyHttpImplPrivate::postRequest | | Prototype: | void QNetworkReplyHttpImplPrivate::postRequest(const QNetworkRequest &newHttpRequest) | | Coverage: | 84.906% (90/106) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 591-944 |
| | 223 | 35 |
QFontEngineFT::glyphIndex| Name: | QFontEngineFT::glyphIndex | | Prototype: | glyph_t QFontEngineFT::glyphIndex(uint ucs4) const | | Coverage: | 85.000% (17/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1529-1557 |
| | 14 | 6 |
QHashData::detach_helper| Name: | QHashData::detach_helper | | Prototype: | QHashData *QHashData::detach_helper(void (*node_duplicate)(Node *, void *), void (*node_delete)(Node *), int nodeSize, int nodeAlign) | | Coverage: | 85.000% (17/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 514-581 |
| | 38 | 8 |
QMimeXMLProvider::ensureLoaded| Name: | QMimeXMLProvider::ensureLoaded | | Prototype: | void QMimeXMLProvider::ensureLoaded() | | Coverage: | 85.000% (17/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines: | 755-795 |
| | 24 | 8 |
QRingBuffer::reserveFront| Name: | QRingBuffer::reserveFront | | Prototype: | char *QRingBuffer::reserveFront(qint64 bytes) | | Coverage: | 85.000% (17/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | | Lines: | 144-171 |
| | 17 | 6 |
QTimeZonePrivate::dataForLocalTime| Name: | QTimeZonePrivate::dataForLocalTime | | Prototype: | QTimeZonePrivate::Data QTimeZonePrivate::dataForLocalTime(qint64 forLocalMSecs) const | | Coverage: | 85.000% (34/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | | Lines: | 252-312 |
| | 29 | 9 |
fastDetermineNameChar| Name: | fastDetermineNameChar | | Prototype: | static inline NameChar fastDetermineNameChar(QChar ch) | | Coverage: | 85.000% (17/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2886-2901 |
| | 11 | 4 |
QMetaObject::connectSlotsByName| Name: | QMetaObject::connectSlotsByName | | Prototype: | void QMetaObject::connectSlotsByName(QObject *o) | | Coverage: | 85.185% (46/54) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 3454-3535 |
| | 48 | 16 |