| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QSqlQueryModel::setQuery| Name: | QSqlQueryModel::setQuery | | Prototype: | void QSqlQueryModel::setQuery(const QSqlQuery &query) | | Coverage: | 66.667% (12/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp | | Lines: | 409-453 |
| | 28 | 5 |
QSqlTableModel::QSqlTableModel| Name: | QSqlTableModel::QSqlTableModel | | Prototype: | QSqlTableModel::QSqlTableModel(QSqlTableModelPrivate &dd, QObject *parent, QSqlDatabase db) | | Coverage: | 66.667% (2/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 298-303 |
| | 2 | 1 |
QSslSocketPrivate::peek| Name: | QSslSocketPrivate::peek | | Prototype: | qint64 QSslSocketPrivate::peek(char *data, qint64 maxSize) | | Coverage: | 66.667% (10/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2575-2597 |
| | 12 | 5 |
QString::number| Name: | QString::number | | Prototype: | QString QString::number(double n, char f, int prec) | | Coverage: | 66.667% (8/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 6789-6816 |
| | 14 | 6 |
QTcpServer::waitForNewConnection| Name: | QTcpServer::waitForNewConnection | | Prototype: | bool QTcpServer::waitForNewConnection(int msec, bool *timedOut) | | Coverage: | 66.667% (8/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 491-509 |
| | 11 | 4 |
QTest::defaultTimeout| Name: | QTest::defaultTimeout | | Prototype: | static int defaultTimeout() | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 297-307 |
| | 6 | 3 |
QTestPrivate::checkBlackLists| Name: | QTestPrivate::checkBlackLists | | Prototype: | void checkBlackLists(const char *slot, const char *data) | | Coverage: | 66.667% (14/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestblacklist.cpp | | Lines: | 269-296 |
| | 16 | 5 |
QTestXunitStreamer::formatEnd| Name: | QTestXunitStreamer::formatEnd | | Prototype: | void QTestXunitStreamer::formatEnd(const QTestElement *element, QTestCharBuffer *formatted) const | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestxunitstreamer.cpp | | Lines: | 99-113 |
| | 8 | 3 |
QTextStream::operator<<| Name: | QTextStream::operator<< | | Prototype: | QTextStream &QTextStream::operator<<(QChar c) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2384-2390 |
| | 4 | 2 |
QTextStream::operator<<| Name: | QTextStream::operator<< | | Prototype: | QTextStream &QTextStream::operator<<(char c) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2397-2403 |
| | 4 | 2 |
QTextStream::operator<<| Name: | QTextStream::operator<< | | Prototype: | QTextStream &QTextStream::operator<<(signed short i) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2413-2419 |
| | 4 | 2 |
QTextStream::operator<<| Name: | QTextStream::operator<< | | Prototype: | QTextStream &QTextStream::operator<<(unsigned short i) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2426-2432 |
| | 4 | 2 |
QTextStream::operator<<| Name: | QTextStream::operator<< | | Prototype: | QTextStream &QTextStream::operator<<(signed int i) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2439-2445 |
| | 4 | 2 |
QTextStream::operator<<| Name: | QTextStream::operator<< | | Prototype: | QTextStream &QTextStream::operator<<(unsigned int i) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2452-2458 |
| | 4 | 2 |
QTextStream::operator<<| Name: | QTextStream::operator<< | | Prototype: | QTextStream &QTextStream::operator<<(qlonglong i) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2491-2497 |
| | 4 | 2 |
QTextStream::operator<<| Name: | QTextStream::operator<< | | Prototype: | QTextStream &QTextStream::operator<<(qulonglong i) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2504-2510 |
| | 4 | 2 |
QTextStream::operator<<| Name: | QTextStream::operator<< | | Prototype: | QTextStream &QTextStream::operator<<(const QString &string) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2581-2587 |
| | 4 | 2 |
QTextStream::operator<<| Name: | QTextStream::operator<< | | Prototype: | QTextStream &QTextStream::operator<<(const QByteArray &array) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2624-2630 |
| | 4 | 2 |
QTextStream::operator<<| Name: | QTextStream::operator<< | | Prototype: | QTextStream &QTextStream::operator<<(const char *string) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2645-2651 |
| | 4 | 2 |
QTextStream::operator>>| Name: | QTextStream::operator>> | | Prototype: | QTextStream &QTextStream::operator>>(signed short &i) | | Coverage: | 66.667% (8/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2137-2140 |
| | 1 | 5 |
QTextStream::operator>>| Name: | QTextStream::operator>> | | Prototype: | QTextStream &QTextStream::operator>>(unsigned short &i) | | Coverage: | 66.667% (8/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2147-2150 |
| | 1 | 5 |
QTextStream::operator>>| Name: | QTextStream::operator>> | | Prototype: | QTextStream &QTextStream::operator>>(unsigned int &i) | | Coverage: | 66.667% (8/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2167-2170 |
| | 1 | 5 |
QTextStream::operator>>| Name: | QTextStream::operator>> | | Prototype: | QTextStream &QTextStream::operator>>(qlonglong &i) | | Coverage: | 66.667% (8/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2197-2200 |
| | 1 | 5 |
QTextStream::operator>>| Name: | QTextStream::operator>> | | Prototype: | QTextStream &QTextStream::operator>>(qulonglong &i) | | Coverage: | 66.667% (8/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2207-2210 |
| | 1 | 5 |
QTextStream::read| Name: | QTextStream::read | | Prototype: | QString QTextStream::read(qint64 maxlen) | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 1741-1750 |
| | 5 | 3 |
QTextStream::skipWhiteSpace| Name: | QTextStream::skipWhiteSpace | | Prototype: | void QTextStream::skipWhiteSpace() | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 1297-1303 |
| | 4 | 2 |
QUrl::clear| Name: | QUrl::clear | | Prototype: | void QUrl::clear() | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 1880-1885 |
| | 3 | 2 |
QUuid::QUuid| Name: | QUuid::QUuid | | Prototype: | QUuid::QUuid(const QString &text) | | Coverage: | 66.667% (8/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | | Lines: | 342-360 |
| | 10 | 4 |
QUuid::QUuid| Name: | QUuid::QUuid | | Prototype: | QUuid::QUuid(const QByteArray &text) | | Coverage: | 66.667% (8/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | | Lines: | 391-409 |
| | 10 | 4 |
QUuid::fromRfc4122| Name: | QUuid::fromRfc4122 | | Prototype: | QUuid QUuid::fromRfc4122(const QByteArray &bytes) | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | | Lines: | 475-499 |
| | 16 | 3 |
QXcbIntegration::styleHint| Name: | QXcbIntegration::styleHint | | Prototype: | QVariant QXcbIntegration::styleHint(QPlatformIntegration::StyleHint hint) const | | Coverage: | 66.667% (20/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbintegration.cpp | | Lines: | 378-417 |
| | 14 | 18 |
QXcbScreen::topLevelAt| Name: | QXcbScreen::topLevelAt | | Prototype: | QWindow *QXcbScreen::topLevelAt(const QPoint &p) const | | Coverage: | 66.667% (10/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 316-353 |
| | 23 | 5 |
QXcbWindow::setTransparentForMouseEvents| Name: | QXcbWindow::setTransparentForMouseEvents | | Prototype: | void QXcbWindow::setTransparentForMouseEvents(bool transparent) | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1465-1490 |
| | 17 | 3 |
QXmlStreamWriter::writeComment| Name: | QXmlStreamWriter::writeComment | | Prototype: | void QXmlStreamWriter::writeComment(const QString &text) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3538-3548 |
| | 8 | 2 |
UnrollTailLoop::exec| Name: | UnrollTailLoop::exec | | Prototype: | template <typename Functor> static inline void exec(int count, Functor code) | | Coverage: | 66.667% (2/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 194-202 |
| | 1 | 3 |
ValueArray::append| Name: | ValueArray::append | | Prototype: | bool append(const QJsonPrivate::Value &v) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonparser.cpp | | Lines: | 507-513 |
| | 5 | 2 |
_q_checkEntry| Name: | _q_checkEntry | | Prototype: | static inline bool _q_checkEntry(QFileSystemEntry &entry, QFileSystemMetaData &data, bool resolvingEntry) | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemengine.cpp | | Lines: | 111-122 |
| | 6 | 3 |
calculateUnixPriority| Name: | calculateUnixPriority | | Prototype: | static bool calculateUnixPriority(int priority, int *sched_policy, int *__sched_priority) | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 518-556 |
| | 17 | 3 |
checkExecutable| Name: | checkExecutable | | Prototype: | static QString checkExecutable(const QString &path) | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp | | Lines: | 439-447 |
| | 6 | 3 |
check_method_code| Name: | check_method_code | | Prototype: | static bool check_method_code(int code, const QObject *object, const char *method, const char *func) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 2257-2266 |
| | 5 | 2 |
connectionCapabilies| Name: | connectionCapabilies | | Prototype: | static QDBusConnection::ConnectionCapabilities connectionCapabilies(DBusConnection *connection) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1765-1787 |
| | 6 | 2 |
getticks| Name: | getticks | | Prototype: | static qint64 getticks() | | Coverage: | 66.667% (8/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentiteratekernel.cpp | | Lines: | 78-117 |
| | 12 | 4 |
isTextFile| Name: | isTextFile | | Prototype: | static inline bool isTextFile(const QByteArray &data) | | Coverage: | 66.667% (12/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimedatabase.cpp | | Lines: | 121-138 |
| | 8 | 4 |
parseTzTypes| Name: | parseTzTypes | | Prototype: | static QVector<QTzType> parseTzTypes(QDataStream &ds, int tzh_typecnt) | | Coverage: | 66.667% (10/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 222-245 |
| | 13 | 5 |
qConvertToRealNumber| Name: | qConvertToRealNumber | | Prototype: | static qreal qConvertToRealNumber(const QVariant::Private *d, bool *ok) | | Coverage: | 66.667% (8/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 244-262 |
| | 6 | 9 |
qDBusInterfaceInObject| Name: | qDBusInterfaceInObject | | Prototype: | bool qDBusInterfaceInObject(QObject *obj, const QString &interface_name) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmisc.cpp | | Lines: | 117-124 |
| | 5 | 3 |
qbytearray_insert| Name: | qbytearray_insert | | Prototype: | static inline QByteArray &qbytearray_insert(QByteArray *ba, int pos, const char *arr, int len) | | Coverage: | 66.667% (8/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1967-1984 |
| | 11 | 3 |
qt_call_post_routines| Name: | qt_call_post_routines | | Prototype: | void __attribute__((visibility("default"))) qt_call_post_routines() | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 286-300 |
| | 6 | 4 |
QSslContext::initSslContext| Name: | QSslContext::initSslContext | | Prototype: | void QSslContext::initSslContext(QSslContext *sslContext, QSslSocket::SslMode mode, const QSslConfiguration &configuration, bool allowRootCertOnDemandLoading) | | Coverage: | 66.990% (69/103) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcontext_openssl.cpp | | Lines: | 101-370 |
| | 114 | 42 |
parseDateString| Name: | parseDateString | | Prototype: | static QDateTime parseDateString(const QByteArray &dateString) | | Coverage: | 67.260% (189/281) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookie.cpp | | Lines: | 584-874 |
| | 172 | 65 |
QXmlSimpleReaderPrivate::parsePEReference| Name: | QXmlSimpleReaderPrivate::parsePEReference | | Prototype: | bool QXmlSimpleReaderPrivate::parsePEReference() | | Coverage: | 67.442% (58/86) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 5195-5338 |
| | 85 | 31 |
QUnicodeTools::getSentenceBreaks| Name: | QUnicodeTools::getSentenceBreaks | | Prototype: | static void getSentenceBreaks(const ushort *string, quint32 len, QCharAttributes *attributes) | | Coverage: | 67.500% (27/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | | Lines: | 288-346 |
| | 35 | 17 |
createFileFromTemplate| Name: | createFileFromTemplate | | Prototype: | static bool createFileFromTemplate(NativeFileHandle &file, QFileSystemEntry::NativePath &path, size_t pos, size_t length, quint32 mode, QSystemError &error) | | Coverage: | 67.500% (27/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 118-235 |
| | 41 | 22 |
QPropertyAnimation::updateState| Name: | QPropertyAnimation::updateState | | Prototype: | void QPropertyAnimation::updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState) | | Coverage: | 67.568% (25/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | | Lines: | 257-315 |
| | 33 | 9 |
QJsonPrivate::Value::isValid| Name: | QJsonPrivate::Value::isValid | | Prototype: | bool Value::isValid(const Base *b) const | | Coverage: | 67.647% (23/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 336-370 |
| | 21 | 15 |
QLocaleId::withLikelySubtagsAdded| Name: | QLocaleId::withLikelySubtagsAdded | | Prototype: | QLocaleId QLocaleId::withLikelySubtagsAdded() const | | Coverage: | 67.742% (21/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 231-265 |
| | 21 | 9 |
QTextStream::pos| Name: | QTextStream::pos | | Prototype: | qint64 QTextStream::pos() const | | Coverage: | 68.000% (17/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 1241-1284 |
| | 24 | 9 |
QXcbConnection::updateScrollingDevice| Name: | QXcbConnection::updateScrollingDevice | | Prototype: | void QXcbConnection::updateScrollingDevice(ScrollingDevice &scrollingDevice, int num_classes, void *classInfo) | | Coverage: | 68.000% (17/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp | | Lines: | 866-893 |
| | 27 | 8 |
QDataStream::operator<<| Name: | QDataStream::operator<< | | Prototype: | QDataStream &QDataStream::operator<<(double f) | | Coverage: | 68.182% (15/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 1234-1257 |
| | 13 | 7 |
QXcbCursor::queryPointer| Name: | QXcbCursor::queryPointer | | Prototype: | void QXcbCursor::queryPointer(QXcbConnection *c, QXcbVirtualDesktop **virtualDesktop, QPoint *pos, int *keybMask) | | Coverage: | 68.182% (15/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbcursor.cpp | | Lines: | 626-654 |
| | 21 | 8 |
QNativeSocketEngine::waitForRead| Name: | QNativeSocketEngine::waitForRead | | Prototype: | bool QNativeSocketEngine::waitForRead(int msecs, bool *timedOut) | | Coverage: | 68.421% (13/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 959-982 |
| | 22 | 7 |
QProcessPrivate::cleanup| Name: | QProcessPrivate::cleanup | | Prototype: | void QProcessPrivate::cleanup() | | Coverage: | 68.421% (13/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 903-956 |
| | 26 | 7 |
QSocks5SocketEngine::waitForWrite| Name: | QSocks5SocketEngine::waitForWrite | | Prototype: | bool QSocks5SocketEngine::waitForWrite(int msecs, bool *timedOut) | | Coverage: | 68.421% (13/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1808-1832 |
| | 14 | 5 |
QSslCertificatePrivate::subjectInfoToString| Name: | QSslCertificatePrivate::subjectInfoToString | | Prototype: | QByteArray QSslCertificatePrivate::subjectInfoToString(QSslCertificate::SubjectInfo info) | | Coverage: | 68.421% (13/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate.cpp | | Lines: | 664-679 |
| | 12 | 10 |
QTimer::singleShot| Name: | QTimer::singleShot | | Prototype: | void QTimer::singleShot(int msec, Qt::TimerType timerType, const QObject *receiver, const char *member) | | Coverage: | 68.421% (13/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | | Lines: | 390-410 |
| | 13 | 5 |
QUuid::operator<| Name: | QUuid::operator< | | Prototype: | bool QUuid::operator<(const QUuid &other) const noexcept | | Coverage: | 68.421% (13/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | | Lines: | 856-870 |
| | 8 | 7 |
QHttpNetworkConnectionChannel::_q_encrypted| Name: | QHttpNetworkConnectionChannel::_q_encrypted | | Prototype: | void QHttpNetworkConnectionChannel::_q_encrypted() | | Coverage: | 68.571% (24/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | | Lines: | 1028-1085 |
| | 34 | 14 |
_q_uuidFromHex| Name: | _q_uuidFromHex | | Prototype: | template <class Char> bool _q_uuidFromHex(const Char *&src, uint &d1, ushort &d2, ushort &d3, uchar (&d4)[8]) | | Coverage: | 68.571% (24/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | | Lines: | 100-124 |
| | 19 | 3 |
Parser::eatSpace| Name: | Parser::eatSpace | | Prototype: | bool Parser::eatSpace() | | Coverage: | 68.750% (11/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonparser.cpp | | Lines: | 259-272 |
| | 10 | 4 |
QAbstractSocketPrivate::fetchConnectionParameters| Name: | QAbstractSocketPrivate::fetchConnectionParameters | | Prototype: | void QAbstractSocketPrivate::fetchConnectionParameters() | | Coverage: | 68.750% (11/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 1312-1347 |
| | 23 | 6 |
QLockFilePrivate::getLockInfo| Name: | QLockFilePrivate::getLockInfo | | Prototype: | bool QLockFilePrivate::getLockInfo(qint64 *pid, QString *hostname, QString *appname) const | | Coverage: | 68.750% (11/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp | | Lines: | 288-311 |
| | 19 | 6 |
QSemaphore::tryAcquire| Name: | QSemaphore::tryAcquire | | Prototype: | bool QSemaphore::tryAcquire(int n, int timeout) | | Coverage: | 68.750% (11/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qsemaphore.cpp | | Lines: | 214-235 |
| | 14 | 5 |
QSslSocket::waitForBytesWritten| Name: | QSslSocket::waitForBytesWritten | | Prototype: | bool QSslSocket::waitForBytesWritten(int msecs) | | Coverage: | 68.750% (11/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1645-1667 |
| | 13 | 6 |
QStorageInfoPrivate::initRootPath| Name: | QStorageInfoPrivate::initRootPath | | Prototype: | void QStorageInfoPrivate::initRootPath() | | Coverage: | 68.750% (11/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 460-488 |
| | 17 | 6 |
QTextStreamPrivate::putString| Name: | QTextStreamPrivate::putString | | Prototype: | void QTextStreamPrivate::putString(const QChar *data, int len, bool number) | | Coverage: | 68.750% (11/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 966-990 |
| | 12 | 4 |
QXcbCursor::changeCursor| Name: | QXcbCursor::changeCursor | | Prototype: | void QXcbCursor::changeCursor(QCursor *cursor, QWindow *widget) | | Coverage: | 68.750% (11/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbcursor.cpp | | Lines: | 352-383 |
| | 17 | 5 |
qglx_buildSpec| Name: | qglx_buildSpec | | Prototype: | QVector<int> qglx_buildSpec(const QSurfaceFormat &format, int drawableBit) | | Coverage: | 68.750% (11/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/glxconvenience/qglxconvenience.cpp | | Lines: | 79-129 |
| | 40 | 6 |
parseMethod| Name: | parseMethod | | Prototype: | static bool parseMethod(QXmlStreamReader &xml, QDBusIntrospection::Method &methodData, QDBusIntrospection::Interface *ifaceData) | | Coverage: | 68.966% (20/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusxmlparser.cpp | | Lines: | 174-228 |
| | 34 | 9 |
qDBusPropertyGetAll| Name: | qDBusPropertyGetAll | | Prototype: | QDBusMessage qDBusPropertyGetAll(const QDBusConnectionPrivate::ObjectTreeNode &node, const QDBusMessage &msg) | | Coverage: | 68.966% (20/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusinternalfilters.cpp | | Lines: | 483-531 |
| | 35 | 7 |
QLocalServerPrivate::listen| Name: | QLocalServerPrivate::listen | | Prototype: | bool QLocalServerPrivate::listen(const QString &requestedServerName) | | Coverage: | 69.091% (38/55) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver_unix.cpp | | Lines: | 81-194 |
| | 73 | 18 |
QAuthenticatorPrivate::digestMd5Response| Name: | QAuthenticatorPrivate::digestMd5Response | | Prototype: | QByteArray QAuthenticatorPrivate::digestMd5Response(const QByteArray &challenge, const QByteArray &method, const QByteArray &path) | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | | Lines: | 676-714 |
| | 28 | 5 |
QCoreApplicationPrivate::processCommandLineArguments| Name: | QCoreApplicationPrivate::processCommandLineArguments | | Prototype: | void QCoreApplicationPrivate::processCommandLineArguments() | | Coverage: | 69.231% (18/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 182-209 |
| | 19 | 8 |
QDir::setSearchPaths| Name: | QDir::setSearchPaths | | Prototype: | void QDir::setSearchPaths(const QString &prefix, const QStringList &searchPaths) | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1019-1040 |
| | 12 | 5 |
QFSFileEnginePrivate::readFdFh| Name: | QFSFileEnginePrivate::readFdFh | | Prototype: | qint64 QFSFileEnginePrivate::readFdFh(char *data, qint64 len) | | Coverage: | 69.231% (27/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 592-647 |
| | 30 | 9 |
QGL2PEXVertexArray::lineToArray| Name: | QGL2PEXVertexArray::lineToArray | | Prototype: | void QGL2PEXVertexArray::lineToArray(const GLfloat x, const GLfloat y) | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp | | Lines: | 159-171 |
| | 9 | 5 |
QMimeData::urls| Name: | QMimeData::urls | | Prototype: | QList<QUrl> QMimeData::urls() const | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 337-352 |
| | 11 | 5 |
QSharedMemoryPrivate::handle| Name: | QSharedMemoryPrivate::handle | | Prototype: | key_t QSharedMemoryPrivate::handle() | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory_systemv.cpp | | Lines: | 71-98 |
| | 16 | 5 |
QSignalMapper::map| Name: | QSignalMapper::map | | Prototype: | void QSignalMapper::map(QObject *sender) | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsignalmapper.cpp | | Lines: | 251-262 |
| | 9 | 5 |
QSqlResult::execBatch| Name: | QSqlResult::execBatch | | Prototype: | bool QSqlResult::execBatch(bool arrayBind) | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 948-963 |
| | 11 | 5 |
QStandardPaths::findExecutable| Name: | QStandardPaths::findExecutable | | Prototype: | QString QStandardPaths::findExecutable(const QString &executableName, const QStringList &paths) | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp | | Lines: | 504-536 |
| | 13 | 5 |
QStateMachinePrivate::getTransitionDomain| Name: | QStateMachinePrivate::getTransitionDomain | | Prototype: | QAbstractState *QStateMachinePrivate::getTransitionDomain(QAbstractTransition *t, const QList<QAbstractState *> &effectiveTargetStates, CalculationCache *cache) const | | Coverage: | 69.231% (18/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 906-942 |
| | 22 | 10 |
QStateMachinePrivate::transitionStateEntryLessThan| Name: | QStateMachinePrivate::transitionStateEntryLessThan | | Prototype: | bool QStateMachinePrivate::transitionStateEntryLessThan(QAbstractTransition *t1, QAbstractTransition *t2) | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 464-486 |
| | 17 | 5 |
QString::remove| Name: | QString::remove | | Prototype: | QString &QString::remove(int pos, int len) | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 2240-2255 |
| | 11 | 5 |
QString::section| Name: | QString::section | | Prototype: | QString QString::section(const QRegularExpression &re, int start, int end, SectionFlags flags) const | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 4315-4343 |
| | 20 | 5 |
QTcpServer::setSocketDescriptor| Name: | QTcpServer::setSocketDescriptor | | Prototype: | bool QTcpServer::setSocketDescriptor(qintptr socketDescriptor) | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 403-444 |
| | 22 | 5 |
QTestResult::expectFail| Name: | QTestResult::expectFail | | Prototype: | bool QTestResult::expectFail(const char *dataIndex, const char *comment, QTest::TestFailMode mode, const char *file, int line) | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestresult.cpp | | Lines: | 192-213 |
| | 13 | 5 |
QXcbWindow::setGeometry| Name: | QXcbWindow::setGeometry | | Prototype: | void QXcbWindow::setGeometry(const QRect &rect) | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 641-677 |
| | 25 | 4 |
activeConditions| Name: | activeConditions | | Prototype: | static QSet<QByteArray> activeConditions() | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestblacklist.cpp | | Lines: | 168-185 |
| | 11 | 5 |
calculatePosixDate| Name: | calculatePosixDate | | Prototype: | static QDate calculatePosixDate(const QByteArray &dateRule, int year) | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 355-379 |
| | 16 | 5 |
QConfFileSettingsPrivate::readIniFile| Name: | QConfFileSettingsPrivate::readIniFile | | Prototype: | bool QConfFileSettingsPrivate::readIniFile(const QByteArray &data, UnparsedSettingsMap *unparsedIniSections) | | Coverage: | 69.444% (25/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1630-1702 |
| | 36 | 9 |