| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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::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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
QTestXunitStreamer::indentForElement| Name: | QTestXunitStreamer::indentForElement | | Prototype: | void QTestXunitStreamer::indentForElement(const QTestElement* element, char* buf, int size) | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestxunitstreamer.cpp | | Lines: | 54-70 |
| | 10 | 4 |
QSqlCachedResult::data| Name: | QSqlCachedResult::data | | Prototype: | QVariant QSqlCachedResult::data(int i) | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | | Lines: | 236-243 |
| | 4 | 2 |
QSortFilterProxyModelPrivate::proxy_to_source| Name: | QSortFilterProxyModelPrivate::proxy_to_source | | Prototype: | QModelIndex QSortFilterProxyModelPrivate::proxy_to_source(const QModelIndex &proxy_index) const | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 368-384 |
| | 13 | 4 |
QLocalSocket::connectToServer| Name: | QLocalSocket::connectToServer | | Prototype: | void QLocalSocket::connectToServer(OpenMode openMode) | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | | Lines: | 216-249 |
| | 22 | 4 |
QJsonPrivate::Array::isValid| Name: | QJsonPrivate::Array::isValid | | Prototype: | bool Array::isValid(int maxSize) const | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 225-235 |
| | 6 | 4 |
QJsonObject::operator =| Name: | QJsonObject::operator = | | Prototype: | QJsonObject &QJsonObject::operator =(const QJsonObject &other) | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 176-188 |
| | 8 | 4 |
QJsonDocument::operator =| Name: | QJsonDocument::operator = | | Prototype: | QJsonDocument &QJsonDocument::operator =(const QJsonDocument &other) | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 137-148 |
| | 7 | 4 |
QJsonArray::operator =| Name: | QJsonArray::operator = | | Prototype: | QJsonArray &QJsonArray::operator =(const QJsonArray &other) | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 195-207 |
| | 8 | 4 |
QFileInfo::ownerId| Name: | QFileInfo::ownerId | | Prototype: | uint QFileInfo::ownerId() const | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1167-1178 |
| | 8 | 4 |
QTranslatorPrivate::do_load| Name: | QTranslatorPrivate::do_load | | Prototype: | bool QTranslatorPrivate::do_load(const QString &realname, const QString &directory) | | Coverage: | 57.895% (33/57) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | | Lines: | 517-614 |
| | 57 | 15 |
QStandardPaths::displayName| Name: | QStandardPaths::displayName | | Prototype: | QString QStandardPaths::displayName(StandardLocation type) | | Coverage: | 57.895% (22/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp | | Lines: | 559-602 |
| | 20 | 20 |
QSocks5SocketEngine::waitForRead| Name: | QSocks5SocketEngine::waitForRead | | Prototype: | bool QSocks5SocketEngine::waitForRead(int msecs, bool *timedOut) | | Coverage: | 57.895% (22/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1745-1794 |
| | 27 | 11 |
QHttpNetworkConnectionChannel::_q_disconnected| Name: | QHttpNetworkConnectionChannel::_q_disconnected | | Prototype: | void QHttpNetworkConnectionChannel::_q_disconnected() | | Coverage: | 57.895% (11/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | | Lines: | 748-771 |
| | 13 | 5 |
QDBusConnectionPrivate::removeSignalHook| Name: | QDBusConnectionPrivate::removeSignalHook | | Prototype: | bool QDBusConnectionPrivate::removeSignalHook(const QString &key, const SignalHook &hook) | | Coverage: | 57.895% (11/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2288-2310 |
| | 14 | 3 |
QDomNodePrivate::removeChild| Name: | QDomNodePrivate::removeChild | | Prototype: | QDomNodePrivate* QDomNodePrivate::removeChild(QDomNodePrivate* oldChild) | | Coverage: | 57.692% (15/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1797-1831 |
| | 20 | 8 |
QMetaObjectBuilder::deserialize| Name: | QMetaObjectBuilder::deserialize | | Prototype: | void QMetaObjectBuilder::deserialize (QDataStream& stream, const QMap<QByteArray, const QMetaObject *>& references) | | Coverage: | 57.647% (49/85) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 1709-1864 |
| | 111 | 24 |
writeProperty| Name: | writeProperty | | Prototype: | static int writeProperty(QObject *obj, const QByteArray &property_name, QVariant value, int propFlags = QDBusConnection::ExportAllProperties) | | Coverage: | 57.576% (19/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusinternalfilters.cpp | | Lines: | 322-374 |
| | 29 | 9 |
cursorIdForShape| Name: | cursorIdForShape | | Prototype: | static int cursorIdForShape(int cshape) | | Coverage: | 57.576% (19/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbcursor.cpp | | Lines: | 379-431 |
| | 32 | 18 |
queued_activate| Name: | queued_activate | | Prototype: | static void queued_activate(QObject *sender, int signal, QObjectPrivate::Connection *c, void **argv, QMutexLocker &locker) | | Coverage: | 57.143% (24/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 3535-3587 |
| | 40 | 14 |