Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
qstrcmpName: | qstrcmp | Prototype: | int qstrcmp(const char *str1, const char *str2) | Coverage: | 77.778% (7/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 261-265 |
| | 2 | 1 |
qt_qFindChildren_helperName: | qt_qFindChildren_helper | Prototype: | void qt_qFindChildren_helper(const QObject *parent, const QRegularExpression &re, const QMetaObject &mo, QList<void*> *list, Qt::FindChildOptions options) | Coverage: | 77.778% (14/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 1896-1913 |
| | 12 | 6 |
rowLengthsFromRangeName: | rowLengthsFromRange | Prototype: | static void rowLengthsFromRange(const QItemSelectionRange &range, QVector<QPair<QPersistentModelIndex, uint> > &result) | Coverage: | 77.778% (7/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 289-303 |
| | 7 | 3 |
socketNotifierSourceCheckName: | socketNotifierSourceCheck | Prototype: | static gboolean socketNotifierSourceCheck(GSource *source) | Coverage: | 77.778% (7/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | Lines: | 68-89 |
| | 10 | 3 |
QHttpNetworkConnectionPrivate::_q_hostLookupFinishedName: | QHttpNetworkConnectionPrivate::_q_hostLookupFinished | Prototype: | void QHttpNetworkConnectionPrivate::_q_hostLookupFinished(QHostInfo info) | Coverage: | 78.049% (32/41) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | Lines: | 1141-1195 |
| | 35 | 13 |
QObject::disconnectName: | QObject::disconnect | Prototype: | bool QObject::disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | Coverage: | 78.049% (32/41) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 3033-3096 |
| | 37 | 11 |
QNetworkReplyHttpImplPrivate::replyDownloadDataName: | QNetworkReplyHttpImplPrivate::replyDownloadData | Prototype: | void QNetworkReplyHttpImplPrivate::replyDownloadData(QByteArray d) | Coverage: | 78.125% (25/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | Lines: | 1002-1071 |
| | 33 | 10 |
qt_socks5_get_host_address_and_portName: | qt_socks5_get_host_address_and_port | Prototype: | static int qt_socks5_get_host_address_and_port(const QByteArray &buf, QHostAddress *pAddress, quint16 *pPort, int *pPos) | Coverage: | 78.125% (25/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 212-271 |
| | 38 | 11 |
QDBusMarshaller::appendVariantInternalName: | QDBusMarshaller::appendVariantInternal | Prototype: | bool QDBusMarshaller::appendVariantInternal(const QVariant &arg) | Coverage: | 78.261% (54/69) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmarshaller.cpp | Lines: | 378-519 |
| | 66 | 31 |
QMetaEnum::keysToValueName: | QMetaEnum::keysToValue | Prototype: | int QMetaEnum::keysToValue(const char *keys, bool *ok) const | Coverage: | 78.261% (36/46) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 2636-2679 |
| | 35 | 12 |
QNetworkAccessFtpBackend::ftpRawCommandReplyName: | QNetworkAccessFtpBackend::ftpRawCommandReply | Prototype: | void QNetworkAccessFtpBackend::ftpRawCommandReply(int code, const QString &text) | Coverage: | 78.261% (18/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessftpbackend.cpp | Lines: | 354-378 |
| | 12 | 7 |
QNetworkAccessManager::createRequestName: | QNetworkAccessManager::createRequest | Prototype: | QNetworkReply *QNetworkAccessManager::createRequest(QNetworkAccessManager::Operation op, const QNetworkRequest &req, QIODevice *outgoingData) | Coverage: | 78.261% (54/69) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | Lines: | 1114-1247 |
| | 70 | 17 |
calculatePosixTransitionsName: | calculatePosixTransitions | Prototype: | static QVector<QTimeZonePrivate::Data> calculatePosixTransitions(const QByteArray &posixRule, int startYear, int endYear, int lastTranMSecs) | Coverage: | 78.261% (36/46) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | Lines: | 497-591 |
| | 61 | 14 |
QTest::qFindTestDataName: | QTest::qFindTestData | Prototype: | QString QTest::qFindTestData(const QString& base, const char *file, int line, const char *builddir) | Coverage: | 78.333% (47/60) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | Lines: | 3230-3335 |
| | 58 | 20 |
QFtpPI::readyReadName: | QFtpPI::readyRead | Prototype: | void QFtpPI::readyRead() | Coverage: | 78.378% (29/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 928-977 |
| | 34 | 12 |
QRegExpEngine::parseAtomName: | QRegExpEngine::parseAtom | Prototype: | void QRegExpEngine::parseAtom(Box *box) | Coverage: | 78.378% (29/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 3604-3672 |
| | 39 | 17 |
QBuffer::writeDataName: | QBuffer::writeData | Prototype: | qint64 QBuffer::writeData(const char *data, qint64 len) | Coverage: | 78.571% (11/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 415-438 |
| | 14 | 4 |
QFileInfo::createdName: | QFileInfo::created | Prototype: | QDateTime QFileInfo::created() const | Coverage: | 78.571% (11/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | Lines: | 1307-1319 |
| | 9 | 5 |
QFileInfo::lastReadName: | QFileInfo::lastRead | Prototype: | QDateTime QFileInfo::lastRead() const | Coverage: | 78.571% (11/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | Lines: | 1348-1360 |
| | 9 | 5 |
QFtpPrivate::_q_startNextCommandName: | QFtpPrivate::_q_startNextCommand | Prototype: | void QFtpPrivate::_q_startNextCommand() | Coverage: | 78.571% (44/56) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 2233-2302 |
| | 48 | 16 |
QIODevice::readLineName: | QIODevice::readLine | Prototype: | QByteArray QIODevice::readLine(qint64 maxSize) | Coverage: | 78.571% (22/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1155-1201 |
| | 25 | 8 |
QNetworkDiskCache::prepareName: | QNetworkDiskCache::prepare | Prototype: | QIODevice *QNetworkDiskCache::prepare(const QNetworkCacheMetaData &metaData) | Coverage: | 78.571% (22/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | Lines: | 176-222 |
| | 28 | 8 |
QString::insertName: | QString::insert | Prototype: | QString& QString::insert(int i, const QChar *unicode, int size) | Coverage: | 78.571% (11/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1973-1994 |
| | 14 | 4 |
QXcbKeyboard::updateVModMappingName: | QXcbKeyboard::updateVModMapping | Prototype: | void QXcbKeyboard::updateVModMapping() | Coverage: | 78.571% (22/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | Lines: | 1172-1239 |
| | 47 | 10 |
replacePercentNName: | replacePercentN | Prototype: | static void replacePercentN(QString *result, int n) | Coverage: | 78.571% (11/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1935-1957 |
| | 15 | 5 |
QXcbClipboard::setMimeDataName: | QXcbClipboard::setMimeData | Prototype: | void QXcbClipboard::setMimeData(QMimeData *data, QClipboard::Mode mode) | Coverage: | 78.788% (26/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | Lines: | 383-428 |
| | 27 | 11 |
extractEncodingDeclName: | extractEncodingDecl | Prototype: | static QString extractEncodingDecl(const QString &text, bool *needMoreText) | Coverage: | 78.788% (26/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 1279-1319 |
| | 28 | 9 |
QLocaleData::unsLongLongToStringName: | QLocaleData::unsLongLongToString | Prototype: | QString QLocaleData::unsLongLongToString(const QChar zero, const QChar group, const QChar plus, qulonglong l, int precision, int base, int width, unsigned flags) | Coverage: | 78.873% (56/71) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 2977-3042 |
| | 38 | 15 |
QDBusMessagePrivate::makeLocalName: | QDBusMessagePrivate::makeLocal | Prototype: | QDBusMessage QDBusMessagePrivate::makeLocal(const QDBusConnectionPrivate &conn, const QDBusMessage &asSent) | Coverage: | 78.947% (15/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmessage.cpp | Lines: | 253-308 |
| | 32 | 5 |
QFile::openName: | QFile::open | Prototype: | bool QFile::open(OpenMode mode) | Coverage: | 78.947% (15/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 864-892 |
| | 20 | 7 |
QResourcePrivate::loadName: | QResourcePrivate::load | Prototype: | bool QResourcePrivate::load(const QString &file) | Coverage: | 78.947% (15/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 250-286 |
| | 28 | 7 |
QSqlTableModel::flagsName: | QSqlTableModel::flags | Prototype: | Qt::ItemFlags QSqlTableModel::flags(const QModelIndex &index) const | Coverage: | 78.947% (30/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | Lines: | 1278-1310 |
| | 20 | 10 |
QTcpServerPrivate::readNotificationName: | QTcpServerPrivate::readNotification | Prototype: | void QTcpServerPrivate::readNotification() | Coverage: | 78.947% (15/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | Lines: | 180-213 |
| | 19 | 7 |
QWaitConditionPrivate::waitName: | QWaitConditionPrivate::wait | Prototype: | bool wait(unsigned long time) | Coverage: | 78.947% (15/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qwaitcondition_unix.cpp | Lines: | 129-159 |
| | 17 | 6 |
QXcbClipboardMime::formats_sysName: | QXcbClipboardMime::formats_sys | Prototype: | QStringList formats_sys() const override | Coverage: | 78.947% (15/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | Lines: | 87-115 |
| | 15 | 7 |
QXmlUtils::isNCNameName: | QXmlUtils::isNCName | Prototype: | bool QXmlUtils::isNCName(const QStringRef &ncName) | Coverage: | 78.947% (15/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | Lines: | 361-380 |
| | 11 | 5 |
fallbackParentName: | fallbackParent | Prototype: | static QString fallbackParent(const QString &mimeTypeName) | Coverage: | 78.947% (15/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | Lines: | 58-72 |
| | 9 | 3 |
mergeIndexesName: | mergeIndexes | Prototype: | static QItemSelection mergeIndexes(const QVector<QPersistentModelIndex> &indexes) | Coverage: | 78.947% (30/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 935-995 |
| | 45 | 10 |
qt_error_stringName: | qt_error_string | Prototype: | QString qt_error_string(int errorCode) | Coverage: | 78.947% (15/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3084-3151 |
| | 20 | 9 |
readEtcFileName: | readEtcFile | Prototype: | static bool readEtcFile(QUnixOSVersion &v, const char *filename, const QByteArray &idKey, const QByteArray &versionKey, const QByteArray &prettyNameKey) | Coverage: | 78.947% (15/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 2162-2201 |
| | 25 | 7 |
QXcbWindow::setMotifWindowFlagsName: | QXcbWindow::setMotifWindowFlags | Prototype: | void QXcbWindow::setMotifWindowFlags(Qt::WindowFlags flags) | Coverage: | 79.070% (34/43) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 1195-1263 |
| | 44 | 11 |
QEasingCurve::operator==Name: | QEasingCurve::operator== | Prototype: | bool QEasingCurve::operator==(const QEasingCurve &other) const | Coverage: | 79.167% (19/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 1103-1120 |
| | 10 | 4 |
QIODevice::readLineName: | QIODevice::readLine | Prototype: | qint64 QIODevice::readLine(char *data, qint64 maxSize) | Coverage: | 79.245% (42/53) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1061-1143 |
| | 38 | 13 |
QAuthenticatorPrivate::parseDigestAuthenticationChallengeName: | QAuthenticatorPrivate::parseDigestAuthenticationChallenge | Prototype: | QHash<QByteArray, QByteArray> QAuthenticatorPrivate::parseDigestAuthenticationChallenge(const QByteArray &challenge) | Coverage: | 79.310% (46/58) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 530-593 |
| | 44 | 16 |
QFtpDTP::writeDataName: | QFtpDTP::writeData | Prototype: | void QFtpDTP::writeData() | Coverage: | 79.310% (23/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 387-425 |
| | 21 | 8 |
QHttpNetworkConnectionPrivate::errorDetailName: | QHttpNetworkConnectionPrivate::errorDetail | Prototype: | QString QHttpNetworkConnectionPrivate::errorDetail(QNetworkReply::NetworkError errorCode, QAbstractSocket *socket, const QString &extraDetail) | Coverage: | 79.310% (23/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | Lines: | 825-871 |
| | 29 | 14 |
QHttpNetworkReplyPrivate::parseHeaderName: | QHttpNetworkReplyPrivate::parseHeader | Prototype: | void QHttpNetworkReplyPrivate::parseHeader(const QByteArray &header) | Coverage: | 79.310% (23/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | Lines: | 603-635 |
| | 23 | 7 |
QFontconfigDatabase::fallbacksForFamilyName: | QFontconfigDatabase::fallbacksForFamily | Prototype: | QStringList QFontconfigDatabase::fallbacksForFamily(const QString &family, QFont::Style style, QFont::StyleHint styleHint, QChar::Script script) const | Coverage: | 79.412% (27/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp | Lines: | 664-739 |
| | 53 | 12 |
QMetaEnum::keyToValueName: | QMetaEnum::keyToValue | Prototype: | int QMetaEnum::keyToValue(const char *key, bool *ok) const | Coverage: | 79.412% (27/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 2577-2604 |
| | 22 | 8 |
QSystemSemaphorePrivate::handleName: | QSystemSemaphorePrivate::handle | Prototype: | key_t QSystemSemaphorePrivate::handle(QSystemSemaphore::AccessMode mode) | Coverage: | 79.412% (27/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore_systemv.cpp | Lines: | 66-128 |
| | 38 | 11 |
QDBusConnectionPrivate::activateInternalFiltersName: | QDBusConnectionPrivate::activateInternalFilters | Prototype: | bool QDBusConnectionPrivate::activateInternalFilters(const ObjectTreeNode &node, const QDBusMessage &msg) | Coverage: | 79.487% (31/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | Lines: | 1387-1431 |
| | 27 | 9 |
QSqlRelationalTableModel::selectStatementName: | QSqlRelationalTableModel::selectStatement | Prototype: | QString QSqlRelationalTableModel::selectStatement() const | Coverage: | 79.545% (35/44) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlrelationaltablemodel.cpp | Lines: | 530-615 |
| | 56 | 15 |
BezierEase::inRangeName: | BezierEase::inRange | Prototype: | bool static inline inRange(qreal f) | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 697-700 |
| | 1 | 1 |
QAbstractFileEngineIterator::currentFilePathName: | QAbstractFileEngineIterator::currentFilePath | Prototype: | QString QAbstractFileEngineIterator::currentFilePath() const | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | Lines: | 985-997 |
| | 8 | 4 |
QAbstractItemModelPrivate::columnsRemovedName: | QAbstractItemModelPrivate::columnsRemoved | Prototype: | void QAbstractItemModelPrivate::columnsRemoved(const QModelIndex &parent, int first, int last) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 856-881 |
| | 18 | 4 |
QAbstractItemModelPrivate::rowsRemovedName: | QAbstractItemModelPrivate::rowsRemoved | Prototype: | void QAbstractItemModelPrivate::rowsRemoved(const QModelIndex &parent, int first, int last) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 761-786 |
| | 18 | 4 |
QAbstractSocket::writeDataName: | QAbstractSocket::writeData | Prototype: | qint64 QAbstractSocket::writeData(const char *data, qint64 size) | Coverage: | 80.000% (40/50) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | Lines: | 2468-2533 |
| | 33 | 11 |
QBasicAtomicBitField::allocateSpecificName: | QBasicAtomicBitField::allocateSpecific | Prototype: | bool allocateSpecific(int which) | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | Lines: | 403-417 |
| | 5 | 1 |
QBasicTimer::stopName: | QBasicTimer::stop | Prototype: | void QBasicTimer::stop() | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qbasictimer.cpp | Lines: | 174-187 |
| | 8 | 4 |
QCommandLineParser::isSetName: | QCommandLineParser::isSet | Prototype: | bool QCommandLineParser::isSet(const QCommandLineOption &option) const | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 884-888 |
| | 1 | 1 |
QConfFile::isWritableName: | QConfFile::isWritable | Prototype: | bool QConfFile::isWritable() const | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 170-193 |
| | 10 | 4 |
QCoreApplication::processEventsName: | QCoreApplication::processEvents | Prototype: | void QCoreApplication::processEvents(QEventLoop::ProcessEventsFlags flags, int maxtime) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1223-1234 |
| | 8 | 4 |
QCoreApplicationPrivate::isTranslatorInstalledName: | QCoreApplicationPrivate::isTranslatorInstalled | Prototype: | bool QCoreApplicationPrivate::isTranslatorInstalled(QTranslator *translator) | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 2034-2038 |
| | 2 | 1 |
QCoreApplicationPrivate::maybeQuitName: | QCoreApplicationPrivate::maybeQuit | Prototype: | void QCoreApplicationPrivate::maybeQuit() | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1814-1818 |
| | 2 | 2 |
QCryptographicHash::addDataName: | QCryptographicHash::addData | Prototype: | bool QCryptographicHash::addData(QIODevice* device) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 345-360 |
| | 9 | 4 |
QDBusAbstractInterfacePrivate::finishDisconnectNotifyName: | QDBusAbstractInterfacePrivate::finishDisconnectNotify | Prototype: | void QDBusAbstractInterfacePrivate::finishDisconnectNotify(QDBusAbstractInterface *ptr, int signalId) | Coverage: | 80.000% (16/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | Lines: | 640-664 |
| | 16 | 6 |
QDBusAbstractInterfacePrivate::setPropertyName: | QDBusAbstractInterfacePrivate::setProperty | Prototype: | bool QDBusAbstractInterfacePrivate::setProperty(const QMetaProperty &mp, const QVariant &value) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | Lines: | 229-247 |
| | 11 | 4 |
QDBusAdaptorConnector::addAdaptorName: | QDBusAdaptorConnector::addAdaptor | Prototype: | void QDBusAdaptorConnector::addAdaptor(QDBusAbstractAdaptor *adaptor) | Coverage: | 80.000% (12/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractadaptor.cpp | Lines: | 209-241 |
| | 18 | 5 |
QDBusConnectionPrivate::getNameOwnerName: | QDBusConnectionPrivate::getNameOwner | Prototype: | QString QDBusConnectionPrivate::getNameOwner(const QString& serviceName) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | Lines: | 2480-2497 |
| | 9 | 4 |
QDBusInterfacePrivate::QDBusInterfacePrivateName: | QDBusInterfacePrivate::QDBusInterfacePrivate | Prototype: | QDBusInterfacePrivate::QDBusInterfacePrivate(const QString &serv, const QString &p, const QString &iface, const QDBusConnection &con) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusinterface.cpp | Lines: | 144-161 |
| | 5 | 4 |
QDBusPendingCallPrivate::setMetaTypesName: | QDBusPendingCallPrivate::setMetaTypes | Prototype: | void QDBusPendingCallPrivate::setMetaTypes(int count, const int *types) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbuspendingcall.cpp | Lines: | 182-201 |
| | 12 | 4 |
QDBusPendingCallWatcher::QDBusPendingCallWatcherName: | QDBusPendingCallWatcher::QDBusPendingCallWatcher | Prototype: | QDBusPendingCallWatcher::QDBusPendingCallWatcher(const QDBusPendingCall &call, QObject *parent) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbuspendingcall.cpp | Lines: | 496-510 |
| | 7 | 4 |
QDBusServer::~QDBusServerName: | QDBusServer::~QDBusServer | Prototype: | QDBusServer::~QDBusServer() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusserver.cpp | Lines: | 98-111 |
| | 9 | 3 |
QDataStream::operator<<Name: | QDataStream::operator<< | Prototype: | QDataStream &QDataStream::operator<<(qint8 i) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 895-901 |
| | 4 | 4 |
QDataStream::operator<<Name: | QDataStream::operator<< | Prototype: | QDataStream &QDataStream::operator<<(bool i) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 993-999 |
| | 4 | 4 |
QDataStream::writeRawDataName: | QDataStream::writeRawData | Prototype: | int QDataStream::writeRawData(const char *s, int len) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 1126-1133 |
| | 5 | 4 |
QElapsedTimer::isValidName: | QElapsedTimer::isValid | Prototype: | bool QElapsedTimer::isValid() const | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer.cpp | Lines: | 241-244 |
| | 1 | 1 |
QEventDispatcherGlibPrivate::QEventDispatcherGlibPrivateName: | QEventDispatcherGlibPrivate::QEventDispatcherGlibPrivate | Prototype: | QEventDispatcherGlibPrivate::QEventDispatcherGlibPrivate(GMainContext *context) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | Lines: | 285-344 |
| | 33 | 3 |
QFSFileEngine::supportsExtensionName: | QFSFileEngine::supportsExtension | Prototype: | bool QFSFileEngine::supportsExtension(Extension extension) const | Coverage: | 80.000% (20/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 842-854 |
| | 10 | 5 |
QFileDevice::isSequentialName: | QFileDevice::isSequential | Prototype: | bool QFileDevice::isSequential() const | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 233-237 |
| | 2 | 1 |
QFileSelectorPrivate::platformSelectorsName: | QFileSelectorPrivate::platformSelectors | Prototype: | QStringList QFileSelectorPrivate::platformSelectors() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileselector.cpp | Lines: | 362-394 |
| | 6 | 3 |
QFileSystemMetaData::fillFromDirEntName: | QFileSystemMetaData::fillFromDirEnt | Prototype: | void QFileSystemMetaData::fillFromDirEnt(const struct dirent64 &entry) | Coverage: | 80.000% (12/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemengine.cpp | Lines: | 282-398 |
| | 41 | 10 |
QFontEngineFT::recalcAdvancesName: | QFontEngineFT::recalcAdvances | Prototype: | void QFontEngineFT::recalcAdvances(QGlyphLayout *glyphs, QFontEngine::ShaperFlags flags) const | Coverage: | 80.000% (32/40) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | Lines: | 1562-1592 |
| | 21 | 9 |
QFutureInterfaceBase::isProgressUpdateNeededName: | QFutureInterfaceBase::isProgressUpdateNeeded | Prototype: | bool QFutureInterfaceBase::isProgressUpdateNeeded() const | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | Lines: | 243-247 |
| | 2 | 1 |
QGLContextGroup::removeShareName: | QGLContextGroup::removeShare | Prototype: | void QGLContextGroup::removeShare(const QGLContext *context) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 5232-5247 |
| | 9 | 4 |
QGLEngineShaderManager::getUniformLocationName: | QGLEngineShaderManager::getUniformLocation | Prototype: | GLuint QGLEngineShaderManager::getUniformLocation(Uniform id) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglengineshadermanager.cpp | Lines: | 501-536 |
| | 8 | 4 |
QHttpNetworkConnectionChannel::handleStatusName: | QHttpNetworkConnectionChannel::handleStatus | Prototype: | void QHttpNetworkConnectionChannel::handleStatus() | Coverage: | 80.000% (28/35) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | Lines: | 534-593 |
| | 32 | 16 |
QHttpNetworkReplyPrivate::isCompressedName: | QHttpNetworkReplyPrivate::isCompressed | Prototype: | bool QHttpNetworkReplyPrivate::isCompressed() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | Lines: | 382-386 |
| | 2 | 1 |
QHttpNetworkReplyPrivate::isConnectionCloseEnabledName: | QHttpNetworkReplyPrivate::isConnectionCloseEnabled | Prototype: | bool QHttpNetworkReplyPrivate::isConnectionCloseEnabled() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | Lines: | 642-645 |
| | 1 | 1 |
QHttpNetworkReplyPrivate::isRedirectingName: | QHttpNetworkReplyPrivate::isRedirecting | Prototype: | bool QHttpNetworkReplyPrivate::isRedirecting() const | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | Lines: | 945-951 |
| | 2 | 1 |
QHttpNetworkReplyPrivate::readReplyBodyRawName: | QHttpNetworkReplyPrivate::readReplyBodyRaw | Prototype: | qint64 QHttpNetworkReplyPrivate::readReplyBodyRaw(QAbstractSocket *socket, QByteDataBuffer *out, qint64 size) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | Lines: | 810-841 |
| | 19 | 4 |
QHttpSocketEngine::waitForReadOrWriteName: | QHttpSocketEngine::waitForReadOrWrite | Prototype: | bool QHttpSocketEngine::waitForReadOrWrite(bool *readyToRead, bool *readyToWrite, bool checkRead, bool checkWrite, int msecs, bool *timedOut) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 406-425 |
| | 10 | 4 |
QHttpSocketEngineHandler::createSocketEngineName: | QHttpSocketEngineHandler::createSocketEngine | Prototype: | QAbstractSocketEngine *QHttpSocketEngineHandler::createSocketEngine(QAbstractSocket::SocketType socketType, const QNetworkProxy &proxy, QObject *parent) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 824-842 |
| | 9 | 4 |
QHttpThreadDelegate::sslErrorsSlotName: | QHttpThreadDelegate::sslErrorsSlot | Prototype: | void QHttpThreadDelegate::sslErrorsSlot(const QList<QSslError> &errors) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 669-683 |
| | 10 | 4 |
QLocalServerPrivate::closeServerName: | QLocalServerPrivate::closeServer | Prototype: | void QLocalServerPrivate::closeServer() | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver_unix.cpp | Lines: | 237-251 |
| | 9 | 4 |
QLocalServerPrivate::waitForNewConnectionName: | QLocalServerPrivate::waitForNewConnection | Prototype: | void QLocalServerPrivate::waitForNewConnection(int msec, bool *timedOut) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver_unix.cpp | Lines: | 278-298 |
| | 15 | 4 |
QLocale::operator==Name: | QLocale::operator== | Prototype: | bool QLocale::operator==(const QLocale &other) const | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 867-870 |
| | 1 | 1 |
QMetaEnum::isFlagName: | QMetaEnum::isFlag | Prototype: | bool QMetaEnum::isFlag() const | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 2547-2550 |
| | 1 | 1 |
QMetaMethodBuilder::d_funcName: | QMetaMethodBuilder::d_func | Prototype: | QMetaMethodBuilderPrivate *QMetaMethodBuilder::d_func() const | Coverage: | 80.000% (12/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | Lines: | 1875-1884 |
| | 5 | 3 |
QMetaObject::activate::~ConnectionListsRefName: | QMetaObject::activate::~ConnectionListsRef | Prototype: | ~ConnectionListsRef() | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 3635-3646 |
| | 7 | 4 |