| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
qstrcmp| Name: | 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_helper| Name: | 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 |
rowLengthsFromRange| Name: | 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 |
socketNotifierSourceCheck| Name: | 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_hostLookupFinished| Name: | 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::disconnect| Name: | 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::replyDownloadData| Name: | 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_port| Name: | 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::appendVariantInternal| Name: | 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::keysToValue| Name: | 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::ftpRawCommandReply| Name: | 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::createRequest| Name: | 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 |
calculatePosixTransitions| Name: | 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::qFindTestData| Name: | 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::readyRead| Name: | 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::parseAtom| Name: | 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::writeData| Name: | 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::created| Name: | 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::lastRead| Name: | 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_startNextCommand| Name: | 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::readLine| Name: | 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::prepare| Name: | 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::insert| Name: | 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::updateVModMapping| Name: | 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 |
replacePercentN| Name: | 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::setMimeData| Name: | 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 |
extractEncodingDecl| Name: | 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::unsLongLongToString| Name: | 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::makeLocal| Name: | 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::open| Name: | 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::load| Name: | 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::flags| Name: | 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::readNotification| Name: | 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::wait| Name: | 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_sys| Name: | 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::isNCName| Name: | 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 |
fallbackParent| Name: | 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 |
mergeIndexes| Name: | 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_string| Name: | 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 |
readEtcFile| Name: | 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::setMotifWindowFlags| Name: | 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::readLine| Name: | 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::parseDigestAuthenticationChallenge| Name: | 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::writeData| Name: | 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::errorDetail| Name: | 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::parseHeader| Name: | 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::fallbacksForFamily| Name: | 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::keyToValue| Name: | 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::handle| Name: | 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::activateInternalFilters| Name: | 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::selectStatement| Name: | 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::inRange| Name: | 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::currentFilePath| Name: | 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::columnsRemoved| Name: | 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::rowsRemoved| Name: | 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::writeData| Name: | 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::allocateSpecific| Name: | 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::stop| Name: | 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::isSet| Name: | 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::isWritable| Name: | 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::processEvents| Name: | 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::isTranslatorInstalled| Name: | 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::maybeQuit| Name: | 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::addData| Name: | 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::finishDisconnectNotify| Name: | 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::setProperty| Name: | 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::addAdaptor| Name: | 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::getNameOwner| Name: | 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::QDBusInterfacePrivate| Name: | 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::setMetaTypes| Name: | 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::QDBusPendingCallWatcher| Name: | 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::~QDBusServer| Name: | 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::writeRawData| Name: | 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::isValid| Name: | 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::QEventDispatcherGlibPrivate| Name: | 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::supportsExtension| Name: | 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::isSequential| Name: | 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::platformSelectors| Name: | 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::fillFromDirEnt| Name: | 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::recalcAdvances| Name: | 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::isProgressUpdateNeeded| Name: | 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::removeShare| Name: | 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::getUniformLocation| Name: | 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::handleStatus| Name: | 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::isCompressed| Name: | 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::isConnectionCloseEnabled| Name: | 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::isRedirecting| Name: | 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::readReplyBodyRaw| Name: | 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::waitForReadOrWrite| Name: | 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::createSocketEngine| Name: | 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::sslErrorsSlot| Name: | 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::closeServer| Name: | 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::waitForNewConnection| Name: | 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::isFlag| Name: | 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_func| Name: | 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::~ConnectionListsRef| Name: | 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 |