| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QAbstractSocket::connectToHost| Name:  | QAbstractSocket::connectToHost |  | Prototype:  | void QAbstractSocket::connectToHost(const QString &hostName, quint16 port, OpenMode openMode, NetworkLayerProtocol protocol) |  | Coverage:  |  86.486% (32/37) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp |  | Lines:  | 1632-1725 |  
  |  | 54 | 11 | 
 Parser::nextToken| Name:  | Parser::nextToken |  | Prototype:  | char Parser::nextToken() |  | Coverage:  |  86.667% (13/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonparser.cpp |  | Lines:  | 274-294 |  
  |  | 9 | 10 | 
 QByteArray::lastIndexOf| Name:  | QByteArray::lastIndexOf |  | Prototype:  | int QByteArray::lastIndexOf(char ch, int from) const |  | Coverage:  |  86.667% (13/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp |  | Lines:  | 2709-2723 |  
  |  | 11 | 6 | 
 QHostAddress::isInSubnet| Name:  | QHostAddress::isInSubnet |  | Prototype:  | bool QHostAddress::isInSubnet(const QHostAddress &subnet, int netmask) const |  | Coverage:  |  86.667% (26/30) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp |  | Lines:  | 900-938 |  
  |  | 26 | 9 | 
 QHostAddress::toIPv4Address| Name:  | QHostAddress::toIPv4Address |  | Prototype:  | quint32 QHostAddress::toIPv4Address(bool *ok) const |  | Coverage:  |  86.667% (13/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp |  | Lines:  | 687-695 |  
  |  | 6 | 3 | 
 QLibraryStore::findOrCreate| Name:  | QLibraryStore::findOrCreate |  | Prototype:  | inline QLibraryPrivate *QLibraryStore::findOrCreate(const QString &fileName, const QString &version, QLibrary::LoadHints loadHints) |  | Coverage:  |  86.667% (13/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp |  | Lines:  | 442-464 |  
  |  | 13 | 5 | 
 QListData::move| Name:  | QListData::move |  | Prototype:  | void QListData::move(int from, int to) |  | Coverage:  |  86.667% (26/30) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp |  | Lines:  | 286-324 |  
  |  | 26 | 9 | 
 QMetaObject::indexOfProperty| Name:  | QMetaObject::indexOfProperty |  | Prototype:  | int QMetaObject::indexOfProperty(const char *name) const |  | Coverage:  |  86.667% (13/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp |  | Lines:  | 991-1015 |  
  |  | 15 | 5 | 
 QMetaObject::property| Name:  | QMetaObject::property |  | Prototype:  | QMetaProperty QMetaObject::property(int index) const |  | Coverage:  |  86.667% (26/30) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp |  | Lines:  | 1103-1151 |  
  |  | 36 | 9 | 
 QNetworkAccessAuthenticationManager::cacheProxyCredentials| Name:  | QNetworkAccessAuthenticationManager::cacheProxyCredentials |  | Prototype:  | void QNetworkAccessAuthenticationManager::cacheProxyCredentials(const QNetworkProxy &p, const QAuthenticator *authenticator) |  | Coverage:  |  86.667% (13/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessauthenticationmanager.cpp |  | Lines:  | 150-191 |  
  |  | 21 | 7 | 
 QNetworkReplyHttpImplPrivate::emitReplyUploadProgress| Name:  | QNetworkReplyHttpImplPrivate::emitReplyUploadProgress |  | Prototype:  | void QNetworkReplyHttpImplPrivate::emitReplyUploadProgress(qint64 bytesSent, qint64 bytesTotal) |  | Coverage:  |  86.667% (13/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp |  | Lines:  | 1986-2005 |  
  |  | 10 | 5 | 
 QProcessPrivate::start| Name:  | QProcessPrivate::start |  | Prototype:  | void QProcessPrivate::start(QIODevice::OpenMode mode) |  | Coverage:  |  86.667% (26/30) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp |  | Lines:  | 2146-2185 |  
  |  | 26 | 8 | 
 QSharedMemory::create| Name:  | QSharedMemory::create |  | Prototype:  | bool QSharedMemory::create(int size, AccessMode mode) |  | Coverage:  |  86.667% (13/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp |  | Lines:  | 326-359 |  
  |  | 16 | 5 | 
 QSocks5SocketEnginePrivate::initialize| Name:  | QSocks5SocketEnginePrivate::initialize |  | Prototype:  | void QSocks5SocketEnginePrivate::initialize(Socks5Mode socks5Mode) |  | Coverage:  |  86.667% (13/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp |  | Lines:  | 532-585 |  
  |  | 37 | 5 | 
 QStateMachinePrivate::setError| Name:  | QStateMachinePrivate::setError |  | Prototype:  | void QStateMachinePrivate::setError(QStateMachine::Error errorCode, QAbstractState *currentContext) |  | Coverage:  |  86.667% (13/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1463-1517 |  
  |  | 30 | 7 | 
 QSystemSemaphore::setKey| Name:  | QSystemSemaphore::setKey |  | Prototype:  | void QSystemSemaphore::setKey(const QString &key, int initialValue, AccessMode mode) |  | Coverage:  |  86.667% (13/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore.cpp |  | Lines:  | 226-246 |  
  |  | 13 | 3 | 
 QThread::wait| Name:  | QThread::wait |  | Prototype:  | bool QThread::wait(unsigned long time) |  | Coverage:  |  86.667% (13/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp |  | Lines:  | 684-702 |  
  |  | 11 | 5 | 
 QUnicodeTools::getWhiteSpaces| Name:  | QUnicodeTools::getWhiteSpaces |  | Prototype:  | static void getWhiteSpaces(const ushort *string, quint32 len, QCharAttributes *attributes) |  | Coverage:  |  86.667% (13/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp |  | Lines:  | 600-615 |  
  |  | 9 | 5 | 
 shouldIncludeFs| Name:  | shouldIncludeFs |  | Prototype:  | static bool shouldIncludeFs(const QStorageIterator &it) |  | Coverage:  |  86.667% (13/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp |  | Lines:  | 157-192 |  
  |  | 10 | 3 | 
 unquote| Name:  | unquote |  | Prototype:  | static QString unquote(const QStringRef &str) |  | Coverage:  |  86.667% (13/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp |  | Lines:  | 316-338 |  
  |  | 15 | 5 | 
 QHttpNetworkConnectionPrivate::_q_startNextRequest| Name:  | QHttpNetworkConnectionPrivate::_q_startNextRequest |  | Prototype:  | void QHttpNetworkConnectionPrivate::_q_startNextRequest() |  | Coverage:  |  86.726% (98/113) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp |  | Lines:  | 981-1091 |  
  |  | 59 | 29 | 
 QUtf32::convertToUnicode| Name:  | QUtf32::convertToUnicode |  | Prototype:  | QString QUtf32::convertToUnicode(const char *chars, int len, QTextCodec::ConverterState *state, DataEndianness e) |  | Coverage:  |  86.765% (59/68) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp |  | Lines:  | 615-680 |  
  |  | 49 | 15 | 
 QRegExpMatchState::matchHere| Name:  | QRegExpMatchState::matchHere |  | Prototype:  | bool QRegExpMatchState::matchHere() |  | Coverage:  |  86.813% (158/182) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp |  | Lines:  | 1975-2323 |  
  |  | 172 | 49 | 
 QXmlSimpleReaderPrivate::parseEntityDecl| Name:  | QXmlSimpleReaderPrivate::parseEntityDecl |  | Prototype:  | bool QXmlSimpleReaderPrivate::parseEntityDecl() |  | Coverage:  |  86.842% (165/190) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp |  | Lines:  | 6494-6792 |  
  |  | 184 | 74 | 
 QDBusConnectionPrivate::prepareHook| Name:  | QDBusConnectionPrivate::prepareHook |  | Prototype:  | bool QDBusConnectionPrivate::prepareHook(QDBusConnectionPrivate::SignalHook &hook, QString &key, const QString &service, const QString &path, const QString &interface, const QString &name, const QStringList &argMatch, QObject *receiver, const char *signal, int minMIdx, bool buildSignature) |  | Coverage:  |  86.957% (20/23) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp |  | Lines:  | 1321-1367 |  
  |  | 27 | 8 | 
 QMetaObject::newInstance| Name:  | QMetaObject::newInstance |  | Prototype:  | QObject *QMetaObject::newInstance(QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const |  | Coverage:  |  86.957% (20/23) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp |  | Lines:  | 225-279 |  
  |  | 32 | 8 | 
 QSslCertificatePrivate::certificatesFromPem| Name:  | QSslCertificatePrivate::certificatesFromPem |  | Prototype:  | QList<QSslCertificate> QSslCertificatePrivate::certificatesFromPem(const QByteArray &pem, int count) |  | Coverage:  |  86.957% (20/23) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp |  | Lines:  | 651-684 |  
  |  | 23 | 7 | 
 QSslSocket::waitForReadyRead| Name:  | QSslSocket::waitForReadyRead |  | Prototype:  | bool QSslSocket::waitForReadyRead(int msecs) |  | Coverage:  |  86.957% (20/23) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp |  | Lines:  | 1600-1640 |  
  |  | 20 | 7 | 
 QStateMachinePrivate::findLCA| Name:  | QStateMachinePrivate::findLCA |  | Prototype:  | QState *QStateMachinePrivate::findLCA(const QList<QAbstractState*> &states, bool onlyCompound) const |  | Coverage:  |  86.957% (20/23) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 524-544 |  
  |  | 15 | 7 | 
 QXmlUtils::rangeContains| Name:  | QXmlUtils::rangeContains |  | Prototype:  | bool QXmlUtils::rangeContains(RangeIter begin, RangeIter end, const QChar c) |  | Coverage:  |  86.957% (20/23) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp |  | Lines:  | 64-98 |  
  |  | 19 | 8 | 
 QUrl::toString| Name:  | QUrl::toString |  | Prototype:  | QString QUrl::toString(FormattingOptions options) const |  | Coverage:  |  87.037% (47/54) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3274-3331 |  
  |  | 32 | 11 | 
 QMetaObjectBuilder::addMetaObject| Name:  | QMetaObjectBuilder::addMetaObject |  | Prototype:  | void QMetaObjectBuilder::addMetaObject (const QMetaObject *prototype, QMetaObjectBuilder::AddMembers members) |  | Coverage:  |  87.059% (74/85) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp |  | Lines:  | 687-760 |  
  |  | 48 | 25 | 
 QVariant::canConvert| Name:  | QVariant::canConvert |  | Prototype:  | bool QVariant::canConvert(int targetTypeId) const |  | Coverage:  |  87.162% (129/148) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp |  | Lines:  | 3030-3179 |  
  |  | 81 | 60 | 
 QAbstractSocket::bytesAvailable| Name:  | QAbstractSocket::bytesAvailable |  | Prototype:  | qint64 QAbstractSocket::bytesAvailable() const |  | Coverage:  |  87.500% (7/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp |  | Lines:  | 1762-1774 |  
  |  | 5 | 2 | 
 QAbstractSocketPrivate::resolveProxy| Name:  | QAbstractSocketPrivate::resolveProxy |  | Prototype:  | void QAbstractSocketPrivate::resolveProxy(const QString &hostname, quint16 port) |  | Coverage:  |  87.500% (14/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp |  | Lines:  | 909-942 |  
  |  | 18 | 5 | 
 QAnimationGroup::event| Name:  | QAnimationGroup::event |  | Prototype:  | bool QAnimationGroup::event(QEvent *event) |  | Coverage:  |  87.500% (14/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qanimationgroup.cpp |  | Lines:  | 267-287 |  
  |  | 13 | 6 | 
 QAnimationTimer::ensureTimerUpdate| Name:  | QAnimationTimer::ensureTimerUpdate |  | Prototype:  | void QAnimationTimer::ensureTimerUpdate() |  | Coverage:  |  87.500% (7/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 590-596 |  
  |  | 4 | 2 | 
 QByteArray::repeated| Name:  | QByteArray::repeated |  | Prototype:  | QByteArray QByteArray::repeated(int times) const |  | Coverage:  |  87.500% (14/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp |  | Lines:  | 2470-2503 |  
  |  | 23 | 6 | 
 QConfFileSettingsPrivate::ensureSectionParsed| Name:  | QConfFileSettingsPrivate::ensureSectionParsed |  | Prototype:  | void QConfFileSettingsPrivate::ensureSectionParsed(QConfFile *confFile, const QSettingsKey &key) const |  | Coverage:  |  87.500% (21/24) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp |  | Lines:  | 1895-1920 |  
  |  | 17 | 7 | 
 QCoreApplicationPrivate::sendThroughApplicationEventFilters| Name:  | QCoreApplicationPrivate::sendThroughApplicationEventFilters |  | Prototype:  | bool QCoreApplicationPrivate::sendThroughApplicationEventFilters(QObject *receiver, QEvent *event) |  | Coverage:  |  87.500% (14/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp |  | Lines:  | 1066-1086 |  
  |  | 12 | 6 | 
 QDBusConnectionManager::busConnection| Name:  | QDBusConnectionManager::busConnection |  | Prototype:  | QDBusConnectionPrivate *QDBusConnectionManager::busConnection(QDBusConnection::BusType type) |  | Coverage:  |  87.500% (14/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp |  | Lines:  | 97-117 |  
  |  | 10 | 6 | 
 QDBusUtil::isValidSignature| Name:  | QDBusUtil::isValidSignature |  | Prototype:  | bool isValidSignature(const QString &signature) |  | Coverage:  |  87.500% (7/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp |  | Lines:  | 558-569 |  
  |  | 7 | 4 | 
 QDataStream::operator>>| Name:  | QDataStream::operator>> |  | Prototype:  | QDataStream &QDataStream::operator>>(double &f) |  | Coverage:  |  87.500% (14/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp |  | Lines:  | 944-969 |  
  |  | 14 | 5 | 
 QDataStream::readBytes| Name:  | QDataStream::readBytes |  | Prototype:  | QDataStream &QDataStream::readBytes(char *&s, uint &l) |  | Coverage:  |  87.500% (14/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp |  | Lines:  | 1010-1045 |  
  |  | 26 | 6 | 
 QDateTimePrivate::toMSecsSinceEpoch| Name:  | QDateTimePrivate::toMSecsSinceEpoch |  | Prototype:  | qint64 QDateTimePrivate::toMSecsSinceEpoch() const |  | Coverage:  |  87.500% (7/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp |  | Lines:  | 2716-2738 |  
  |  | 7 | 5 | 
 QDebugStateSaverPrivate::restoreState| Name:  | QDebugStateSaverPrivate::restoreState |  | Prototype:  | void restoreState() |  | Coverage:  |  87.500% (14/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp |  | Lines:  | 837-851 |  
  |  | 10 | 5 | 
 QGL2PEXVertexArray::addCentroid| Name:  | QGL2PEXVertexArray::addCentroid |  | Prototype:  | void QGL2PEXVertexArray::addCentroid(const QVectorPath &path, int subPathIndex) |  | Coverage:  |  87.500% (7/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp |  | Lines:  | 69-84 |  
  |  | 9 | 2 | 
 QHttpNetworkConnectionPrivate::dequeueRequest| Name:  | QHttpNetworkConnectionPrivate::dequeueRequest |  | Prototype:  | bool QHttpNetworkConnectionPrivate::dequeueRequest(QAbstractSocket *socket) |  | Coverage:  |  87.500% (14/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp |  | Lines:  | 667-691 |  
  |  | 16 | 6 | 
 QHttpSocketEngine::setWriteNotificationEnabled| Name:  | QHttpSocketEngine::setWriteNotificationEnabled |  | Prototype:  | void QHttpSocketEngine::setWriteNotificationEnabled(bool enable) |  | Coverage:  |  87.500% (7/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp |  | Lines:  | 482-488 |  
  |  | 4 | 2 | 
 QHttpThreadDelegate::startRequest| Name:  | QHttpThreadDelegate::startRequest |  | Prototype:  | void QHttpThreadDelegate::startRequest() |  | Coverage:  |  87.500% (35/40) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp |  | Lines:  | 272-396 |  
  |  | 62 | 12 | 
 QLoggingCategory::init| Name:  | QLoggingCategory::init |  | Prototype:  | void QLoggingCategory::init(const char *category, QtMsgType severityLevel) |  | Coverage:  |  87.500% (7/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp |  | Lines:  | 238-249 |  
  |  | 6 | 3 | 
 QMetaProperty::type| Name:  | QMetaProperty::type |  | Prototype:  | QVariant::Type QMetaProperty::type() const |  | Coverage:  |  87.500% (14/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp |  | Lines:  | 2823-2847 |  
  |  | 14 | 6 | 
 QMimeDatabase::mimeTypeForFileNameAndData| Name:  | QMimeDatabase::mimeTypeForFileNameAndData |  | Prototype:  | QMimeType QMimeDatabase::mimeTypeForFileNameAndData(const QString &fileName, QIODevice *device) const |  | Coverage:  |  87.500% (7/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimedatabase.cpp |  | Lines:  | 548-556 |  
  |  | 6 | 2 | 
 QNetworkDiskCache::expire| Name:  | QNetworkDiskCache::expire |  | Prototype:  | qint64 QNetworkDiskCache::expire() |  | Coverage:  |  87.500% (28/32) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp |  | Lines:  | 518-580 |  
  |  | 38 | 10 | 
 QNetworkReplyHttpImpl::QNetworkReplyHttpImpl| Name:  | QNetworkReplyHttpImpl::QNetworkReplyHttpImpl |  | Prototype:  | QNetworkReplyHttpImpl::QNetworkReplyHttpImpl(QNetworkAccessManager* const manager, const QNetworkRequest& request, QNetworkAccessManager::Operation& operation, QIODevice* outgoingData) |  | Coverage:  |  87.500% (21/24) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp |  | Lines:  | 167-243 |  
  |  | 36 | 8 | 
 QRegExpEngine::finishAtom| Name:  | QRegExpEngine::finishAtom |  | Prototype:  | void QRegExpEngine::finishAtom(int atom, bool needCapture) |  | Coverage:  |  87.500% (7/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp |  | Lines:  | 1761-1766 |  
  |  | 3 | 2 | 
 QRelation::populateDictionary| Name:  | QRelation::populateDictionary |  | Prototype:  | void QRelation::populateDictionary() |  | Coverage:  |  87.500% (14/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlrelationaltablemodel.cpp |  | Lines:  | 194-220 |  
  |  | 18 | 6 | 
 QResourceFileEnginePrivate::uncompress| Name:  | QResourceFileEnginePrivate::uncompress |  | Prototype:  | void QResourceFileEnginePrivate::uncompress() const |  | Coverage:  |  87.500% (7/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp |  | Lines:  | 1494-1503 |  
  |  | 2 | 2 | 
 QSaveFile::commit| Name:  | QSaveFile::commit |  | Prototype:  | bool QSaveFile::commit() |  | Coverage:  |  87.500% (14/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsavefile.cpp |  | Lines:  | 279-316 |  
  |  | 25 | 6 | 
 QSortFilterProxyModel::insertRows| Name:  | QSortFilterProxyModel::insertRows |  | Prototype:  | bool QSortFilterProxyModel::insertRows(int row, int count, const QModelIndex &parent) |  | Coverage:  |  87.500% (14/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 2080-2095 |  
  |  | 13 | 4 | 
 QSqlQueryModel::removeColumns| Name:  | QSqlQueryModel::removeColumns |  | Prototype:  | bool QSqlQueryModel::removeColumns(int column, int count, const QModelIndex &parent) |  | Coverage:  |  87.500% (14/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp |  | Lines:  | 641-657 |  
  |  | 11 | 4 | 
 QSqlTableModel::setData| Name:  | QSqlTableModel::setData |  | Prototype:  | bool QSqlTableModel::setData(const QModelIndex &index, const QVariant &value, int role) |  | Coverage:  |  87.500% (28/32) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp |  | Lines:  | 562-596 |  
  |  | 23 | 8 | 
 QSslCertificate::fromPath| Name:  | QSslCertificate::fromPath |  | Prototype:  | QList<QSslCertificate> QSslCertificate::fromPath(const QString &path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax) |  | Coverage:  |  87.500% (35/40) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate.cpp |  | Lines:  | 464-527 |  
  |  | 39 | 13 | 
 QString::QString| Name:  | QString::QString |  | Prototype:  | QString::QString(const QChar *unicode, int size) |  | Coverage:  |  87.500% (14/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 1511-1531 |  
  |  | 13 | 6 | 
 QString::repeated| Name:  | QString::repeated |  | Prototype:  | QString QString::repeated(int times) const |  | Coverage:  |  87.500% (14/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 7119-7152 |  
  |  | 23 | 6 | 
 QThreadPoolThread::run| Name:  | QThreadPoolThread::run |  | Prototype:  | void QThreadPoolThread::run() |  | Coverage:  |  87.500% (28/32) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp |  | Lines:  | 82-144 |  
  |  | 35 | 11 | 
 QXcbCursor::~QXcbCursor| Name:  | QXcbCursor::~QXcbCursor |  | Prototype:  | QXcbCursor::~QXcbCursor() |  | Coverage:  |  87.500% (7/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbcursor.cpp |  | Lines:  | 334-349 |  
  |  | 7 | 4 | 
 QXcbWindow::updateNetWmStateBeforeMap| Name:  | QXcbWindow::updateNetWmStateBeforeMap |  | Prototype:  | void QXcbWindow::updateNetWmStateBeforeMap() |  | Coverage:  |  87.500% (14/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 1378-1402 |  
  |  | 15 | 6 | 
 QtPrivate::isBuiltinType| Name:  | QtPrivate::isBuiltinType |  | Prototype:  | bool isBuiltinType(const QByteArray &type) |  | Coverage:  |  87.500% (7/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp |  | Lines:  | 82-88 |  
  |  | 4 | 2 | 
 iniChopTrailingSpaces| Name:  | iniChopTrailingSpaces |  | Prototype:  | inline static void iniChopTrailingSpaces(QString &str, int limit) |  | Coverage:  |  87.500% (7/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp |  | Lines:  | 697-703 |  
  |  | 4 | 2 | 
 methodIndexToSignalIndex| Name:  | methodIndexToSignalIndex |  | Prototype:  | static int methodIndexToSignalIndex(const QMetaObject **base, int signal_index) |  | Coverage:  |  87.500% (14/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp |  | Lines:  | 3196-3214 |  
  |  | 13 | 5 | 
 QDateTimeParser::parseSection| Name:  | QDateTimeParser::parseSection |  | Prototype:  | int QDateTimeParser::parseSection(const QDateTime ¤tValue, int sectionIndex, QString &text, int &cursorPosition, int index, State &state, int *usedptr) const |  | Coverage:  |  87.719% (100/114) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp |  | Lines:  | 697-873 |  
  |  | 107 | 45 | 
 QSqlTableModel::submitAll| Name:  | QSqlTableModel::submitAll |  | Prototype:  | bool QSqlTableModel::submitAll() |  | Coverage:  |  87.805% (36/41) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp |  | Lines:  | 733-786 |  
  |  | 33 | 15 | 
 QTimerInfoList::activateTimers| Name:  | QTimerInfoList::activateTimers |  | Prototype:  | int QTimerInfoList::activateTimers() |  | Coverage:  |  87.805% (36/41) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimerinfo_unix.cpp |  | Lines:  | 569-654 |  
  |  | 36 | 13 | 
 QStateMachinePrivate::addDescendantStatesToEnter| Name:  | QStateMachinePrivate::addDescendantStatesToEnter |  | Prototype:  | void QStateMachinePrivate::addDescendantStatesToEnter(QAbstractState *state, QSet<QAbstractState*> &statesToEnter, QSet<QAbstractState*> &statesForDefaultEntry) |  | Coverage:  |  87.879% (29/33) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1094-1161 |  
  |  | 35 | 15 | 
 QXcbWindow::netWmStates| Name:  | QXcbWindow::netWmStates |  | Prototype:  | QXcbWindow::NetWmStates QXcbWindow::netWmStates() |  | Coverage:  |  87.879% (29/33) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp |  | Lines:  | 1054-1092 |  
  |  | 27 | 10 | 
 QConfFileSettingsPrivate::readIniSection| Name:  | QConfFileSettingsPrivate::readIniSection |  | Prototype:  | bool QConfFileSettingsPrivate::readIniSection(const QSettingsKey §ion, const QByteArray &data, ParsedSettingsMap *settingsMap, QTextCodec *codec) |  | Coverage:  |  88.000% (22/25) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp |  | Lines:  | 1704-1759 |  
  |  | 35 | 6 | 
 QPollingFileSystemWatcherEngine::timeout| Name:  | QPollingFileSystemWatcherEngine::timeout |  | Prototype:  | void QPollingFileSystemWatcherEngine::timeout() |  | Coverage:  |  88.000% (22/25) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher_polling.cpp |  | Lines:  | 115-151 |  
  |  | 28 | 9 | 
 parseHeaderValue| Name:  | parseHeaderValue |  | Prototype:  | static QVariant parseHeaderValue(QNetworkRequest::KnownHeaders header, const QByteArray &value) |  | Coverage:  |  88.000% (22/25) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp |  | Lines:  | 872-910 |  
  |  | 16 | 12 | 
 QConfFileSettingsPrivate::writeIniFile| Name:  | QConfFileSettingsPrivate::writeIniFile |  | Prototype:  | bool QConfFileSettingsPrivate::writeIniFile(QIODevice &device, const ParsedSettingsMap &map) |  | Coverage:  |  88.095% (37/42) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp |  | Lines:  | 1794-1881 |  
  |  | 51 | 12 | 
 QAsn1Element::read| Name:  | QAsn1Element::read |  | Prototype:  | bool QAsn1Element::read(QDataStream &stream) |  | Coverage:  |  88.235% (15/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp |  | Lines:  | 91-129 |  
  |  | 24 | 6 | 
 QConfFileSettingsPrivate::remove| Name:  | QConfFileSettingsPrivate::remove |  | Prototype:  | void QConfFileSettingsPrivate::remove(const QString &key) |  | Coverage:  |  88.235% (15/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp |  | Lines:  | 1202-1227 |  
  |  | 18 | 5 | 
 QHashData::previousNode| Name:  | QHashData::previousNode |  | Prototype:  | QHashData::Node *QHashData::previousNode(Node *node) |  | Coverage:  |  88.235% (15/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp |  | Lines:  | 627-660 |  
  |  | 20 | 6 | 
 QMetaEnum::valueToKeys| Name:  | QMetaEnum::valueToKeys |  | Prototype:  | QByteArray QMetaEnum::valueToKeys(int value) const |  | Coverage:  |  88.235% (15/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp |  | Lines:  | 2698-2717 |  
  |  | 14 | 5 | 
 QMimeBinaryProvider::checkCache| Name:  | QMimeBinaryProvider::checkCache |  | Prototype:  | void QMimeBinaryProvider::checkCache() |  | Coverage:  |  88.235% (15/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp |  | Lines:  | 239-265 |  
  |  | 15 | 7 | 
 QProcessPrivate::processStarted| Name:  | QProcessPrivate::processStarted |  | Prototype:  | bool QProcessPrivate::processStarted(QString *errorMessage) |  | Coverage:  |  88.235% (15/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp |  | Lines:  | 625-653 |  
  |  | 16 | 5 | 
 QReadWriteLockPrivate::recursiveUnlock| Name:  | QReadWriteLockPrivate::recursiveUnlock |  | Prototype:  | void QReadWriteLockPrivate::recursiveUnlock() |  | Coverage:  |  88.235% (15/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp |  | Lines:  | 575-601 |  
  |  | 17 | 6 | 
 QSslKeyPrivate::pemFooter| Name:  | QSslKeyPrivate::pemFooter |  | Prototype:  | QByteArray QSslKeyPrivate::pemFooter() const |  | Coverage:  |  88.235% (15/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_p.cpp |  | Lines:  | 123-136 |  
  |  | 6 | 9 | 
 QSslKeyPrivate::pemHeader| Name:  | QSslKeyPrivate::pemHeader |  | Prototype:  | QByteArray QSslKeyPrivate::pemHeader() const |  | Coverage:  |  88.235% (15/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_p.cpp |  | Lines:  | 105-118 |  
  |  | 6 | 9 | 
 QStateMachinePrivate::registerSignalTransition| Name:  | QStateMachinePrivate::registerSignalTransition |  | Prototype:  | void QStateMachinePrivate::registerSignalTransition(QSignalTransition *transition) |  | Coverage:  |  88.235% (30/34) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2239-2297 |  
  |  | 37 | 12 | 
 QTestResult::verify| Name:  | QTestResult::verify |  | Prototype:  | bool QTestResult::verify(bool statement, const char *statementStr, const char *description, const char *file, int line) |  | Coverage:  |  88.235% (15/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestresult.cpp |  | Lines:  | 239-257 |  
  |  | 10 | 5 | 
 QUnifiedTimer::localRestart| Name:  | QUnifiedTimer::localRestart |  | Prototype:  | void QUnifiedTimer::localRestart() |  | Coverage:  |  88.235% (15/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 352-369 |  
  |  | 11 | 5 | 
 QXmlStreamReaderPrivate::fastScanLiteralContent| Name:  | QXmlStreamReaderPrivate::fastScanLiteralContent |  | Prototype:  | inline int QXmlStreamReaderPrivate::fastScanLiteralContent() |  | Coverage:  |  88.235% (30/34) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp |  | Lines:  | 1145-1193 |  
  |  | 24 | 18 | 
 QXmlUtils::isEncName| Name:  | QXmlUtils::isEncName |  | Prototype:  | bool QXmlUtils::isEncName(const QString &encName) |  | Coverage:  |  88.235% (30/34) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp |  | Lines:  | 230-246 |  
  |  | 12 | 4 | 
 parsePosixZoneNameAndOffset| Name:  | parsePosixZoneNameAndOffset |  | Prototype:  | static QPair<QString, int> parsePosixZoneNameAndOffset(const char *&pos, const char *end) |  | Coverage:  |  88.235% (30/34) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp |  | Lines:  | 458-501 |  
  |  | 30 | 9 | 
 splitString| Name:  | splitString |  | Prototype:  | template<class ResultList, typename MidMethod> static ResultList splitString(const QString &source, MidMethod mid, const QRegularExpression &re, QString::SplitBehavior behavior) |  | Coverage:  |  88.235% (15/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 7010-7035 |  
  |  | 16 | 5 | 
 QDateTime::fromString| Name:  | QDateTime::fromString |  | Prototype:  | QDateTime QDateTime::fromString(const QString& string, Qt::DateFormat format) |  | Coverage:  |  88.321% (121/137) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp |  | Lines:  | 4392-4586 |  
  |  | 122 | 44 | 
 QHttpNetworkReplyPrivate::readStatus| Name:  | QHttpNetworkReplyPrivate::readStatus |  | Prototype:  | qint64 QHttpNetworkReplyPrivate::readStatus(QAbstractSocket *socket) |  | Coverage:  |  88.372% (38/43) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp |  | Lines:  | 447-495 |  
  |  | 28 | 10 | 
 QDBusMarshaller::appendCrossMarshalling| Name:  | QDBusMarshaller::appendCrossMarshalling |  | Prototype:  | bool QDBusMarshaller::appendCrossMarshalling(QDBusDemarshaller *demarshaller) |  | Coverage:  |  88.462% (23/26) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmarshaller.cpp |  | Lines:  | 534-592 |  
  |  | 36 | 8 | 
 QXunitTestLogger::addMessage| Name:  | QXunitTestLogger::addMessage |  | Prototype:  | void QXunitTestLogger::addMessage(MessageTypes type, const QString &message, const char *file, int line) |  | Coverage:  |  88.462% (23/26) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp |  | Lines:  | 292-349 |  
  |  | 36 | 12 |