| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDataStream::operator>>| Name: | QDataStream::operator>> | | Prototype: | QDataStream &QDataStream::operator>>(qint32 &i) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 645-658 |
| | 8 | 4 |
QDateTime::isDaylightTime| Name: | QDateTime::isDaylightTime | | Prototype: | bool QDateTime::isDaylightTime() const | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3234-3254 |
| | 8 | 6 |
QFSFileEngine::setSize| Name: | QFSFileEngine::setSize | | Prototype: | bool QFSFileEngine::setSize(qint64 size) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 658-671 |
| | 10 | 4 |
QFileDevice::readLineData| Name: | QFileDevice::readLineData | | Prototype: | qint64 QFileDevice::readLineData(char *data, qint64 maxlen) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | | Lines: | 423-444 |
| | 10 | 4 |
QFutureInterfaceBasePrivate::internal_updateProgress| Name: | QFutureInterfaceBasePrivate::internal_updateProgress | | Prototype: | bool QFutureInterfaceBasePrivate::internal_updateProgress(int progress, const QString &progressText) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 488-503 |
| | 9 | 4 |
QGlobalNetworkProxy::proxyForQuery| Name: | QGlobalNetworkProxy::proxyForQuery | | Prototype: | QList<QNetworkProxy> QGlobalNetworkProxy::proxyForQuery(const QNetworkProxyQuery &query) | | Coverage: | 81.818% (18/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy.cpp | | Lines: | 311-345 |
| | 22 | 5 |
QHttpNetworkReply::readAny| Name: | QHttpNetworkReply::readAny | | Prototype: | QByteArray QHttpNetworkReply::readAny() | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 204-214 |
| | 6 | 3 |
QLibraryInfoPrivate::findConfiguration| Name: | QLibraryInfoPrivate::findConfiguration | | Prototype: | QSettings *QLibraryInfoPrivate::findConfiguration() | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 158-191 |
| | 8 | 5 |
QLocale::dateFormat| Name: | QLocale::dateFormat | | Prototype: | QString QLocale::dateFormat(FormatType format) const | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1675-1699 |
| | 15 | 5 |
QLocale::timeFormat| Name: | QLocale::timeFormat | | Prototype: | QString QLocale::timeFormat(FormatType format) const | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1712-1736 |
| | 15 | 5 |
QLoggingCategory::setEnabled| Name: | QLoggingCategory::setEnabled | | Prototype: | void QLoggingCategory::setEnabled(QtMsgType type, bool enable) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp | | Lines: | 334-350 |
| | 6 | 6 |
QMetaObjectPrivate::disconnect| Name: | QMetaObjectPrivate::disconnect | | Prototype: | bool QMetaObjectPrivate::disconnect(const QObject *sender, int signal_index, const QMetaObject *smeta, const QObject *receiver, int method_index, void **slot, DisconnectType disconnectType) | | Coverage: | 81.818% (27/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 3373-3426 |
| | 33 | 11 |
QMetaProperty::write| Name: | QMetaProperty::write | | Prototype: | bool QMetaProperty::write(QObject *object, const QVariant &value) const | | Coverage: | 81.818% (54/66) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 3038-3107 |
| | 47 | 17 |
QNativeSocketEngine::close| Name: | QNativeSocketEngine::close | | Prototype: | void QNativeSocketEngine::close() | | Coverage: | 81.818% (18/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 902-934 |
| | 25 | 8 |
QNetworkAccessManagerPrivate::authenticationRequired| Name: | QNetworkAccessManagerPrivate::authenticationRequired | | Prototype: | void QNetworkAccessManagerPrivate::authenticationRequired(QAuthenticator *authenticator, QNetworkReply *reply, bool synchronous, QUrl &url, QUrl *urlForLastAuthentication, bool allowAuthenticationReuse) | | Coverage: | 81.818% (18/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | | Lines: | 1395-1437 |
| | 22 | 6 |
QNetworkAccessManagerPrivate::queryProxy| Name: | QNetworkAccessManagerPrivate::queryProxy | | Prototype: | QList<QNetworkProxy> QNetworkAccessManagerPrivate::queryProxy(const QNetworkProxyQuery &query) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | | Lines: | 1487-1505 |
| | 11 | 4 |
QNetworkReplyHttpImplPrivate::completeCacheSave| Name: | QNetworkReplyHttpImplPrivate::completeCacheSave | | Prototype: | void QNetworkReplyHttpImplPrivate::completeCacheSave() | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 2231-2240 |
| | 6 | 3 |
QSignalTransition::eventTest| Name: | QSignalTransition::eventTest | | Prototype: | bool QSignalTransition::eventTest(QEvent *event) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | | Lines: | 208-219 |
| | 8 | 3 |
QSocks5SocketEnginePrivate::_q_controlSocketBytesWritten| Name: | QSocks5SocketEnginePrivate::_q_controlSocketBytesWritten | | Prototype: | void QSocks5SocketEnginePrivate::_q_controlSocketBytesWritten() | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1211-1223 |
| | 7 | 3 |
QSqlDatabasePrivate::database| Name: | QSqlDatabasePrivate::database | | Prototype: | QSqlDatabase QSqlDatabasePrivate::database(const QString& name, bool open) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 266-280 |
| | 9 | 3 |
QString::fromRawData| Name: | QString::fromRawData | | Prototype: | QString QString::fromRawData(const QChar *unicode, int size) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 8185-8198 |
| | 9 | 4 |
QTextStreamPrivate::ungetChar| Name: | QTextStreamPrivate::ungetChar | | Prototype: | inline void QTextStreamPrivate::ungetChar(QChar ch) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 883-899 |
| | 9 | 4 |
QThreadData::current| Name: | QThreadData::current | | Prototype: | QThreadData *QThreadData::current(bool createIfNecessary) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 237-258 |
| | 15 | 4 |
QUdpSocket::writeDatagram| Name: | QUdpSocket::writeDatagram | | Prototype: | qint64 QUdpSocket::writeDatagram(const char *data, qint64 size, const QHostAddress &address, quint16 port) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qudpsocket.cpp | | Lines: | 323-345 |
| | 11 | 4 |
QUrlQuery::operator ==| Name: | QUrlQuery::operator == | | Prototype: | bool QUrlQuery::operator ==(const QUrlQuery &other) const | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | | Lines: | 406-416 |
| | 7 | 3 |
QXmlSimpleReader::parse| Name: | QXmlSimpleReader::parse | | Prototype: | bool QXmlSimpleReader::parse(const QXmlInputSource *input, bool incremental) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 3179-3206 |
| | 17 | 4 |
QXmlStreamReaderPrivate::filterCarriageReturn| Name: | QXmlStreamReaderPrivate::filterCarriageReturn | | Prototype: | inline uint QXmlStreamReaderPrivate::filterCarriageReturn() | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 898-913 |
| | 10 | 4 |
operator<<| Name: | operator<< | | Prototype: | QDataStream &operator<<(QDataStream &s, const QUuid &id) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | | Lines: | 657-684 |
| | 17 | 4 |
qFloatDistance| Name: | qFloatDistance | | Prototype: | quint32 qFloatDistance(float a, float b) | | Coverage: | 81.818% (18/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qnumeric.cpp | | Lines: | 138-171 |
| | 17 | 7 |
qFloatDistance| Name: | qFloatDistance | | Prototype: | quint64 qFloatDistance(double a, double b) | | Coverage: | 81.818% (18/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qnumeric.cpp | | Lines: | 196-229 |
| | 17 | 7 |
QXmlSimpleReaderPrivate::parseBeginOrContinue| Name: | QXmlSimpleReaderPrivate::parseBeginOrContinue | | Prototype: | bool QXmlSimpleReaderPrivate::parseBeginOrContinue(int state, bool incremental) | | Coverage: | 82.000% (41/50) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 3246-3307 |
| | 38 | 14 |
QFileSystemEngine::getLinkTarget| Name: | QFileSystemEngine::getLinkTarget | | Prototype: | QFileSystemEntry QFileSystemEngine::getLinkTarget(const QFileSystemEntry &link, QFileSystemMetaData &data) | | Coverage: | 82.143% (23/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemengine_unix.cpp | | Lines: | 144-230 |
| | 24 | 8 |
QIODevice::write| Name: | QIODevice::write | | Prototype: | qint64 QIODevice::write(const char *data, qint64 maxSize) | | Coverage: | 82.143% (23/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1273-1346 |
| | 14 | 8 |
QObject::setProperty| Name: | QObject::setProperty | | Prototype: | bool QObject::setProperty(const char *name, const QVariant &value) | | Coverage: | 82.143% (23/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 3836-3878 |
| | 28 | 9 |
fromOffsetString| Name: | fromOffsetString | | Prototype: | static int fromOffsetString(const QStringRef &offsetString, bool *valid) | | Coverage: | 82.143% (23/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 255-294 |
| | 24 | 7 |
qFormatLogMessage| Name: | qFormatLogMessage | | Prototype: | QString qFormatLogMessage(QtMsgType type, const QMessageLogContext &context, const QString &str) | | Coverage: | 82.192% (120/146) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 1262-1431 |
| | 108 | 47 |
QMetaObjectPrivate::memberIndexes| Name: | QMetaObjectPrivate::memberIndexes | | Prototype: | void QMetaObjectPrivate::memberIndexes(const QObject *obj, const QMetaMethod &member, int *signalIndex, int *methodIndex) | | Coverage: | 82.353% (14/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 2513-2540 |
| | 18 | 5 |
QNetworkAccessFileBackend::uploadReadyReadSlot| Name: | QNetworkAccessFileBackend::uploadReadyReadSlot | | Prototype: | void QNetworkAccessFileBackend::uploadReadyReadSlot() | | Coverage: | 82.353% (14/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessfilebackend.cpp | | Lines: | 177-215 |
| | 23 | 6 |
QSortFilterProxyModel::removeColumns| Name: | QSortFilterProxyModel::removeColumns | | Prototype: | bool QSortFilterProxyModel::removeColumns(int column, int count, const QModelIndex &parent) | | Coverage: | 82.353% (28/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 2156-2190 |
| | 27 | 8 |
QSslSocketBackendPrivate::setupOpenSslOptions| Name: | QSslSocketBackendPrivate::setupOpenSslOptions | | Prototype: | long QSslSocketBackendPrivate::setupOpenSslOptions(QSsl::SslProtocol protocol, QSsl::SslOptions sslOptions) | | Coverage: | 82.353% (28/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 302-350 |
| | 25 | 11 |
QString::fromLocal8Bit_helper| Name: | QString::fromLocal8Bit_helper | | Prototype: | QString QString::fromLocal8Bit_helper(const char *str, int size) | | Coverage: | 82.353% (14/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 4713-4729 |
| | 11 | 5 |
QXmlStreamReader::atEnd| Name: | QXmlStreamReader::atEnd | | Prototype: | bool QXmlStreamReader::atEnd() const | | Coverage: | 82.353% (14/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 557-569 |
| | 8 | 3 |
qt_qFindChildren_helper| Name: | qt_qFindChildren_helper | | Prototype: | void qt_qFindChildren_helper(const QObject *parent, const QRegExp &re, const QMetaObject &mo, QList<void*> *list, Qt::FindChildOptions options) | | Coverage: | 82.353% (14/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 1873-1889 |
| | 11 | 5 |
QHttpSocketEngine::slotSocketError| Name: | QHttpSocketEngine::slotSocketError | | Prototype: | void QHttpSocketEngine::slotSocketError(QAbstractSocket::SocketError error) | | Coverage: | 82.609% (19/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 711-741 |
| | 20 | 8 |
QSettingsPrivate::stringToVariant| Name: | QSettingsPrivate::stringToVariant | | Prototype: | QVariant QSettingsPrivate::stringToVariant(const QString &s) | | Coverage: | 82.609% (38/46) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 488-541 |
| | 38 | 15 |
QXcbWindow::requestActivateWindow| Name: | QXcbWindow::requestActivateWindow | | Prototype: | void QXcbWindow::requestActivateWindow() | | Coverage: | 82.609% (19/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1685-1726 |
| | 27 | 4 |
QXmlSimpleReaderPrivate::parseComment| Name: | QXmlSimpleReaderPrivate::parseComment | | Prototype: | bool QXmlSimpleReaderPrivate::parseComment() | | Coverage: | 82.692% (43/52) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 6905-7007 |
| | 56 | 20 |
QDBusConnectionPrivate::addSignalHook| Name: | QDBusConnectionPrivate::addSignalHook | | Prototype: | void QDBusConnectionPrivate::addSignalHook(const QString &key, const SignalHook &hook) | | Coverage: | 82.927% (34/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2211-2266 |
| | 34 | 10 |
QProcessPrivate::tryReadFromChannel| Name: | QProcessPrivate::tryReadFromChannel | | Prototype: | bool QProcessPrivate::tryReadFromChannel(Channel *channel) | | Coverage: | 82.927% (34/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 966-1031 |
| | 39 | 14 |
QDateTimeParser::setDigit| Name: | QDateTimeParser::setDigit | | Prototype: | bool QDateTimeParser::setDigit(QDateTime &v, int index, int newVal) const | | Coverage: | 82.979% (39/47) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 115-175 |
| | 37 | 20 |
QSqlDriver::sqlStatement| Name: | QSqlDriver::sqlStatement | | Prototype: | QString QSqlDriver::sqlStatement(StatementType type, const QString &tableName, const QSqlRecord &rec, bool preparedStatement) const | | Coverage: | 83.051% (49/59) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldriver.cpp | | Lines: | 472-551 |
| | 58 | 20 |
CalculationCache::effectiveTargetStates| Name: | CalculationCache::effectiveTargetStates | | Prototype: | bool effectiveTargetStates(QAbstractTransition *t, QList<QAbstractState *> *targets) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 203-213 |
| | 6 | 2 |
CalculationCache::exitSet| Name: | CalculationCache::exitSet | | Prototype: | bool exitSet(QAbstractTransition *t, QSet<QAbstractState *> *exits) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 227-237 |
| | 6 | 2 |
CalculationCache::transitionDomain| Name: | CalculationCache::transitionDomain | | Prototype: | bool transitionDomain(QAbstractTransition *t, QAbstractState **domain) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 251-261 |
| | 6 | 2 |
Parser::ParsedObject::insert| Name: | Parser::ParsedObject::insert | | Prototype: | void Parser::ParsedObject::insert(uint offset) | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonparser.cpp | | Lines: | 354-373 |
| | 13 | 4 |
QAbstractSocket::waitForConnected| Name: | QAbstractSocket::waitForConnected | | Prototype: | bool QAbstractSocket::waitForConnected(int msecs) | | Coverage: | 83.333% (40/48) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 2027-2111 |
| | 42 | 12 |
QAsn1Element::toObjectId| Name: | QAsn1Element::toObjectId | | Prototype: | QByteArray QAsn1Element::toObjectId() const | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 304-321 |
| | 12 | 4 |
QCoreApplication::notifyInternal2| Name: | QCoreApplication::notifyInternal2 | | Prototype: | bool QCoreApplication::notifyInternal2(QObject *receiver, QEvent *event) | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 992-1016 |
| | 13 | 4 |
QDBusAdaptorConnector::relay| Name: | QDBusAdaptorConnector::relay | | Prototype: | void QDBusAdaptorConnector::relay(QObject *senderObj, int lastSignalIdx, void **argv) | | Coverage: | 83.333% (15/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractadaptor.cpp | | Lines: | 286-327 |
| | 26 | 6 |
QDBusConnection::asyncCall| Name: | QDBusConnection::asyncCall | | Prototype: | QDBusPendingCall QDBusConnection::asyncCall(const QDBusMessage &message, int timeout) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 697-705 |
| | 4 | 2 |
QDBusConnection::call| Name: | QDBusConnection::call | | Prototype: | QDBusMessage QDBusConnection::call(const QDBusMessage &message, QDBus::CallMode mode, int timeout) const | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 660-678 |
| | 12 | 4 |
QDBusConnectionManager::removeConnection| Name: | QDBusConnectionManager::removeConnection | | Prototype: | void QDBusConnectionManager::removeConnection(const QString &name) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 117-129 |
| | 4 | 2 |
QDBusServiceWatcherPrivate::addService| Name: | QDBusServiceWatcherPrivate::addService | | Prototype: | void QDBusServiceWatcherPrivate::addService(const QString &service) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp | | Lines: | 96-101 |
| | 3 | 2 |
QDateTime::fromString| Name: | QDateTime::fromString | | Prototype: | QDateTime QDateTime::fromString(const QString &string, const QString &format) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4674-4688 |
| | 6 | 2 |
QDateTime::msecsTo| Name: | QDateTime::msecsTo | | Prototype: | qint64 QDateTime::msecsTo(const QDateTime &other) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3888-3894 |
| | 3 | 2 |
QDateTimeParser::absoluteMin| Name: | QDateTimeParser::absoluteMin | | Prototype: | int QDateTimeParser::absoluteMin(int s) const | | Coverage: | 83.333% (15/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 219-240 |
| | 9 | 14 |
QDateTimePrivate::refreshDateTime| Name: | QDateTimePrivate::refreshDateTime | | Prototype: | void QDateTimePrivate::refreshDateTime() | | Coverage: | 83.333% (20/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2739-2789 |
| | 23 | 9 |
QDateTimePrivate::setTimeSpec| Name: | QDateTimePrivate::setTimeSpec | | Prototype: | void QDateTimePrivate::setTimeSpec(Qt::TimeSpec spec, int offsetSeconds) | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2588-2618 |
| | 16 | 6 |
QDebug::putUcs4| Name: | QDebug::putUcs4 | | Prototype: | void QDebug::putUcs4(uint ucs4) | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | | Lines: | 159-174 |
| | 10 | 4 |
QDir::cleanPath| Name: | QDir::cleanPath | | Prototype: | QString QDir::cleanPath(const QString &path) | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 2174-2203 |
| | 11 | 4 |
QDomNode::toElement| Name: | QDomNode::toElement | | Prototype: | QDomElement QDomNode::toElement() const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7258-7263 |
| | 3 | 2 |
QEventTransitionPrivate::unregister| Name: | QEventTransitionPrivate::unregister | | Prototype: | void QEventTransitionPrivate::unregister() | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | | Lines: | 109-115 |
| | 4 | 2 |
QFileDevice::handle| Name: | QFileDevice::handle | | Prototype: | int QFileDevice::handle() const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | | Lines: | 253-260 |
| | 4 | 2 |
QGLBuffer::bind| Name: | QGLBuffer::bind | | Prototype: | bool QGLBuffer::bind() | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | | Lines: | 418-438 |
| | 11 | 4 |
QGLBuffer::size| Name: | QGLBuffer::size | | Prototype: | int QGLBuffer::size() const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | | Lines: | 508-516 |
| | 6 | 2 |
QGLShaderStorage::shadersForThread| Name: | QGLShaderStorage::shadersForThread | | Prototype: | QGLEngineSharedShaders *shadersForThread(const QGLContext *context) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglengineshadermanager.cpp | | Lines: | 82-89 |
| | 6 | 2 |
QHttpNetworkConnectionPrivate::copyCredentials| Name: | QHttpNetworkConnectionPrivate::copyCredentials | | Prototype: | void QHttpNetworkConnectionPrivate::copyCredentials(int fromChannel, QAuthenticator *auth, bool isProxy) | | Coverage: | 83.333% (25/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 383-410 |
| | 17 | 9 |
QHttpSocketEngine::emitWriteNotification| Name: | QHttpSocketEngine::emitWriteNotification | | Prototype: | void QHttpSocketEngine::emitWriteNotification() | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 784-792 |
| | 5 | 2 |
QIdentityProxyModel::mapFromSource| Name: | QIdentityProxyModel::mapFromSource | | Prototype: | QModelIndex QIdentityProxyModel::mapFromSource(const QModelIndex& sourceIndex) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | | Lines: | 192-200 |
| | 5 | 2 |
QIdentityProxyModel::mapToSource| Name: | QIdentityProxyModel::mapToSource | | Prototype: | QModelIndex QIdentityProxyModel::mapToSource(const QModelIndex& proxyIndex) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | | Lines: | 251-258 |
| | 5 | 2 |
QItemSelectionModel::rowIntersectsSelection| Name: | QItemSelectionModel::rowIntersectsSelection | | Prototype: | bool QItemSelectionModel::rowIntersectsSelection(int row, const QModelIndex &parent) const | | Coverage: | 83.333% (20/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1555-1583 |
| | 21 | 8 |
QItemSelectionModelPrivate::expandSelection| Name: | QItemSelectionModelPrivate::expandSelection | | Prototype: | QItemSelection QItemSelectionModelPrivate::expandSelection(const QItemSelection &selection, QItemSelectionModel::SelectionFlags command) const | | Coverage: | 83.333% (15/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 656-685 |
| | 19 | 6 |
QJsonValue::toArray| Name: | QJsonValue::toArray | | Prototype: | QJsonArray QJsonValue::toArray(const QJsonArray &defaultValue) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 551-557 |
| | 3 | 2 |
QLibraryPrivate::load_sys| Name: | QLibraryPrivate::load_sys | | Prototype: | bool QLibraryPrivate::load_sys() | | Coverage: | 83.333% (60/72) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary_unix.cpp | | Lines: | 129-263 |
| | 52 | 17 |
QLocale::toDateTime| Name: | QLocale::toDateTime | | Prototype: | QDateTime QLocale::toDateTime(const QString &string, const QString &format) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1894-1909 |
| | 7 | 2 |
QMetaMethodBuilder::setAccess| Name: | QMetaMethodBuilder::setAccess | | Prototype: | void QMetaMethodBuilder::setAccess(QMetaMethod::Access value) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 2046-2051 |
| | 3 | 2 |
QMetaObject::normalizedType| Name: | QMetaObject::normalizedType | | Prototype: | QByteArray QMetaObject::normalizedType(const char *type) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 1275-1288 |
| | 8 | 2 |
QMetaObjectBuilder::classInfoName| Name: | QMetaObjectBuilder::classInfoName | | Prototype: | QByteArray QMetaObjectBuilder::classInfoName(int index) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 836-842 |
| | 3 | 2 |
QMetaObjectBuilder::classInfoValue| Name: | QMetaObjectBuilder::classInfoValue | | Prototype: | QByteArray QMetaObjectBuilder::classInfoValue(int index) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 851-857 |
| | 3 | 2 |
QMetaObjectBuilder::constructor| Name: | QMetaObjectBuilder::constructor | | Prototype: | QMetaMethodBuilder QMetaObjectBuilder::constructor(int index) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 776-782 |
| | 3 | 2 |
QMetaObjectBuilder::enumerator| Name: | QMetaObjectBuilder::enumerator | | Prototype: | QMetaEnumBuilder QMetaObjectBuilder::enumerator(int index) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 803-809 |
| | 3 | 2 |
QMetaObjectBuilder::method| Name: | QMetaObjectBuilder::method | | Prototype: | QMetaMethodBuilder QMetaObjectBuilder::method(int index) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 763-769 |
| | 3 | 2 |
QMetaObjectBuilder::property| Name: | QMetaObjectBuilder::property | | Prototype: | QMetaPropertyBuilder QMetaObjectBuilder::property(int index) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 789-795 |
| | 3 | 2 |
QMetaPropertyBuilder::notifySignal| Name: | QMetaPropertyBuilder::notifySignal | | Prototype: | QMetaMethodBuilder QMetaPropertyBuilder::notifySignal() const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 2183-2190 |
| | 4 | 2 |
QNetworkHeadersPrivate::parseAndSetHeader| Name: | QNetworkHeadersPrivate::parseAndSetHeader | | Prototype: | void QNetworkHeadersPrivate::parseAndSetHeader(const QByteArray &key, const QByteArray &value) | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 1007-1025 |
| | 9 | 4 |
QNetworkReplyHttpImplPrivate::_q_networkSessionUsagePoliciesChanged| Name: | QNetworkReplyHttpImplPrivate::_q_networkSessionUsagePoliciesChanged | | Prototype: | void QNetworkReplyHttpImplPrivate::_q_networkSessionUsagePoliciesChanged(QNetworkSession::UsagePolicies newPolicies) | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 1974-1989 |
| | 7 | 4 |
QNetworkReplyImpl::setSslConfigurationImplementation| Name: | QNetworkReplyImpl::setSslConfigurationImplementation | | Prototype: | void QNetworkReplyImpl::setSslConfigurationImplementation(const QSslConfiguration &config) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 1013-1018 |
| | 3 | 2 |
QNetworkReplyImplPrivate::_q_networkSessionUsagePoliciesChanged| Name: | QNetworkReplyImplPrivate::_q_networkSessionUsagePoliciesChanged | | Prototype: | void QNetworkReplyImplPrivate::_q_networkSessionUsagePoliciesChanged(QNetworkSession::UsagePolicies newPolicies) | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 345-359 |
| | 7 | 4 |
QNetworkReplyImplPrivate::emitUploadProgress| Name: | QNetworkReplyImplPrivate::emitUploadProgress | | Prototype: | void QNetworkReplyImplPrivate::emitUploadProgress(qint64 bytesSent, qint64 bytesTotal) | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 550-570 |
| | 11 | 4 |
QProcessPrivate::readFromChannel| Name: | QProcessPrivate::readFromChannel | | Prototype: | qint64 QProcessPrivate::readFromChannel(const Channel *channel, char *data, qint64 maxlen) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 607-621 |
| | 5 | 2 |