| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QUuid::createUuid| Name: | QUuid::createUuid | | Prototype: | QUuid QUuid::createUuid() | | Coverage: | 28.000% (7/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | | Lines: | 960-1030 |
| | 30 | 8 |
QIsciiCodec::convertFromUnicode| Name: | QIsciiCodec::convertFromUnicode | | Prototype: | QByteArray QIsciiCodec::convertFromUnicode(const QChar *uc, int len, ConverterState *state) const | | Coverage: | 27.500% (11/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qisciicodec.cpp | | Lines: | 187-252 |
| | 41 | 13 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug debug, QLocalSocket::LocalSocketState state) | | Coverage: | 27.273% (3/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp | | Lines: | 536-558 |
| | 14 | 6 |
isValidNumerusRules| Name: | isValidNumerusRules | | Prototype: | static bool isValidNumerusRules(const uchar *rules, uint rulesSize) | | Coverage: | 27.273% (9/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | | Lines: | 139-191 |
| | 24 | 12 |
QXcbWindow::handleMotionNotifyEvent| Name: | QXcbWindow::handleMotionNotifyEvent | | Prototype: | void QXcbWindow::handleMotionNotifyEvent(int event_x, int event_y, int root_x, int root_y, Qt::KeyboardModifiers modifiers, xcb_timestamp_t timestamp, Qt::MouseEventSource source) | | Coverage: | 27.273% (3/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2375-2391 |
| | 9 | 3 |
QNetworkReplyImplPrivate::completeCacheSave| Name: | QNetworkReplyImplPrivate::completeCacheSave | | Prototype: | void QNetworkReplyImplPrivate::completeCacheSave() | | Coverage: | 27.273% (3/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 541-550 |
| | 6 | 3 |
QGLPaintDevice::getDevice| Name: | QGLPaintDevice::getDevice | | Prototype: | QGLPaintDevice* QGLPaintDevice::getDevice(QPaintDevice* pd) | | Coverage: | 27.273% (3/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpaintdevice.cpp | | Lines: | 214-240 |
| | 14 | 6 |
QXcbBackingStore::endPaint| Name: | QXcbBackingStore::endPaint | | Prototype: | void QXcbBackingStore::endPaint() | | Coverage: | 26.667% (4/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 544-568 |
| | 15 | 5 |
QGLShader::compileSourceCode| Name: | QGLShader::compileSourceCode | | Prototype: | bool QGLShader::compileSourceCode(const char *source) | | Coverage: | 26.667% (8/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 405-449 |
| | 24 | 8 |
QDataStream::rollbackTransaction| Name: | QDataStream::rollbackTransaction | | Prototype: | void QDataStream::rollbackTransaction() | | Coverage: | 26.667% (4/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 699-712 |
| | 8 | 5 |
QTzTimeZonePrivate::systemTimeZoneId| Name: | QTzTimeZonePrivate::systemTimeZoneId | | Prototype: | QByteArray QTzTimeZonePrivate::systemTimeZoneId() const | | Coverage: | 26.531% (13/49) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 1002-1061 |
| | 27 | 17 |
QSocks5SocketEngine::writeDatagram| Name: | QSocks5SocketEngine::writeDatagram | | Prototype: | qint64 QSocks5SocketEngine::writeDatagram(const char *data, qint64 len, const QIpPacketHeader &header) | | Coverage: | 26.316% (5/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1629-1667 |
| | 21 | 7 |
qt_hash_block_size| Name: | qt_hash_block_size | | Prototype: | static int qt_hash_block_size(QCryptographicHash::Algorithm method) | | Coverage: | 26.087% (6/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmessageauthenticationcode.cpp | | Lines: | 85-112 |
| | 13 | 12 |
QDBusConnectionPrivate::~QDBusConnectionPrivate| Name: | QDBusConnectionPrivate::~QDBusConnectionPrivate | | Prototype: | QDBusConnectionPrivate::~QDBusConnectionPrivate() | | Coverage: | 26.087% (6/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1062-1089 |
| | 19 | 7 |
QTsciiCodec::convertToUnicode| Name: | QTsciiCodec::convertToUnicode | | Prototype: | QString QTsciiCodec::convertToUnicode(const char* chars, int len, ConverterState *state) const | | Coverage: | 25.926% (7/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtsciicodec.cpp | | Lines: | 122-162 |
| | 25 | 9 |
QSpdyProtocolHandler::handleSETTINGS| Name: | QSpdyProtocolHandler::handleSETTINGS | | Prototype: | void QSpdyProtocolHandler::handleSETTINGS(char flags, quint32 , const QByteArray &frameData) | | Coverage: | 25.926% (7/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines: | 1020-1079 |
| | 23 | 13 |
QProcessPrivate::waitForBytesWritten| Name: | QProcessPrivate::waitForBytesWritten | | Prototype: | bool QProcessPrivate::waitForBytesWritten(int msecs) | | Coverage: | 25.806% (8/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 811-856 |
| | 24 | 11 |
QPrintPreviewWidgetPrivate::_q_fit| Name: | QPrintPreviewWidgetPrivate::_q_fit | | Prototype: | void QPrintPreviewWidgetPrivate::_q_fit(bool doFitting) | | Coverage: | 25.532% (12/47) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | | Lines: | 219-277 |
| | 39 | 14 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug dbg, const QJsonDocument &o) | | Coverage: | 25.000% (2/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 566-582 |
| | 12 | 3 |
next_proto_cb| Name: | next_proto_cb | | Prototype: | static int next_proto_cb(SSL *, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) | | Coverage: | 25.000% (3/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcontext_openssl.cpp | | Lines: | 388-417 |
| | 11 | 6 |
foldCase| Name: | foldCase | | Prototype: | static inline uint foldCase(const ushort *ch, const ushort *start) | | Coverage: | 25.000% (2/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1513-1519 |
| | 4 | 2 |
check_signal_macro| Name: | check_signal_macro | | Prototype: | static bool check_signal_macro(const QObject *sender, const char *signal, const char *func, const char *op) | | Coverage: | 25.000% (2/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 2241-2255 |
| | 9 | 3 |
check_and_warn_compat| Name: | check_and_warn_compat | | Prototype: | static inline void check_and_warn_compat(const QMetaObject *sender, const QMetaMethod &signal, const QMetaObject *receiver, const QMetaMethod &method) | | Coverage: | 25.000% (3/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 2550-2563 |
| | 9 | 4 |
QXmlSimpleReader::feature| Name: | QXmlSimpleReader::feature | | Prototype: | bool QXmlSimpleReader::feature(const QString& name, bool *ok) const | | Coverage: | 25.000% (6/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2927-2949 |
| | 17 | 7 |
QProcessPrivate::startDetached| Name: | QProcessPrivate::startDetached | | Prototype: | bool QProcessPrivate::startDetached(const QString &program, const QStringList &arguments, const QString &workingDirectory, qint64 *pid) | | Coverage: | 25.000% (14/56) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 932-1045 |
| | 80 | 17 |
QNativeSocketEnginePrivate::nativeListen| Name: | QNativeSocketEnginePrivate::nativeListen | | Prototype: | bool QNativeSocketEnginePrivate::nativeListen(int backlog) | | Coverage: | 25.000% (2/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | | Lines: | 516-544 |
| | 9 | 4 |
QIODevicePrivate::peek| Name: | QIODevicePrivate::peek | | Prototype: | qint64 QIODevicePrivate::peek(char *data, qint64 maxSize) | | Coverage: | 25.000% (2/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1750-1773 |
| | 13 | 3 |
QIODevicePrivate::peek| Name: | QIODevicePrivate::peek | | Prototype: | QByteArray QIODevicePrivate::peek(qint64 maxSize) | | Coverage: | 25.000% (2/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1778-1801 |
| | 13 | 3 |
QAbstractItemModel::beginMoveColumns| Name: | QAbstractItemModel::beginMoveColumns | | Prototype: | bool QAbstractItemModel::beginMoveColumns(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationChild) | | Coverage: | 25.000% (4/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 3058-3081 |
| | 16 | 2 |
QTest::keyToAscii| Name: | QTest::keyToAscii | | Prototype: | char QTest::keyToAscii(Qt::Key key) | | Coverage: | 24.494% (121/494) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qasciikey.cpp | | Lines: | 239-503 |
| | 246 | 248 |
QLocalePrivate::codeToLanguage| Name: | QLocalePrivate::codeToLanguage | | Prototype: | QLocale::Language QLocalePrivate::codeToLanguage(const QChar *code, int len) noexcept | | Coverage: | 23.881% (16/67) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 93-133 |
| | 28 | 11 |
QXcbDrag::dndEnable| Name: | QXcbDrag::dndEnable | | Prototype: | bool QXcbDrag::dndEnable(QXcbWindow *w, bool on) | | Coverage: | 23.810% (5/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbdrag.cpp | | Lines: | 1200-1247 |
| | 28 | 7 |
typeOfVariant| Name: | typeOfVariant | | Prototype: | static uint typeOfVariant(const QVariant &value) | | Coverage: | 23.529% (4/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 551-573 |
| | 4 | 15 |
QXcbWindow::~QXcbWindow| Name: | QXcbWindow::~QXcbWindow | | Prototype: | QXcbWindow::~QXcbWindow() | | Coverage: | 23.077% (3/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 598-611 |
| | 8 | 5 |
QJsonValue::operator==| Name: | QJsonValue::operator== | | Prototype: | bool QJsonValue::operator==(const QJsonValue &other) const | | Coverage: | 22.857% (8/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 621-656 |
| | 24 | 15 |
retrieveLabel| Name: | retrieveLabel | | Prototype: | static inline QString retrieveLabel(const QByteArray &device) | | Coverage: | 22.222% (2/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 490-523 |
| | 9 | 3 |
qt_u_strToCase| Name: | qt_u_strToCase | | Prototype: | static bool qt_u_strToCase(const QString &str, QString *out, const char *localeID, Ptr_u_strToCase caseFunc) | | Coverage: | 22.222% (4/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_icu.cpp | | Lines: | 54-92 |
| | 24 | 6 |
QXcbNativeInterface::nativeResourceForIntegration| Name: | QXcbNativeInterface::nativeResourceForIntegration | | Prototype: | void *QXcbNativeInterface::nativeResourceForIntegration(const QByteArray &resourceString) | | Coverage: | 22.222% (4/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 164-195 |
| | 19 | 9 |
QSpiAccessibleBridge::notifyAccessibilityUpdate| Name: | QSpiAccessibleBridge::notifyAccessibilityUpdate | | Prototype: | void QSpiAccessibleBridge::notifyAccessibilityUpdate(QAccessibleEvent *event) | | Coverage: | 22.222% (2/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/bridge.cpp | | Lines: | 104-110 |
| | 4 | 3 |
QGLEngineShaderManager::useCorrectShaderProg| Name: | QGLEngineShaderManager::useCorrectShaderProg | | Prototype: | bool QGLEngineShaderManager::useCorrectShaderProg() | | Coverage: | 21.143% (37/175) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglengineshadermanager.cpp | | Lines: | 662-873 |
| | 142 | 48 |
q_resolveOpenSslSymbols| Name: | q_resolveOpenSslSymbols | | Prototype: | bool q_resolveOpenSslSymbols() | | Coverage: | 20.491% (192/937) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 730-997 |
| | 198 | 189 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug dbg, const QJsonValue &o) | | Coverage: | 20.000% (3/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 750-781 |
| | 21 | 8 |
Q_QGS_resourceMutex::innerFunction| Name: | Q_QGS_resourceMutex::innerFunction | | Prototype: | inline Type *innerFunction() | | Coverage: | 20.000% (1/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 148-148 |
| | 1 | 4 |
Q_QGS_resourceList::innerFunction| Name: | Q_QGS_resourceList::innerFunction | | Prototype: | inline Type *innerFunction() | | Coverage: | 20.000% (1/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 151-151 |
| | 1 | 4 |
QXcbConnection::finalizeXInput2| Name: | QXcbConnection::finalizeXInput2 | | Prototype: | void QXcbConnection::finalizeXInput2() | | Coverage: | 20.000% (1/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp | | Lines: | 275-282 |
| | 4 | 3 |
QLocalSocketPrivate::errorOccurred| Name: | QLocalSocketPrivate::errorOccurred | | Prototype: | void QLocalSocketPrivate::errorOccurred(QLocalSocket::LocalSocketError error, const QString &function) | | Coverage: | 20.000% (5/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | | Lines: | 173-220 |
| | 30 | 13 |
QFSFileEnginePrivate::readLineFdFh| Name: | QFSFileEnginePrivate::readLineFdFh | | Prototype: | qint64 QFSFileEnginePrivate::readLineFdFh(char *data, qint64 maxlen) | | Coverage: | 20.000% (2/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 670-700 |
| | 11 | 4 |
QLocale::standaloneDayName| Name: | QLocale::standaloneDayName | | Prototype: | QString QLocale::standaloneDayName(int day, FormatType type) const | | Coverage: | 19.231% (5/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 2273-2311 |
| | 26 | 10 |
copyArgument| Name: | copyArgument | | Prototype: | static void copyArgument(void *to, int id, const QVariant &arg) | | Coverage: | 18.750% (9/48) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusinterface.cpp | | Lines: | 54-148 |
| | 45 | 20 |
QGL2PaintEngineExPrivate::fillStencilWithVertexArray| Name: | QGL2PaintEngineExPrivate::fillStencilWithVertexArray | | Prototype: | void QGL2PaintEngineExPrivate::fillStencilWithVertexArray(const float *data, int count, int *stops, int stopCount, const QGLRect &bounds, StencilFillMode mode) | | Coverage: | 18.519% (5/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 996-1087 |
| | 47 | 9 |
QSslKeyPrivate::fromEVP_PKEY| Name: | QSslKeyPrivate::fromEVP_PKEY | | Prototype: | bool QSslKeyPrivate::fromEVP_PKEY(EVP_PKEY *pkey) | | Coverage: | 18.182% (2/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_openssl.cpp | | Lines: | 85-125 |
| | 21 | 4 |
QNetworkAccessManager::networkAccessible| Name: | QNetworkAccessManager::networkAccessible | | Prototype: | QNetworkAccessManager::NetworkAccessibility QNetworkAccessManager::networkAccessible() const | | Coverage: | 18.182% (4/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | | Lines: | 968-998 |
| | 17 | 8 |
QFutureInterfaceBase::waitForResume| Name: | QFutureInterfaceBase::waitForResume | | Prototype: | void QFutureInterfaceBase::waitForResume() | | Coverage: | 18.182% (2/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 199-217 |
| | 9 | 3 |
qt_xcb_imageFormatForVisual| Name: | qt_xcb_imageFormatForVisual | | Prototype: | QImage::Format qt_xcb_imageFormatForVisual(QXcbConnection *connection, uint8_t depth, const xcb_visualtype_t *visual) | | Coverage: | 18.033% (11/61) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbimage.cpp | | Lines: | 57-86 |
| | 19 | 7 |
QNativeSocketEnginePrivate::nativeAccept| Name: | QNativeSocketEnginePrivate::nativeAccept | | Prototype: | int QNativeSocketEnginePrivate::nativeAccept() | | Coverage: | 17.857% (5/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | | Lines: | 546-593 |
| | 20 | 19 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug debug, QAbstractSocket::SocketError error) | | Coverage: | 17.073% (7/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 2932-2999 |
| | 44 | 21 |
fixedXmlName| Name: | fixedXmlName | | Prototype: | static QString fixedXmlName(const QString &_name, bool *ok, bool namespaces = false) | | Coverage: | 17.073% (7/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 630-679 |
| | 33 | 12 |
QXcbNativeInterface::nativeResourceForScreen| Name: | QXcbNativeInterface::nativeResourceForScreen | | Prototype: | void *QXcbNativeInterface::nativeResourceForScreen(const QByteArray &resourceString, QScreen *screen) | | Coverage: | 17.073% (7/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 204-259 |
| | 35 | 17 |
QSystemSemaphorePrivate::setErrorString| Name: | QSystemSemaphorePrivate::setErrorString | | Prototype: | void QSystemSemaphorePrivate::setErrorString(const QString &function) | | Coverage: | 16.667% (2/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore_unix.cpp | | Lines: | 70-99 |
| | 15 | 8 |
QSqlTableModel::headerData| Name: | QSqlTableModel::headerData | | Prototype: | QVariant QSqlTableModel::headerData(int section, Qt::Orientation orientation, int role) const | | Coverage: | 16.667% (2/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 485-496 |
| | 8 | 4 |
QSharedMemoryPrivate::setErrorString| Name: | QSharedMemoryPrivate::setErrorString | | Prototype: | void QSharedMemoryPrivate::setErrorString(QLatin1String function) | | Coverage: | 16.667% (2/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory_unix.cpp | | Lines: | 80-109 |
| | 15 | 8 |
QPageSetupWidget::pageSizeChanged| Name: | QPageSetupWidget::pageSizeChanged | | Prototype: | void QPageSetupWidget::pageSizeChanged() | | Coverage: | 16.667% (2/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | | Lines: | 514-535 |
| | 12 | 4 |
QNetworkConfiguration::bearerTypeName| Name: | QNetworkConfiguration::bearerTypeName | | Prototype: | QString QNetworkConfiguration::bearerTypeName() const | | Coverage: | 16.667% (8/48) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworkconfiguration.cpp | | Lines: | 538-578 |
| | 8 | 29 |
QGenericUnixTheme::createUnixTheme| Name: | QGenericUnixTheme::createUnixTheme | | Prototype: | QPlatformTheme *QGenericUnixTheme::createUnixTheme(const QString &name) | | Coverage: | 16.667% (2/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 736-748 |
| | 8 | 5 |
QGLShaderPrivate::compile| Name: | QGLShaderPrivate::compile | | Prototype: | bool QGLShaderPrivate::compile(QGLShader *q) | | Coverage: | 16.667% (4/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 265-306 |
| | 33 | 7 |
QFSFileEnginePrivate::openFh| Name: | QFSFileEnginePrivate::openFh | | Prototype: | bool QFSFileEnginePrivate::openFh(QIODevice::OpenMode openMode, FILE *fh) | | Coverage: | 16.667% (2/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 262-287 |
| | 14 | 4 |
QFSFileEnginePrivate::openFd| Name: | QFSFileEnginePrivate::openFd | | Prototype: | bool QFSFileEnginePrivate::openFd(QIODevice::OpenMode openMode, int fd) | | Coverage: | 16.667% (2/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 326-351 |
| | 14 | 4 |
QDomNamedNodeMapPrivate::namedItemNS| Name: | QDomNamedNodeMapPrivate::namedItemNS | | Prototype: | QDomNodePrivate* QDomNamedNodeMapPrivate::namedItemNS(const QString& nsURI, const QString& localName) const | | Coverage: | 16.667% (2/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3081-3094 |
| | 8 | 4 |
qDetectCpuFeatures| Name: | qDetectCpuFeatures | | Prototype: | void qDetectCpuFeatures() | | Coverage: | 15.789% (3/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsimd.cpp | | Lines: | 680-740 |
| | 19 | 7 |
fixedCharData| Name: | fixedCharData | | Prototype: | static QString fixedCharData(const QString &data, bool *ok) | | Coverage: | 15.385% (2/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 684-704 |
| | 13 | 5 |
findUnixOsVersion| Name: | findUnixOsVersion | | Prototype: | static bool findUnixOsVersion(QUnixOSVersion &v) | | Coverage: | 15.385% (2/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2365-2378 |
| | 9 | 5 |
QTest::incidentType2String| Name: | QTest::incidentType2String | | Prototype: | static const char *incidentType2String(QAbstractTestLogger::IncidentTypes type) | | Coverage: | 15.385% (2/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 54-71 |
| | 8 | 7 |
willLogToConsole| Name: | willLogToConsole | | Prototype: | static bool willLogToConsole() | | Coverage: | 14.286% (2/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 171-212 |
| | 11 | 4 |
subpixelTypeFromMatch| Name: | subpixelTypeFromMatch | | Prototype: | QFontEngine::SubpixelAntialiasingType subpixelTypeFromMatch(FcPattern *match, bool useXftConf) | | Coverage: | 13.636% (3/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp | | Lines: | 628-660 |
| | 18 | 11 |
QXcbWindow::handleXEmbedMessage| Name: | QXcbWindow::handleXEmbedMessage | | Prototype: | void QXcbWindow::handleXEmbedMessage(const xcb_client_message_event_t *event) | | Coverage: | 13.636% (3/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2780-2821 |
| | 24 | 11 |
runningUnderDebugger| Name: | runningUnderDebugger | | Prototype: | static bool runningUnderDebugger() | | Coverage: | 13.333% (2/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbintegration.cpp | | Lines: | 95-117 |
| | 14 | 5 |
QXcbWMSupport::updateVirtualRoots| Name: | QXcbWMSupport::updateVirtualRoots | | Prototype: | void QXcbWMSupport::updateVirtualRoots() | | Coverage: | 13.333% (2/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwmsupport.cpp | | Lines: | 92-130 |
| | 21 | 5 |
QJsonDocument::operator==| Name: | QJsonDocument::operator== | | Prototype: | bool QJsonDocument::operator==(const QJsonDocument &other) const | | Coverage: | 13.333% (2/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 526-543 |
| | 11 | 5 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug debug, QLocalSocket::LocalSocketError error) | | Coverage: | 13.043% (3/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp | | Lines: | 494-534 |
| | 26 | 12 |
parseXftRgba| Name: | parseXftRgba | | Prototype: | static QFontEngine::SubpixelAntialiasingType parseXftRgba(const QByteArray& stringValue) | | Coverage: | 12.500% (2/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 802-816 |
| | 11 | 6 |
loadOpenSsl| Name: | loadOpenSsl | | Prototype: | static QPair<QLibrary*, QLibrary*> loadOpenSsl() | | Coverage: | 12.500% (3/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 624-727 |
| | 36 | 8 |
QLocalePrivate::codeToScript| Name: | QLocalePrivate::codeToScript | | Prototype: | QLocale::Script QLocalePrivate::codeToScript(const QChar *code, int len) noexcept | | Coverage: | 12.500% (2/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 135-152 |
| | 11 | 4 |
QGL2PaintEngineExPrivate::updateBrushTexture| Name: | QGL2PaintEngineExPrivate::updateBrushTexture | | Prototype: | void QGL2PaintEngineExPrivate::updateBrushTexture() | | Coverage: | 12.500% (4/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 187-243 |
| | 32 | 8 |
QLocalSocket::waitForConnected| Name: | QLocalSocket::waitForConnected | | Prototype: | bool QLocalSocket::waitForConnected(int msec) | | Coverage: | 11.765% (2/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | | Lines: | 513-537 |
| | 15 | 5 |
QJsonPrivate::Value::copyData| Name: | QJsonPrivate::Value::copyData | | Prototype: | void Value::copyData(const QJsonValue &v, char *dest, bool compressed) | | Coverage: | 11.765% (2/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 434-458 |
| | 13 | 8 |
QFreetypeFace::computeSize| Name: | QFreetypeFace::computeSize | | Prototype: | void QFreetypeFace::computeSize(const QFontDef &fontDef, int *xsize, int *ysize, bool *outline_drawing, QFixed *scalableBitmapScaleFactor) | | Coverage: | 11.628% (5/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 337-388 |
| | 30 | 12 |
imageFormatForVisual| Name: | imageFormatForVisual | | Prototype: | static inline QImage::Format imageFormatForVisual(int depth, quint32 red_mask, quint32 blue_mask, bool *rgbSwap) | | Coverage: | 11.429% (8/70) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 169-237 |
| | 49 | 27 |
QHostInfo::localDomainName| Name: | QHostInfo::localDomainName | | Prototype: | QString QHostInfo::localDomainName() | | Coverage: | 11.429% (4/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo_unix.cpp | | Lines: | 319-381 |
| | 34 | 11 |
qOpenGLVersionFlagsFromString| Name: | qOpenGLVersionFlagsFromString | | Prototype: | QGLFormat::OpenGLVersionFlags __attribute__((visibility("default"))) qOpenGLVersionFlagsFromString(const QString &versionString) | | Coverage: | 10.938% (7/64) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1262-1398 |
| | 89 | 28 |
QSslKeyPrivate::derFromPem| Name: | QSslKeyPrivate::derFromPem | | Prototype: | QByteArray QSslKeyPrivate::derFromPem(const QByteArray &pem, QMap<QByteArray, QByteArray> *headers) const | | Coverage: | 10.811% (4/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_p.cpp | | Lines: | 177-223 |
| | 32 | 9 |
QJsonObject::operator==| Name: | QJsonObject::operator== | | Prototype: | bool QJsonObject::operator==(const QJsonObject &other) const | | Coverage: | 10.526% (2/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 588-608 |
| | 14 | 7 |
QJsonArray::operator==| Name: | QJsonArray::operator== | | Prototype: | bool QJsonArray::operator==(const QJsonArray &other) const | | Coverage: | 10.526% (2/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 608-625 |
| | 12 | 7 |
QGL2PaintEngineExPrivate::updateBrushUniforms| Name: | QGL2PaintEngineExPrivate::updateBrushUniforms | | Prototype: | void QGL2PaintEngineExPrivate::updateBrushUniforms() | | Coverage: | 10.526% (4/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 246-366 |
| | 81 | 11 |
QGL2PaintEngineExPrivate::updateCompositionMode| Name: | QGL2PaintEngineExPrivate::updateCompositionMode | | Prototype: | void QGL2PaintEngineExPrivate::updateCompositionMode() | | Coverage: | 10.345% (3/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 441-492 |
| | 30 | 15 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug debug, QRegularExpression::PatternOptions patternOptions) | | Coverage: | 9.375% (3/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | | Lines: | 2500-2533 |
| | 26 | 11 |
QLocale::textDirection| Name: | QLocale::textDirection | | Prototype: | Qt::LayoutDirection QLocale::textDirection() const | | Coverage: | 9.375% (3/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 2389-2425 |
| | 4 | 30 |
ignoreProxyFor| Name: | ignoreProxyFor | | Prototype: | static bool ignoreProxyFor(const QNetworkProxyQuery &query) | | Coverage: | 9.091% (2/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy_generic.cpp | | Lines: | 54-87 |
| | 18 | 8 |
QGL2PaintEngineExPrivate::transferMode| Name: | QGL2PaintEngineExPrivate::transferMode | | Prototype: | void QGL2PaintEngineExPrivate::transferMode(EngineMode newMode) | | Coverage: | 8.333% (2/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 679-710 |
| | 17 | 7 |
QDomDocumentTypePrivate::save| Name: | QDomDocumentTypePrivate::save | | Prototype: | void QDomDocumentTypePrivate::save(QTextStream& s, int, int indent) const | | Coverage: | 8.333% (2/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3580-3611 |
| | 19 | 8 |
QTest::benchmarkMetricUnit| Name: | QTest::benchmarkMetricUnit | | Prototype: | const char * QTest::benchmarkMetricUnit(QBenchmarkMetric metric) | | Coverage: | 6.452% (4/62) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmetric.cpp | | Lines: | 164-230 |
| | 32 | 32 |