| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QMdiAreaPrivate::updateScrollBars| Name: | 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::updateTabBarGeometry| Name: | 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::mouseDoubleClickEvent| Name: | 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::processClickedSubControl| Name: | 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::setActive| Name: | 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::setFocusWidget| Name: | 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::setNewGeometry| Name: | 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::popupAction| Name: | 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::scrollMenu| Name: | 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::detectEscapeButton| Name: | 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::updateSize| Name: | 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::disconnect| Name: | 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::read| Name: | 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::registerNormalizedType| Name: | 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::matchSubstring| Name: | 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::systemProxyForQuery| Name: | 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::disconnect| Name: | QObject::disconnect | | Prototype: | bool QObject::disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | | Coverage: | 78.049% (32/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 3033-3096 |
| | 37 | 11 |
QObjectPrivate::setParent_helper| Name: | 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::checkFramebufferStatus| Name: | 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::initializeOpenGLFunctions| Name: | 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_4| Name: | 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_1| Name: | 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::drawText| Name: | 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::handleCrossingEdges| Name: | 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::layoutBlock| Name: | 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::ensureVisible| Name: | 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::set| Name: | 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::defaultAction| Name: | 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::execChild| Name: | 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::setValue| Name: | 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::drawCachedGlyphs| Name: | 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::rasterize| Name: | 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::contains| Name: | 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::intersects| Name: | 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::match| Name: | 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::drawBackgroundImage| Name: | 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::prepareScrolling| Name: | 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::waitForRead| Name: | 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_controlSocketReadNotification| Name: | 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::filter| Name: | 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::adjustSpanMethods| Name: | 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::handleControlFrame| Name: | 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::handleDataFrame| Name: | 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::validateAndInterpret| Name: | 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::removeRows| Name: | 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::selectRow| Name: | 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::setRecord| Name: | 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::continueHandshake| Name: | 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::setupOpenSslOptions| Name: | 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::arg| Name: | 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::handle| Name: | QSystemSemaphorePrivate::handle | | Prototype: | key_t QSystemSemaphorePrivate::handle(QSystemSemaphore::AccessMode mode) | | Coverage: | 79.412% (27/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore_systemv.cpp | | Lines: | 66-128 |
| | 38 | 11 |
QTabBarPrivate::layoutTabs| Name: | 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::setItem| Name: | 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::recognize| Name: | 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::textDirection| Name: | 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::insertText| Name: | 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::documentChanged| Name: | 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::positionAfterVisualMovement| Name: | 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::positionInLigature| Name: | 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::resolveFormats| Name: | 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::parseEntity| Name: | 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::parseWord| Name: | 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::writeTableCellFormat| Name: | 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::removeColumns| Name: | 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::run| Name: | 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::getStyleOptionInfo| Name: | 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::inverted| Name: | 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::rotateRadians| Name: | 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::coordinateForItem| Name: | 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::select| Name: | 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::dropEvent| Name: | 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::childrenCheckState| Name: | 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::displayName| Name: | 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::adjusted| Name: | 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::resolved| Name: | 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::toString| Name: | 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::validateComponent| Name: | 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::validityError| Name: | 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::setQuery| Name: | 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::keyPressEvent| Name: | 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_flush| Name: | 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::showYellowThing| Name: | 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::prepareToRender| Name: | 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_helper| Name: | 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::handleEnterLeaveEvent| Name: | 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::switchToPage| Name: | 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::clipboardReadIncrementalProperty| Name: | 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::setMimeData| Name: | QXcbClipboard::setMimeData | | Prototype: | void QXcbClipboard::setMimeData(QMimeData *data, QClipboard::Mode mode) | | Coverage: | 78.788% (26/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | | Lines: | 383-428 |
| | 27 | 11 |
QXcbConnection::processXcbEvents| Name: | 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::xi2SetMouseGrabEnabled| Name: | 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::handleSelectionRequest| Name: | 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::hasCapability| Name: | 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::updateKeymap| Name: | 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::platformFunction| Name: | 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::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 |
QXcbWindow::setMotifWindowFlags| Name: | QXcbWindow::setMotifWindowFlags | | Prototype: | void QXcbWindow::setMotifWindowFlags(Qt::WindowFlags flags) | | Coverage: | 79.070% (34/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1195-1263 |
| | 44 | 11 |
QXcbWindow::setNetWmStates| Name: | 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 |