| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QTextStream::seek| Name: | QTextStream::seek | | Prototype: | bool QTextStream::seek(qint64 pos) | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 1181-1210 |
| | 17 | 4 |
QThread::start| Name: | QThread::start | | Prototype: | void QThread::start(Priority priority) | | Coverage: | 58.333% (21/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 556-662 |
| | 54 | 12 |
QUdpSocketPrivate::doEnsureInitialized| Name: | QUdpSocketPrivate::doEnsureInitialized | | Prototype: | bool QUdpSocketPrivate::doEnsureInitialized(const QHostAddress &bindAddress, quint16 bindPort, const QHostAddress &remoteAddress) | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qudpsocket.cpp | | Lines: | 122-140 |
| | 10 | 4 |
QXcbWMSupport::updateNetWMAtoms| Name: | QXcbWMSupport::updateNetWMAtoms | | Prototype: | void QXcbWMSupport::updateNetWMAtoms() | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwmsupport.cpp | | Lines: | 55-83 |
| | 19 | 4 |
QDir::removeRecursively| Name: | QDir::removeRecursively | | Prototype: | bool QDir::removeRecursively() | | Coverage: | 58.621% (17/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1497-1530 |
| | 23 | 8 |
QFtpPI::startNextCmd| Name: | QFtpPI::startNextCmd | | Prototype: | bool QFtpPI::startNextCmd() | | Coverage: | 58.621% (17/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 1159-1220 |
| | 36 | 8 |
interfaceListing| Name: | interfaceListing | | Prototype: | static QList<QNetworkInterfacePrivate *> interfaceListing() | | Coverage: | 58.621% (17/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface_unix.cpp | | Lines: | 429-483 |
| | 31 | 11 |
QNativeSocketEngine::joinMulticastGroup| Name: | QNativeSocketEngine::joinMulticastGroup | | Prototype: | bool QNativeSocketEngine::joinMulticastGroup(const QHostAddress &groupAddress, const QNetworkInterface &iface) | | Coverage: | 58.824% (10/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 704-725 |
| | 11 | 5 |
QSqlQuery::previous| Name: | QSqlQuery::previous | | Prototype: | bool QSqlQuery::previous() | | Coverage: | 58.824% (10/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | | Lines: | 691-714 |
| | 14 | 7 |
QSslCertificate::publicKey| Name: | QSslCertificate::publicKey | | Prototype: | QSslKey QSslCertificate::publicKey() const | | Coverage: | 58.824% (10/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | | Lines: | 224-258 |
| | 22 | 6 |
QSslKeyPrivate::toPem| Name: | QSslKeyPrivate::toPem | | Prototype: | QByteArray QSslKeyPrivate::toPem(const QByteArray &passPhrase) const | | Coverage: | 58.824% (30/51) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_openssl.cpp | | Lines: | 184-248 |
| | 44 | 16 |
QSslSocketPrivate::peek| Name: | QSslSocketPrivate::peek | | Prototype: | qint64 QSslSocketPrivate::peek(char *data, qint64 maxSize) | | Coverage: | 58.824% (10/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2526-2548 |
| | 12 | 5 |
QtConcurrent::ThreadEngineBarrier::release| Name: | QtConcurrent::ThreadEngineBarrier::release | | Prototype: | int ThreadEngineBarrier::release() | | Coverage: | 58.824% (10/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 59-76 |
| | 11 | 7 |
activeConditions| Name: | activeConditions | | Prototype: | static QSet<QByteArray> activeConditions() | | Coverage: | 58.824% (10/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestblacklist.cpp | | Lines: | 157-179 |
| | 14 | 7 |
x509ExtensionToValue| Name: | x509ExtensionToValue | | Prototype: | static QVariant x509ExtensionToValue(X509_EXTENSION *ext) | | Coverage: | 58.824% (20/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | | Lines: | 333-424 |
| | 39 | 12 |
QSslContext::cacheSession| Name: | QSslContext::cacheSession | | Prototype: | bool QSslContext::cacheSession(SSL* ssl) | | Coverage: | 59.091% (13/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcontext_openssl.cpp | | Lines: | 452-478 |
| | 14 | 7 |
QSslSocket::waitForDisconnected| Name: | QSslSocket::waitForDisconnected | | Prototype: | bool QSslSocket::waitForDisconnected(int msecs) | | Coverage: | 59.091% (13/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1663-1692 |
| | 18 | 8 |
parse_locale_tag| Name: | parse_locale_tag | | Prototype: | static bool parse_locale_tag(const QString &input, int &i, QString *result, const QString &separators) | | Coverage: | 59.091% (13/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 382-400 |
| | 15 | 4 |
parseHttpOptionHeader| Name: | parseHttpOptionHeader | | Prototype: | static QHash<QByteArray, QByteArray> parseHttpOptionHeader(const QByteArray &header) | | Coverage: | 59.184% (29/49) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 71-159 |
| | 47 | 16 |
QNetworkReplyHttpImpl::readData| Name: | QNetworkReplyHttpImpl::readData | | Prototype: | qint64 QNetworkReplyHttpImpl::readData(char* data, qint64 maxlen) | | Coverage: | 59.259% (16/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 319-368 |
| | 25 | 9 |
QXmlInputSource::fromRawData| Name: | QXmlInputSource::fromRawData | | Prototype: | QString QXmlInputSource::fromRawData(const QByteArray &data, bool beginning) | | Coverage: | 59.524% (50/84) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 1333-1421 |
| | 50 | 16 |
BezierEase::value| Name: | BezierEase::value | | Prototype: | qreal value(qreal x) override | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 529-548 |
| | 11 | 4 |
QAbstractSocketPrivate::initSocketLayer| Name: | QAbstractSocketPrivate::initSocketLayer | | Prototype: | bool QAbstractSocketPrivate::initSocketLayer(QAbstractSocket::NetworkLayerProtocol protocol) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 611-661 |
| | 15 | 4 |
QBearerEngine::~QBearerEngine| Name: | QBearerEngine::~QBearerEngine | | Prototype: | QBearerEngine::~QBearerEngine() | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerengine.cpp | | Lines: | 45-69 |
| | 16 | 4 |
QCacheItem::canCompress| Name: | QCacheItem::canCompress | | Prototype: | bool QCacheItem::canCompress() const | | Coverage: | 60.000% (15/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | | Lines: | 641-667 |
| | 18 | 7 |
QCommandLineOptionPrivate::removeInvalidNames| Name: | QCommandLineOptionPrivate::removeInvalidNames | | Prototype: | QStringList QCommandLineOptionPrivate::removeInvalidNames(QStringList nameList) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | | Lines: | 280-288 |
| | 5 | 2 |
QCoreApplication::installTranslator| Name: | QCoreApplication::installTranslator | | Prototype: | bool QCoreApplication::installTranslator(QTranslator *translationFile) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1883-1904 |
| | 11 | 4 |
QDBusArgument::operator>>| Name: | QDBusArgument::operator>> | | Prototype: | const QDBusArgument &QDBusArgument::operator>>(uchar &arg) const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 596-603 |
| | 4 | 2 |
QDBusArgument::operator>>| Name: | QDBusArgument::operator>> | | Prototype: | const QDBusArgument &QDBusArgument::operator>>(bool &arg) const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 610-617 |
| | 4 | 2 |
QDBusArgument::operator>>| Name: | QDBusArgument::operator>> | | Prototype: | const QDBusArgument &QDBusArgument::operator>>(ushort &arg) const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 624-631 |
| | 4 | 2 |
QDBusArgument::operator>>| Name: | QDBusArgument::operator>> | | Prototype: | const QDBusArgument &QDBusArgument::operator>>(short &arg) const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 638-645 |
| | 4 | 2 |
QDBusArgument::operator>>| Name: | QDBusArgument::operator>> | | Prototype: | const QDBusArgument &QDBusArgument::operator>>(int &arg) const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 652-659 |
| | 4 | 2 |
QDBusArgument::operator>>| Name: | QDBusArgument::operator>> | | Prototype: | const QDBusArgument &QDBusArgument::operator>>(uint &arg) const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 666-673 |
| | 4 | 2 |
QDBusArgument::operator>>| Name: | QDBusArgument::operator>> | | Prototype: | const QDBusArgument &QDBusArgument::operator>>(qlonglong &arg) const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 680-687 |
| | 4 | 2 |
QDBusArgument::operator>>| Name: | QDBusArgument::operator>> | | Prototype: | const QDBusArgument &QDBusArgument::operator>>(qulonglong &arg) const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 694-701 |
| | 4 | 2 |
QDBusArgument::operator>>| Name: | QDBusArgument::operator>> | | Prototype: | const QDBusArgument &QDBusArgument::operator>>(double &arg) const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 708-715 |
| | 4 | 2 |
QDBusArgumentPrivate::checkReadAndDetach| Name: | QDBusArgumentPrivate::checkReadAndDetach | | Prototype: | bool QDBusArgumentPrivate::checkReadAndDetach(QDBusArgumentPrivate *&d) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 144-160 |
| | 11 | 4 |
QDBusConnectionInterface::disconnectNotify| Name: | QDBusConnectionInterface::disconnectNotify | | Prototype: | void QDBusConnectionInterface::disconnectNotify(const QMetaMethod &signal) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnectioninterface.cpp | | Lines: | 353-371 |
| | 6 | 4 |
QDBusServer::QDBusServer| Name: | QDBusServer::QDBusServer | | Prototype: | QDBusServer::QDBusServer(QObject *parent) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusserver.cpp | | Lines: | 75-93 |
| | 6 | 3 |
QDBusSpyCallEvent::~QDBusSpyCallEvent| Name: | QDBusSpyCallEvent::~QDBusSpyCallEvent | | Prototype: | QDBusSpyCallEvent::~QDBusSpyCallEvent() | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 484-492 |
| | 3 | 2 |
QDataStream::writeBytes| Name: | QDataStream::writeBytes | | Prototype: | QDataStream &QDataStream::writeBytes(const char *s, uint len) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 1108-1115 |
| | 5 | 4 |
QDateTimeParser::sectionPos| Name: | QDateTimeParser::sectionPos | | Prototype: | int QDateTimeParser::sectionPos(const SectionNode &sn) const | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 285-297 |
| | 8 | 5 |
QDomNodePrivate::isText| Name: | QDomNodePrivate::isText | | Prototype: | bool isText() const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 168-170 |
| | 3 | 1 |
QFSFileEngine::~QFSFileEngine| Name: | QFSFileEngine::~QFSFileEngine | | Prototype: | QFSFileEngine::~QFSFileEngine() | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 169-180 |
| | 7 | 4 |
QFileInfoPrivate::getFileOwner| Name: | QFileInfoPrivate::getFileOwner | | Prototype: | QString QFileInfoPrivate::getFileOwner(QAbstractFileEngine::FileOwner own) const | | Coverage: | 60.000% (12/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 94-116 |
| | 15 | 7 |
QFileSelectorPrivate::updateSelectors| Name: | QFileSelectorPrivate::updateSelectors | | Prototype: | void QFileSelectorPrivate::updateSelectors() | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileselector.cpp | | Lines: | 340-360 |
| | 12 | 4 |
QFtp::get| Name: | QFtp::get | | Prototype: | int QFtp::get(const QString &file, QIODevice *dev, TransferType type) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 1847-1858 |
| | 8 | 2 |
QFtpDTP::parseDir| Name: | QFtpDTP::parseDir | | Prototype: | bool QFtpDTP::parseDir(const QByteArray &buffer, const QString &userName, QUrlInfo *info) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 609-634 |
| | 14 | 4 |
QFtpPI::abort| Name: | QFtpPI::abort | | Prototype: | void QFtpPI::abort() | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 854-881 |
| | 11 | 4 |
QGL2PaintEngineEx::renderHintsChanged| Name: | QGL2PaintEngineEx::renderHintsChanged | | Prototype: | void QGL2PaintEngineEx::renderHintsChanged() | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 1382-1400 |
| | 9 | 3 |
QGLWidget::isValid| Name: | QGLWidget::isValid | | Prototype: | bool QGLWidget::isValid() const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 4048-4052 |
| | 2 | 1 |
QHttpNetworkConnection::ignoreSslErrors| Name: | QHttpNetworkConnection::ignoreSslErrors | | Prototype: | void QHttpNetworkConnection::ignoreSslErrors(int channel) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 1402-1416 |
| | 7 | 4 |
QHttpNetworkConnection::ignoreSslErrors| Name: | QHttpNetworkConnection::ignoreSslErrors | | Prototype: | void QHttpNetworkConnection::ignoreSslErrors(const QList<QSslError> &errors, int channel) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 1418-1432 |
| | 7 | 4 |
QJsonPrivate::isValidValueOffset| Name: | QJsonPrivate::isValidValueOffset | | Prototype: | inline bool isValidValueOffset(uint offset, uint tableOffset) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 300-304 |
| | 2 | 1 |
QLocalSocket::canReadLine| Name: | QLocalSocket::canReadLine | | Prototype: | bool QLocalSocket::canReadLine() const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | | Lines: | 417-421 |
| | 2 | 1 |
QLocale::toString| Name: | QLocale::toString | | Prototype: | QString QLocale::toString(const QDate &date, FormatType format) const | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1553-1570 |
| | 10 | 4 |
QLocale::toString| Name: | QLocale::toString | | Prototype: | QString QLocale::toString(const QDateTime &dateTime, FormatType format) const | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1619-1637 |
| | 11 | 4 |
QLocale::toString| Name: | QLocale::toString | | Prototype: | QString QLocale::toString(const QTime &time, FormatType format) const | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1645-1662 |
| | 10 | 4 |
QLocale::toString| Name: | QLocale::toString | | Prototype: | QString QLocale::toString(double i, char f, int prec) const | | Coverage: | 60.000% (9/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 2004-2030 |
| | 16 | 7 |
QLocalePrivate::languageToCode| Name: | QLocalePrivate::languageToCode | | Prototype: | QString QLocalePrivate::languageToCode(QLocale::Language language) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 168-185 |
| | 11 | 4 |
QLoggingRegistry::setApiRules| Name: | QLoggingRegistry::setApiRules | | Prototype: | void QLoggingRegistry::setApiRules(const QString &content) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | | Lines: | 344-358 |
| | 7 | 3 |
QMetaObject::Connection::operator=| Name: | QMetaObject::Connection::operator= | | Prototype: | QMetaObject::Connection& QMetaObject::Connection::operator=(const QMetaObject::Connection& other) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 4909-4919 |
| | 7 | 4 |
QMimeBinaryProvider::loadIcon| Name: | QMimeBinaryProvider::loadIcon | | Prototype: | void QMimeBinaryProvider::loadIcon(QMimeTypePrivate &data) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines: | 675-686 |
| | 7 | 3 |
QNativeSocketEngine::hasPendingDatagrams| Name: | QNativeSocketEngine::hasPendingDatagrams | | Prototype: | bool QNativeSocketEngine::hasPendingDatagrams() const | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 765-773 |
| | 5 | 4 |
QNativeSocketEngine::read| Name: | QNativeSocketEngine::read | | Prototype: | qint64 QNativeSocketEngine::read(char *data, qint64 maxSize) | | Coverage: | 60.000% (12/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 872-896 |
| | 17 | 6 |
QNativeSocketEnginePrivate::nativePendingDatagramSize| Name: | QNativeSocketEnginePrivate::nativePendingDatagramSize | | Prototype: | qint64 QNativeSocketEnginePrivate::nativePendingDatagramSize() const | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | | Lines: | 802-827 |
| | 11 | 4 |
QNetworkAccessFileBackend::readMoreFromFile| Name: | QNetworkAccessFileBackend::readMoreFromFile | | Prototype: | bool QNetworkAccessFileBackend::readMoreFromFile() | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessfilebackend.cpp | | Lines: | 251-285 |
| | 21 | 4 |
QNetworkAccessFileBackendFactory::create| Name: | QNetworkAccessFileBackendFactory::create | | Prototype: | QNetworkAccessBackend * QNetworkAccessFileBackendFactory::create(QNetworkAccessManager::Operation op, const QNetworkRequest &request) const | | Coverage: | 60.000% (15/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessfilebackend.cpp | | Lines: | 55-90 |
| | 15 | 7 |
QNetworkConfigurationManagerPrivate::performAsyncConfigurationUpdate| Name: | QNetworkConfigurationManagerPrivate::performAsyncConfigurationUpdate | | Prototype: | void QNetworkConfigurationManagerPrivate::performAsyncConfigurationUpdate() | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworkconfigmanager_p.cpp | | Lines: | 452-467 |
| | 8 | 3 |
QNetworkHeadersPrivate::setCookedHeader| Name: | QNetworkHeadersPrivate::setCookedHeader | | Prototype: | void QNetworkHeadersPrivate::setCookedHeader(QNetworkRequest::KnownHeaders header, const QVariant &value) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 962-986 |
| | 14 | 4 |
QNetworkProxyQuery::operator==| Name: | QNetworkProxyQuery::operator== | | Prototype: | bool QNetworkProxyQuery::operator==(const QNetworkProxyQuery &other) const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy.cpp | | Lines: | 1162-1165 |
| | 1 | 1 |
QNetworkReplyHttpImplPrivate::getRedirectOperation| Name: | QNetworkReplyHttpImplPrivate::getRedirectOperation | | Prototype: | QNetworkAccessManager::Operation QNetworkReplyHttpImplPrivate::getRedirectOperation(QNetworkAccessManager::Operation currentOp, int httpStatus) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 1083-1098 |
| | 5 | 3 |
QNetworkReplyHttpImplPrivate::onRedirected| Name: | QNetworkReplyHttpImplPrivate::onRedirected | | Prototype: | void QNetworkReplyHttpImplPrivate::onRedirected(const QUrl &redirectUrl, int httpStatus, int maxRedirectsRemaining) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 1116-1139 |
| | 13 | 4 |
QNetworkReplyHttpImplPrivate::start| Name: | QNetworkReplyHttpImplPrivate::start | | Prototype: | bool QNetworkReplyHttpImplPrivate::start(const QNetworkRequest &newHttpRequest) | | Coverage: | 60.000% (12/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 1686-1723 |
| | 22 | 6 |
QPrintDevice::isValid| Name: | QPrintDevice::isValid | | Prototype: | bool QPrintDevice::isValid() const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 100-103 |
| | 1 | 1 |
QPrinter::setOutputFileName| Name: | QPrinter::setOutputFileName | | Prototype: | void QPrinter::setOutputFileName(const QString &fileName) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 918-930 |
| | 8 | 4 |
QPrinter::setOutputFormat| Name: | QPrinter::setOutputFormat | | Prototype: | void QPrinter::setOutputFormat(OutputFormat format) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 780-794 |
| | 8 | 4 |
QPrinterInfo::availablePrinters| Name: | QPrinterInfo::availablePrinters | | Prototype: | QList<QPrinterInfo> QPrinterInfo::availablePrinters() | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 420-431 |
| | 8 | 3 |
QPrinterPagedPaintDevicePrivate::setPageMargins| Name: | QPrinterPagedPaintDevicePrivate::setPageMargins | | Prototype: | bool setPageMargins(const QMarginsF &margins, QPageLayout::Unit units) override | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 276-286 |
| | 4 | 1 |
QPrinterPrivate::findValidPrinter| Name: | QPrinterPrivate::findValidPrinter | | Prototype: | QPrinterInfo QPrinterPrivate::findValidPrinter(const QPrinterInfo &printer) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 108-121 |
| | 8 | 4 |
QProcessPrivate::Channel::clear| Name: | QProcessPrivate::Channel::clear | | Prototype: | void QProcessPrivate::Channel::clear() | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 434-452 |
| | 12 | 3 |
QRegExpEngine::Box::catAnchor| Name: | QRegExpEngine::Box::catAnchor | | Prototype: | void QRegExpEngine::Box::catAnchor(int a) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 2649-2659 |
| | 6 | 4 |
QSqlDriver::stripDelimiters| Name: | QSqlDriver::stripDelimiters | | Prototype: | QString QSqlDriver::stripDelimiters(const QString &identifier, IdentifierType type) const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldriver.cpp | | Lines: | 440-450 |
| | 6 | 2 |
QSqlResult::savePrepare| Name: | QSqlResult::savePrepare | | Prototype: | bool QSqlResult::savePrepare(const QString& query) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 583-600 |
| | 11 | 4 |
QSqlTableModel::insertRecord| Name: | QSqlTableModel::insertRecord | | Prototype: | bool QSqlTableModel::insertRecord(int row, const QSqlRecord &record) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 1187-1198 |
| | 8 | 4 |
QSqlTableModel::selectStatement| Name: | QSqlTableModel::selectStatement | | Prototype: | QString QSqlTableModel::selectStatement() const | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 1005-1029 |
| | 18 | 4 |
QSslCipher::operator==| Name: | QSslCipher::operator== | | Prototype: | bool QSslCipher::operator==(const QSslCipher &other) const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcipher.cpp | | Lines: | 154-157 |
| | 1 | 1 |
QStateMachine::event| Name: | QStateMachine::event | | Prototype: | bool QStateMachine::event(QEvent *e) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2838-2866 |
| | 21 | 4 |
QSystemLocale::fallbackUiLocale| Name: | QSystemLocale::fallbackUiLocale | | Prototype: | QLocale QSystemLocale::fallbackUiLocale() const | | Coverage: | 60.000% (12/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_unix.cpp | | Lines: | 104-125 |
| | 13 | 6 |
QTest::setMainSourcePath| Name: | QTest::setMainSourcePath | | Prototype: | void QTest::setMainSourcePath(const char *file, const char *builddir) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 3511-3520 |
| | 6 | 2 |
QThreadStorageData::set| Name: | QThreadStorageData::set | | Prototype: | void **QThreadStorageData::set(void *p) | | Coverage: | 60.000% (9/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadstorage.cpp | | Lines: | 129-164 |
| | 19 | 5 |
QTimerInfoList::QTimerInfoList| Name: | QTimerInfoList::QTimerInfoList | | Prototype: | QTimerInfoList::QTimerInfoList() | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimerinfo_unix.cpp | | Lines: | 58-80 |
| | 11 | 2 |
QUrl::operator =| Name: | QUrl::operator = | | Prototype: | QUrl &QUrl::operator =(const QString &url) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 3748-3757 |
| | 5 | 2 |
QUtcTimeZonePrivate::QUtcTimeZonePrivate| Name: | QUtcTimeZonePrivate::QUtcTimeZonePrivate | | Prototype: | QUtcTimeZonePrivate::QUtcTimeZonePrivate(qint32 offsetSeconds) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | | Lines: | 614-624 |
| | 5 | 2 |
QXcbBackingStore::beginPaint| Name: | QXcbBackingStore::beginPaint | | Prototype: | void QXcbBackingStore::beginPaint(const QRegion ®ion) | | Coverage: | 60.000% (9/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 323-343 |
| | 14 | 5 |
QXcbConnection::xi2MouseEvents| Name: | QXcbConnection::xi2MouseEvents | | Prototype: | bool QXcbConnection::xi2MouseEvents() const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 2254-2260 |
| | 1 | 1 |
QXcbKeyboard::resolveMaskConflicts| Name: | QXcbKeyboard::resolveMaskConflicts | | Prototype: | void QXcbKeyboard::resolveMaskConflicts() | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | | Lines: | 1373-1389 |
| | 6 | 4 |
QXmlStreamReaderPrivate::raiseError| Name: | QXmlStreamReaderPrivate::raiseError | | Prototype: | void QXmlStreamReaderPrivate::raiseError(QXmlStreamReader::Error error, const QString& message) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 1836-1848 |
| | 8 | 4 |
checkCondition| Name: | checkCondition | | Prototype: | static bool checkCondition(const QByteArray &condition) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestblacklist.cpp | | Lines: | 181-197 |
| | 10 | 4 |
checkFutexPrivateSupport| Name: | checkFutexPrivateSupport | | Prototype: | static int checkFutexPrivateSupport() | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | | Lines: | 101-125 |
| | 10 | 2 |