Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QMdiAreaPrivate::updateScrollBarsName: | QMdiAreaPrivate::updateScrollBars | Prototype: | void QMdiAreaPrivate::updateScrollBars() | Coverage: | 0.000% (0/51) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 1169-1230 |
| | 45 | 11 |
QMdiAreaPrivate::updateTabBarGeometryName: | QMdiAreaPrivate::updateTabBarGeometry | Prototype: | void QMdiAreaPrivate::updateTabBarGeometry() | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 1623-1673 |
| | 31 | 11 |
QMdiSubWindow::mouseDoubleClickEventName: | QMdiSubWindow::mouseDoubleClickEvent | Prototype: | void QMdiSubWindow::mouseDoubleClickEvent(QMouseEvent *mouseEvent) | Coverage: | 0.000% (0/35) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 3228-3268 |
| | 25 | 11 |
QMdiSubWindowPrivate::processClickedSubControlName: | QMdiSubWindowPrivate::processClickedSubControl | Prototype: | void QMdiSubWindowPrivate::processClickedSubControl() | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 1477-1530 |
| | 22 | 11 |
QMdiSubWindowPrivate::setActiveName: | QMdiSubWindowPrivate::setActive | Prototype: | void QMdiSubWindowPrivate::setActive(bool activate, bool changeFocus) | Coverage: | 0.000% (0/51) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 1416-1472 |
| | 41 | 11 |
QMdiSubWindowPrivate::setFocusWidgetName: | QMdiSubWindowPrivate::setFocusWidget | Prototype: | void QMdiSubWindowPrivate::setFocusWidget() | Coverage: | 0.000% (0/48) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 2008-2053 |
| | 28 | 11 |
QMdiSubWindowPrivate::setNewGeometryName: | QMdiSubWindowPrivate::setNewGeometry | Prototype: | void QMdiSubWindowPrivate::setNewGeometry(const QPoint &pos) | Coverage: | 0.000% (0/41) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 1153-1216 |
| | 44 | 11 |
QMenuBarPrivate::popupActionName: | QMenuBarPrivate::popupAction | Prototype: | void QMenuBarPrivate::popupAction(QAction *action, bool activateFirst) | Coverage: | 0.000% (0/47) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 302-352 |
| | 36 | 11 |
QMenuPrivate::scrollMenuName: | QMenuPrivate::scrollMenu | Prototype: | void QMenuPrivate::scrollMenu(QMenuScroller::ScrollDirection direction, bool page, bool active) | Coverage: | 0.000% (0/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1004-1047 |
| | 33 | 11 |
QMessageBoxPrivate::detectEscapeButtonName: | QMessageBoxPrivate::detectEscapeButton | Prototype: | void QMessageBoxPrivate::detectEscapeButton() | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | Lines: | 1032-1074 |
| | 24 | 11 |
QMessageBoxPrivate::updateSizeName: | QMessageBoxPrivate::updateSize | Prototype: | void QMessageBoxPrivate::updateSize() | Coverage: | 0.000% (0/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | Lines: | 353-433 |
| | 47 | 11 |
QMetaObjectPrivate::disconnectName: | QMetaObjectPrivate::disconnect | Prototype: | bool QMetaObjectPrivate::disconnect(const QObject *sender, int signal_index, const QMetaObject *smeta, const QObject *receiver, int method_index, void **slot, DisconnectType disconnectType) | Coverage: | 81.818% (27/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 3373-3426 |
| | 33 | 11 |
QMetaProperty::readName: | QMetaProperty::read | Prototype: | QVariant QMetaProperty::read(const QObject *object) const | Coverage: | 80.488% (33/41) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 2962-3025 |
| | 36 | 11 |
QMetaType::registerNormalizedTypeName: | QMetaType::registerNormalizedType | Prototype: | int QMetaType::registerNormalizedType(const ::QByteArray &normalizedTypeName, Destructor destructor, Constructor constructor, int size, TypeFlags flags, const QMetaObject *metaObject) | Coverage: | 52.632% (20/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 1002-1086 |
| | 54 | 11 |
QMimeMagicRule::matchSubstringName: | QMimeMagicRule::matchSubstring | Prototype: | bool QMimeMagicRule::matchSubstring(const char *dataPtr, int dataSize, int rangeStart, int rangeLength, int valueLength, const char *valueData, const char *mask) | Coverage: | 100.000% (32/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimemagicrule.cpp | Lines: | 112-159 |
| | 26 | 11 |
QNetworkProxyFactory::systemProxyForQueryName: | QNetworkProxyFactory::systemProxyForQuery | Prototype: | QList<QNetworkProxy> QNetworkProxyFactory::systemProxyForQuery(const QNetworkProxyQuery &query) | Coverage: | 73.684% (28/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy_generic.cpp | Lines: | 83-130 |
| | 34 | 11 |
QObject::disconnectName: | QObject::disconnect | Prototype: | bool QObject::disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | Coverage: | 78.049% (32/41) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 3033-3096 |
| | 37 | 11 |
QObjectPrivate::setParent_helperName: | QObjectPrivate::setParent_helper | Prototype: | void QObjectPrivate::setParent_helper(QObject *o) | Coverage: | 84.444% (38/45) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 1970-2012 |
| | 27 | 11 |
QOpenGLFramebufferObjectPrivate::checkFramebufferStatusName: | QOpenGLFramebufferObjectPrivate::checkFramebufferStatus | Prototype: | bool QOpenGLFramebufferObjectPrivate::checkFramebufferStatus(QOpenGLContext *ctx) const | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglframebufferobject.cpp | Lines: | 367-420 |
| | 20 | 11 |
QOpenGLFunctions_1_3::initializeOpenGLFunctionsName: | QOpenGLFunctions_1_3::initializeOpenGLFunctions | Prototype: | bool QOpenGLFunctions_1_3::initializeOpenGLFunctions() | Coverage: | 0.000% (0/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_1_3.cpp | Lines: | 111-193 |
| | 56 | 11 |
QOpenGLFunctions_1_4::~QOpenGLFunctions_1_4Name: | QOpenGLFunctions_1_4::~QOpenGLFunctions_1_4 | Prototype: | QOpenGLFunctions_1_4::~QOpenGLFunctions_1_4() | Coverage: | 0.000% (0/51) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_1_4.cpp | Lines: | 77-119 |
| | 30 | 11 |
QOpenGLFunctions_3_1::~QOpenGLFunctions_3_1Name: | QOpenGLFunctions_3_1::~QOpenGLFunctions_3_1 | Prototype: | QOpenGLFunctions_3_1::~QOpenGLFunctions_3_1() | Coverage: | 0.000% (0/51) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_3_1.cpp | Lines: | 77-119 |
| | 30 | 11 |
QPainter::drawTextName: | QPainter::drawText | Prototype: | void QPainter::drawText(const QPointF &p, const QString &str, int tf, int justificationPadding) | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 5837-5914 |
| | 52 | 11 |
QPathClipper::handleCrossingEdgesName: | QPathClipper::handleCrossingEdges | Prototype: | bool QPathClipper::handleCrossingEdges(QWingedEdge &list, qreal y, ClipperMode mode) | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 1810-1880 |
| | 39 | 11 |
QPlainTextDocumentLayout::layoutBlockName: | QPlainTextDocumentLayout::layoutBlock | Prototype: | void QPlainTextDocumentLayout::layoutBlock(const QTextBlock &block) | Coverage: | 0.000% (0/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 346-411 |
| | 49 | 11 |
QPlainTextEditPrivate::ensureVisibleName: | QPlainTextEditPrivate::ensureVisible | Prototype: | void QPlainTextEditPrivate::ensureVisible(int position, bool center, bool forceCenter) | Coverage: | 0.000% (0/43) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 679-728 |
| | 36 | 11 |
QPlatformCursorImage::setName: | QPlatformCursorImage::set | Prototype: | void QPlatformCursorImage::set(const uchar *data, const uchar *mask, int width, int height, int hx, int hy) | Coverage: | 0.000% (0/50) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformcursor.cpp | Lines: | 586-641 |
| | 35 | 11 |
QPlatformDrag::defaultActionName: | QPlatformDrag::defaultAction | Prototype: | Qt::DropAction QPlatformDrag::defaultAction(Qt::DropActions possibleActions, Qt::KeyboardModifiers modifiers) const | Coverage: | 0.000% (0/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdrag.cpp | Lines: | 105-155 |
| | 22 | 11 |
QProcessPrivate::execChildName: | QProcessPrivate::execChild | Prototype: | void QProcessPrivate::execChild(const char *workingDir, char **path, char **argv, char **envp) | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | Lines: | 503-569 |
| | 28 | 11 |
QProgressDialog::setValueName: | QProgressDialog::setValue | Prototype: | void QProgressDialog::setValue(int progress) | Coverage: | 0.000% (0/42) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | Lines: | 657-705 |
| | 33 | 11 |
QRasterPaintEngine::drawCachedGlyphsName: | QRasterPaintEngine::drawCachedGlyphs | Prototype: | bool QRasterPaintEngine::drawCachedGlyphs(int numGlyphs, const glyph_t *glyphs, const QFixedPoint *positions, QFontEngine *fontEngine) | Coverage: | 0.000% (0/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 2741-2834 |
| | 56 | 11 |
QRasterizer::rasterizeName: | QRasterizer::rasterize | Prototype: | void QRasterizer::rasterize(const QPainterPath &path, Qt::FillRule fillRule) | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | Lines: | 1235-1301 |
| | 39 | 11 |
QRectF::containsName: | QRectF::contains | Prototype: | bool QRectF::contains(const QRectF &r) const | Coverage: | 89.744% (35/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 1985-2030 |
| | 33 | 11 |
QRectF::intersectsName: | QRectF::intersects | Prototype: | bool QRectF::intersects(const QRectF &r) const | Coverage: | 89.744% (35/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 2277-2322 |
| | 33 | 11 |
QRectF::operator&Name: | QRectF::operator& | Prototype: | QRectF QRectF::operator&(const QRectF &r) const | Coverage: | 89.744% (35/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 2192-2242 |
| | 38 | 11 |
QRegExpMatchState::matchName: | QRegExpMatchState::match | Prototype: | void QRegExpMatchState::match(const QChar *str0, int len0, int pos0, bool minimal0, bool oneTest, int caretIndex) | Coverage: | 90.000% (36/40) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1412-1480 |
| | 38 | 11 |
QRenderRule::drawBackgroundImageName: | QRenderRule::drawBackgroundImage | Prototype: | void QRenderRule::drawBackgroundImage(QPainter *p, const QRect &rect, QPoint off) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 1156-1207 |
| | 33 | 11 |
QScrollerPrivate::prepareScrollingName: | QScrollerPrivate::prepareScrolling | Prototype: | bool QScrollerPrivate::prepareScrolling(const QPointF &position) | Coverage: | 0.000% (0/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | Lines: | 1425-1472 |
| | 28 | 11 |
QSocks5SocketEngine::waitForReadName: | QSocks5SocketEngine::waitForRead | Prototype: | bool QSocks5SocketEngine::waitForRead(int msecs, bool *timedOut) | Coverage: | 57.895% (22/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1745-1794 |
| | 27 | 11 |
QSocks5SocketEnginePrivate::_q_controlSocketReadNotificationName: | QSocks5SocketEnginePrivate::_q_controlSocketReadNotification | Prototype: | void QSocks5SocketEnginePrivate::_q_controlSocketReadNotification() | Coverage: | 62.500% (15/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1163-1209 |
| | 22 | 11 |
QSortedModelEngine::filterName: | QSortedModelEngine::filter | Prototype: | QMatchData QSortedModelEngine::filter(const QString& part, const QModelIndex& parent, int) | Coverage: | 0.000% (0/55) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | Lines: | 605-690 |
| | 57 | 11 |
QSpanData::adjustSpanMethodsName: | QSpanData::adjustSpanMethods | Prototype: | void QSpanData::adjustSpanMethods() | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 4534-4575 |
| | 26 | 11 |
QSpdyProtocolHandler::handleControlFrameName: | QSpdyProtocolHandler::handleControlFrame | Prototype: | void QSpdyProtocolHandler::handleControlFrame(const QByteArray &frameHeaders) | Coverage: | 36.364% (8/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | Lines: | 788-848 |
| | 33 | 11 |
QSpdyProtocolHandler::handleDataFrameName: | QSpdyProtocolHandler::handleDataFrame | Prototype: | void QSpdyProtocolHandler::handleDataFrame(const QByteArray &frameHeaders) | Coverage: | 60.526% (23/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | Lines: | 1168-1263 |
| | 55 | 11 |
QSpinBoxPrivate::validateAndInterpretName: | QSpinBoxPrivate::validateAndInterpret | Prototype: | QVariant QSpinBoxPrivate::validateAndInterpret(QString &input, int &pos, QValidator::State &state) const | Coverage: | 0.000% (0/63) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 1019-1083 |
| | 38 | 11 |
QSqlTableModel::removeRowsName: | QSqlTableModel::removeRows | Prototype: | bool QSqlTableModel::removeRows(int row, int count, const QModelIndex &parent) | Coverage: | 94.872% (37/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | Lines: | 1081-1116 |
| | 23 | 11 |
QSqlTableModel::selectRowName: | QSqlTableModel::selectRow | Prototype: | bool QSqlTableModel::selectRow(int row) | Coverage: | 72.973% (27/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | Lines: | 397-463 |
| | 41 | 11 |
QSqlTableModel::setRecordName: | QSqlTableModel::setRecord | Prototype: | bool QSqlTableModel::setRecord(int row, const QSqlRecord &values) | Coverage: | 77.143% (27/35) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | Lines: | 1377-1426 |
| | 34 | 11 |
QSslSocketBackendPrivate::continueHandshakeName: | QSslSocketBackendPrivate::continueHandshake | Prototype: | void QSslSocketBackendPrivate::continueHandshake() | Coverage: | 81.250% (26/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 1563-1644 |
| | 25 | 11 |
QSslSocketBackendPrivate::setupOpenSslOptionsName: | QSslSocketBackendPrivate::setupOpenSslOptions | Prototype: | long QSslSocketBackendPrivate::setupOpenSslOptions(QSsl::SslProtocol protocol, QSsl::SslOptions sslOptions) | Coverage: | 82.353% (28/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 302-350 |
| | 25 | 11 |
QString::argName: | QString::arg | Prototype: | QString QString::arg(double a, int fieldWidth, char fmt, int prec, QChar fillChar) const | Coverage: | 62.963% (17/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7766-7815 |
| | 29 | 11 |
QSystemSemaphorePrivate::handleName: | QSystemSemaphorePrivate::handle | Prototype: | key_t QSystemSemaphorePrivate::handle(QSystemSemaphore::AccessMode mode) | Coverage: | 79.412% (27/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore_systemv.cpp | Lines: | 66-128 |
| | 38 | 11 |
QTabBarPrivate::layoutTabsName: | QTabBarPrivate::layoutTabs | Prototype: | void QTabBarPrivate::layoutTabs() | Coverage: | 0.000% (0/46) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | Lines: | 441-583 |
| | 102 | 11 |
QTableModel::setItemName: | QTableModel::setItem | Prototype: | void QTableModel::setItem(int row, int column, QTableWidgetItem *item) | Coverage: | 0.000% (0/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | Lines: | 149-213 |
| | 47 | 11 |
QTapGestureRecognizer::recognizeName: | QTapGestureRecognizer::recognize | Prototype: | QGestureRecognizer::Result QTapGestureRecognizer::recognize(QGesture *state, QObject *, QEvent *event) | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp | Lines: | 421-464 |
| | 22 | 11 |
QTextBlock::textDirectionName: | QTextBlock::textDirection | Prototype: | Qt::LayoutDirection QTextBlock::textDirection() const | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 1164-1205 |
| | 27 | 11 |
QTextCursor::insertTextName: | QTextCursor::insertText | Prototype: | void QTextCursor::insertText(const QString &text, const QTextCharFormat &_format) | Coverage: | 0.000% (0/45) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | Lines: | 1406-1473 |
| | 44 | 11 |
QTextDocumentLayout::documentChangedName: | QTextDocumentLayout::documentChanged | Prototype: | void QTextDocumentLayout::documentChanged(int from, int oldLength, int length) | Coverage: | 0.000% (0/51) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | Lines: | 2916-2983 |
| | 41 | 11 |
QTextEngine::positionAfterVisualMovementName: | QTextEngine::positionAfterVisualMovement | Prototype: | int QTextEngine::positionAfterVisualMovement(int pos, QTextCursor::MoveOperation op) | Coverage: | 0.000% (0/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 3288-3327 |
| | 25 | 11 |
QTextEngine::positionInLigatureName: | QTextEngine::positionInLigature | Prototype: | int QTextEngine::positionInLigature(const QScriptItem *si, int end, QFixed x, QFixed edge, int glyph_pos, bool cursorOnCharacter) | Coverage: | 0.000% (0/43) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 3146-3198 |
| | 36 | 11 |
QTextEngine::resolveFormatsName: | QTextEngine::resolveFormats | Prototype: | void QTextEngine::resolveFormats() const | Coverage: | 0.000% (0/35) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 3007-3069 |
| | 43 | 11 |
QTextHtmlParser::parseEntityName: | QTextHtmlParser::parseEntity | Prototype: | QString QTextHtmlParser::parseEntity() | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 796-842 |
| | 31 | 11 |
QTextHtmlParser::parseWordName: | QTextHtmlParser::parseWord | Prototype: | QString QTextHtmlParser::parseWord() | Coverage: | 0.000% (0/42) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 845-886 |
| | 30 | 11 |
QTextOdfWriter::writeTableCellFormatName: | QTextOdfWriter::writeTableCellFormat | Prototype: | void QTextOdfWriter::writeTableCellFormat(QXmlStreamWriter &writer, QTextTableCellFormat format, int formatIndex) const | Coverage: | 0.000% (0/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextodfwriter.cpp | Lines: | 691-737 |
| | 25 | 11 |
QTextStream::operator<<Name: | QTextStream::operator<< | Prototype: | QTextStream &QTextStream::operator<<(double f) | Coverage: | 84.375% (27/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 2518-2554 |
| | 27 | 11 |
QTextTable::removeColumnsName: | QTextTable::removeColumns | Prototype: | void QTextTable::removeColumns(int pos, int num) | Coverage: | 0.000% (0/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 921-983 |
| | 42 | 11 |
QThreadPoolThread::runName: | QThreadPoolThread::run | Prototype: | void QThreadPoolThread::run() | Coverage: | 87.500% (28/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | Lines: | 76-138 |
| | 35 | 11 |
QToolBarAreaLayout::getStyleOptionInfoName: | QToolBarAreaLayout::getStyleOptionInfo | Prototype: | void QToolBarAreaLayout::getStyleOptionInfo(QStyleOptionToolBar *option, QToolBar *toolBar) const | Coverage: | 0.000% (0/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | Lines: | 955-988 |
| | 21 | 11 |
QTransform::invertedName: | QTransform::inverted | Prototype: | QTransform QTransform::inverted(bool *invertible) const | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | Lines: | 356-401 |
| | 28 | 11 |
QTransform::rotateRadiansName: | QTransform::rotateRadians | Prototype: | QTransform & QTransform::rotateRadians(qreal a, Qt::Axis axis) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | Lines: | 697-759 |
| | 41 | 11 |
QTreeViewPrivate::coordinateForItemName: | QTreeViewPrivate::coordinateForItem | Prototype: | int QTreeViewPrivate::coordinateForItem(int item) const | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | Lines: | 3459-3501 |
| | 28 | 11 |
QTreeViewPrivate::selectName: | QTreeViewPrivate::select | Prototype: | void QTreeViewPrivate::select(const QModelIndex &topIndex, const QModelIndex &bottomIndex, QItemSelectionModel::SelectionFlags command) | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | Lines: | 3830-3888 |
| | 40 | 11 |
QTreeWidget::dropEventName: | QTreeWidget::dropEvent | Prototype: | void QTreeWidget::dropEvent(QDropEvent *event) | Coverage: | 0.000% (0/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | Lines: | 3367-3427 |
| | 36 | 11 |
QTreeWidgetItem::childrenCheckStateName: | QTreeWidgetItem::childrenCheckState | Prototype: | QVariant QTreeWidgetItem::childrenCheckState(int column) const | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | Lines: | 2134-2168 |
| | 21 | 11 |
QTzTimeZonePrivate::displayNameName: | QTzTimeZonePrivate::displayName | Prototype: | QString QTzTimeZonePrivate::displayName(QTimeZone::TimeType timeType, QTimeZone::NameType nameType, const QLocale &locale) const | Coverage: | 62.295% (38/61) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | Lines: | 782-843 |
| | 31 | 11 |
QUrl::adjustedName: | QUrl::adjusted | Prototype: | QUrl QUrl::adjusted(QUrl::FormattingOptions options) const | Coverage: | 93.750% (30/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3361-3393 |
| | 25 | 11 |
QUrl::operator <Name: | QUrl::operator < | Prototype: | bool QUrl::operator <(const QUrl &url) const | Coverage: | 86.667% (39/45) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3562-3608 |
| | 31 | 11 |
QUrl::resolvedName: | QUrl::resolved | Prototype: | QUrl QUrl::resolved(const QUrl &relative) const | Coverage: | 95.122% (39/41) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3164-3229 |
| | 40 | 11 |
QUrl::toStringName: | QUrl::toString | Prototype: | QString QUrl::toString(FormattingOptions options) const | Coverage: | 87.037% (47/54) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3269-3326 |
| | 31 | 11 |
QUrlPrivate::validateComponentName: | QUrlPrivate::validateComponent | Prototype: | bool QUrlPrivate::validateComponent(QUrlPrivate::Section section, const QString &input, int begin, int end) | Coverage: | 100.000% (44/44) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1658-1717 |
| | 27 | 11 |
QUrlPrivate::validityErrorName: | QUrlPrivate::validityError | Prototype: | inline QUrlPrivate::ErrorCode QUrlPrivate::validityError(QString *source, int *position) const | Coverage: | 100.000% (33/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1605-1656 |
| | 25 | 11 |
QUrlQueryPrivate::setQueryName: | QUrlQueryPrivate::setQuery | Prototype: | void QUrlQueryPrivate::setQuery(const QString &query) | Coverage: | 100.000% (34/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | Lines: | 267-320 |
| | 37 | 11 |
QWellArray::keyPressEventName: | QWellArray::keyPressEvent | Prototype: | void QWellArray::keyPressEvent(QKeyEvent* e) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 448-486 |
| | 17 | 11 |
QWidgetBackingStore::qt_flushName: | QWidgetBackingStore::qt_flush | Prototype: | void QWidgetBackingStore::qt_flush(QWidget *widget, const QRegion ®ion, QBackingStore *backingStore, QWidget *tlw, const QPoint &tlwOffset, QPlatformTextureList *widgetTextures, QWidgetBackingStore *widgetBackingStore) | Coverage: | 0.000% (0/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 73-145 |
| | 35 | 11 |
QWidgetBackingStore::showYellowThingName: | QWidgetBackingStore::showYellowThing | Prototype: | void QWidgetBackingStore::showYellowThing(QWidget *widget, const QRegion &toBePainted, int msec, bool unclipped) | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 190-259 |
| | 36 | 11 |
QWidgetPrivate::prepareToRenderName: | QWidgetPrivate::prepareToRender | Prototype: | QRegion QWidgetPrivate::prepareToRender(const QRegion ®ion, QWidget::RenderFlags renderFlags) | Coverage: | 0.000% (0/47) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 5339-5395 |
| | 34 | 11 |
QWidgetPrivate::setEnabled_helperName: | QWidgetPrivate::setEnabled_helper | Prototype: | void QWidgetPrivate::setEnabled_helper(bool enable) | Coverage: | 0.000% (0/53) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 3408-3465 |
| | 27 | 11 |
QWidgetWindow::handleEnterLeaveEventName: | QWidgetWindow::handleEnterLeaveEvent | Prototype: | void QWidgetWindow::handleEnterLeaveEvent(QEvent *event) | Coverage: | 0.000% (0/47) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | Lines: | 333-394 |
| | 35 | 11 |
QWizardPrivate::switchToPageName: | QWizardPrivate::switchToPage | Prototype: | void QWizardPrivate::switchToPage(int newId, Direction direction) | Coverage: | 0.000% (0/41) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | Lines: | 832-904 |
| | 42 | 11 |
QXcbClipboard::clipboardReadIncrementalPropertyName: | QXcbClipboard::clipboardReadIncrementalProperty | Prototype: | QByteArray QXcbClipboard::clipboardReadIncrementalProperty(xcb_window_t win, xcb_atom_t property, int nbytes, bool nullterm) | Coverage: | 0.000% (0/35) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | Lines: | 922-985 |
| | 40 | 11 |
QXcbClipboard::setMimeDataName: | QXcbClipboard::setMimeData | Prototype: | void QXcbClipboard::setMimeData(QMimeData *data, QClipboard::Mode mode) | Coverage: | 78.788% (26/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | Lines: | 383-428 |
| | 27 | 11 |
QXcbConnection::processXcbEventsName: | QXcbConnection::processXcbEvents | Prototype: | void QXcbConnection::processXcbEvents() | Coverage: | 72.414% (21/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 1691-1747 |
| | 35 | 11 |
QXcbConnection::xi2SetMouseGrabEnabledName: | QXcbConnection::xi2SetMouseGrabEnabled | Prototype: | bool QXcbConnection::xi2SetMouseGrabEnabled(xcb_window_t w, bool grab) | Coverage: | 54.545% (18/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp | Lines: | 757-815 |
| | 43 | 11 |
QXcbDrag::handleSelectionRequestName: | QXcbDrag::handleSelectionRequest | Prototype: | void QXcbDrag::handleSelectionRequest(const xcb_selection_request_event_t *event) | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbdrag.cpp | Lines: | 1127-1191 |
| | 39 | 11 |
QXcbIntegration::hasCapabilityName: | QXcbIntegration::hasCapability | Prototype: | bool QXcbIntegration::hasCapability(QPlatformIntegration::Capability cap) const | Coverage: | 76.667% (23/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbintegration.cpp | Lines: | 244-261 |
| | 14 | 11 |
QXcbKeyboard::updateKeymapName: | QXcbKeyboard::updateKeymap | Prototype: | void QXcbKeyboard::updateKeymap() | Coverage: | 40.000% (12/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | Lines: | 682-748 |
| | 41 | 11 |
QXcbNativeInterface::platformFunctionName: | QXcbNativeInterface::platformFunction | Prototype: | QFunctionPointer QXcbNativeInterface::platformFunction(const QByteArray &function) const | Coverage: | 54.839% (17/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | Lines: | 342-379 |
| | 23 | 11 |
QXcbWindow::handleXEmbedMessageName: | 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 |
QXcbWindow::setMotifWindowFlagsName: | QXcbWindow::setMotifWindowFlags | Prototype: | void QXcbWindow::setMotifWindowFlags(Qt::WindowFlags flags) | Coverage: | 79.070% (34/43) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 1195-1263 |
| | 44 | 11 |
QXcbWindow::setNetWmStatesName: | QXcbWindow::setNetWmStates | Prototype: | void QXcbWindow::setNetWmStates(NetWmStates states) | Coverage: | 73.684% (28/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 1117-1161 |
| | 33 | 11 |