| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QMenuPrivate::hideMenu| Name: | QMenuPrivate::hideMenu | | Prototype: | void QMenuPrivate::hideMenu(QMenu *menu) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | | Lines: | 459-491 |
| | 22 | 4 |
QMetaEnum::keyToValue| Name: | QMetaEnum::keyToValue | | Prototype: | int QMetaEnum::keyToValue(const char *key, bool *ok) const | | Coverage: | 79.412% (27/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 2577-2604 |
| | 22 | 8 |
QMetaObjectBuilder::addProperty| Name: | QMetaObjectBuilder::addProperty | | Prototype: | QMetaPropertyBuilder QMetaObjectBuilder::addProperty(const QMetaProperty& prototype) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 580-606 |
| | 22 | 3 |
QNativeSocketEngine::waitForRead| Name: | QNativeSocketEngine::waitForRead | | Prototype: | bool QNativeSocketEngine::waitForRead(int msecs, bool *timedOut) | | Coverage: | 68.421% (13/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 951-974 |
| | 22 | 7 |
QNativeSocketEngine::waitForWrite| Name: | QNativeSocketEngine::waitForWrite | | Prototype: | bool QNativeSocketEngine::waitForWrite(int msecs, bool *timedOut) | | Coverage: | 56.522% (13/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 991-1043 |
| | 22 | 7 |
QNetworkAccessManagerPrivate::authenticationRequired| Name: | QNetworkAccessManagerPrivate::authenticationRequired | | Prototype: | void QNetworkAccessManagerPrivate::authenticationRequired(QAuthenticator *authenticator, QNetworkReply *reply, bool synchronous, QUrl &url, QUrl *urlForLastAuthentication, bool allowAuthenticationReuse) | | Coverage: | 81.818% (18/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | | Lines: | 1395-1437 |
| | 22 | 6 |
QNetworkReplyHttpImplPrivate::start| Name: | QNetworkReplyHttpImplPrivate::start | | Prototype: | bool QNetworkReplyHttpImplPrivate::start(const QNetworkRequest &newHttpRequest) | | Coverage: | 60.000% (12/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 1686-1723 |
| | 22 | 6 |
QObjectPrivate::setThreadData_helper| Name: | QObjectPrivate::setThreadData_helper | | Prototype: | void QObjectPrivate::setThreadData_helper(QThreadData *currentData, QThreadData *targetData) | | Coverage: | 100.000% (21/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 1531-1567 |
| | 22 | 7 |
QOpenGLCompositorBackingStore::composeAndFlush| Name: | QOpenGLCompositorBackingStore::composeAndFlush | | Prototype: | void QOpenGLCompositorBackingStore::composeAndFlush(QWindow *window, const QRegion ®ion, const QPoint &offset, QPlatformTextureList *textures, QOpenGLContext *context, bool translucentBackground) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/platformcompositor/qopenglcompositorbackingstore.cpp | | Lines: | 198-237 |
| | 22 | 3 |
QOpenGLTimerQueryPrivate::create| Name: | QOpenGLTimerQueryPrivate::create | | Prototype: | bool QOpenGLTimerQueryPrivate::create() | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 117-156 |
| | 22 | 10 |
QPaintEngineEx::drawPoints| Name: | QPaintEngineEx::drawPoints | | Prototype: | void QPaintEngineEx::drawPoints(const QPoint *points, int pointCount) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 874-904 |
| | 22 | 6 |
QPainter::drawLines| Name: | QPainter::drawLines | | Prototype: | void QPainter::drawLines(const QLineF *lines, int lineCount) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 4525-4565 |
| | 22 | 7 |
QPainter::drawLines| Name: | QPainter::drawLines | | Prototype: | void QPainter::drawLines(const QLine *lines, int lineCount) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 4574-4614 |
| | 22 | 7 |
QPalette::QPalette| Name: | QPalette::QPalette | | Prototype: | QPalette::QPalette(const QColor &button, const QColor &window) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 596-624 |
| | 22 | 1 |
QPen::dashPattern| Name: | QPen::dashPattern | | Prototype: | QVector<qreal> QPen::dashPattern() const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 450-482 |
| | 22 | 8 |
QPicturePaintEngine::begin| Name: | QPicturePaintEngine::begin | | Prototype: | bool QPicturePaintEngine::begin(QPaintDevice *pd) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | | Lines: | 84-115 |
| | 22 | 2 |
QPixmapIconEngine::read| Name: | QPixmapIconEngine::read | | Prototype: | bool QPixmapIconEngine::read(QDataStream &in) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 455-484 |
| | 22 | 4 |
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::_q_processDied| Name: | QProcessPrivate::_q_processDied | | Prototype: | bool QProcessPrivate::_q_processDied() | | Coverage: | 68.421% (13/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1076-1140 |
| | 22 | 7 |
QPushButton::initStyleOption| Name: | QPushButton::initStyleOption | | Prototype: | void QPushButton::initStyleOption(QStyleOptionButton *option) const | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 310-337 |
| | 22 | 9 |
QPushButtonPrivate::adjustedMenuPosition| Name: | QPushButtonPrivate::adjustedMenuPosition | | Prototype: | QPoint QPushButtonPrivate::adjustedMenuPosition() | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 589-624 |
| | 22 | 6 |
QQuaternion::fromRotationMatrix| Name: | QQuaternion::fromRotationMatrix | | Prototype: | QQuaternion QQuaternion::fromRotationMatrix(const QMatrix3x3 &rot3x3) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 648-681 |
| | 22 | 4 |
QRegion::operator+=| Name: | QRegion::operator+= | | Prototype: | QRegion& QRegion::operator+=(const QRect &r) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 4036-4063 |
| | 22 | 8 |
QRegion::setRects| Name: | QRegion::setRects | | Prototype: | void QRegion::setRects(const QRect *rects, int num) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 4235-4265 |
| | 22 | 4 |
QRenderRule::configurePalette| Name: | QRenderRule::configurePalette | | Prototype: | void QRenderRule::configurePalette(QPalette *p, QPalette::ColorRole fr, QPalette::ColorRole br) | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1341-1370 |
| | 22 | 10 |
QRenderRule::configurePalette| Name: | QRenderRule::configurePalette | | Prototype: | void QRenderRule::configurePalette(QPalette *p, QPalette::ColorGroup cg, const QWidget *w, bool embedded) | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1372-1404 |
| | 22 | 9 |
QResourceFileEngine::fileName| Name: | QResourceFileEngine::fileName | | Prototype: | QString QResourceFileEngine::fileName(FileName file) const | | Coverage: | 45.161% (14/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 1384-1411 |
| | 22 | 9 |
QResourcePrivate::ensureChildren| Name: | QResourcePrivate::ensureChildren | | Prototype: | void QResourcePrivate::ensureChildren() const | | Coverage: | 77.419% (24/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 320-353 |
| | 22 | 9 |
QRollEffect::run| Name: | QRollEffect::run | | Prototype: | void QRollEffect::run(int time) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qeffects.cpp | | Lines: | 440-473 |
| | 22 | 5 |
QScrollerProperties::setScrollMetric| Name: | QScrollerProperties::setScrollMetric | | Prototype: | void QScrollerProperties::setScrollMetric(ScrollMetric metric, const QVariant &value) | | Coverage: | 0.000% (0/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscrollerproperties.cpp | | Lines: | 245-270 |
| | 22 | 22 |
QScrollerPropertiesPrivate::operator==| Name: | QScrollerPropertiesPrivate::operator== | | Prototype: | bool QScrollerPropertiesPrivate::operator==(const QScrollerPropertiesPrivate &p) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscrollerproperties.cpp | | Lines: | 149-173 |
| | 22 | 1 |
QSequentialAnimationGroupPrivate::animationRemoved| Name: | QSequentialAnimationGroupPrivate::animationRemoved | | Prototype: | void QSequentialAnimationGroupPrivate::animationRemoved(int index, QAbstractAnimation *anim) | | Coverage: | 100.000% (22/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | | Lines: | 533-574 |
| | 22 | 8 |
QShortcutMap::dispatchEvent| Name: | QShortcutMap::dispatchEvent | | Prototype: | void QShortcutMap::dispatchEvent(QKeyEvent *e) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 631-669 |
| | 22 | 7 |
QShortcutMap::removeShortcut| Name: | QShortcutMap::removeShortcut | | Prototype: | int QShortcutMap::removeShortcut(int id, QObject *owner, const QKeySequence &key) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 178-214 |
| | 22 | 5 |
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 |
QSocks5SocketEnginePrivate::_q_udpSocketReadNotification| Name: | QSocks5SocketEnginePrivate::_q_udpSocketReadNotification | | Prototype: | void QSocks5SocketEnginePrivate::_q_udpSocketReadNotification() | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1274-1317 |
| | 22 | 8 |
QSortedModelEngine::indexHint| Name: | QSortedModelEngine::indexHint | | Prototype: | QIndexMapper QSortedModelEngine::indexHint(QString part, const QModelIndex& parent, Qt::SortOrder order) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 550-591 |
| | 22 | 8 |
QSslCertificate::publicKey| Name: | QSslCertificate::publicKey | | Prototype: | QSslKey QSslCertificate::publicKey() const | | Coverage: | 58.824% (10/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | | Lines: | 224-258 |
| | 22 | 6 |
QSslCertificatePrivate::QByteArray_from_X509| Name: | QSslCertificatePrivate::QByteArray_from_X509 | | Prototype: | QByteArray QSslCertificatePrivate::QByteArray_from_X509(X509 *x509, QSsl::EncodingFormat format) | | Coverage: | 63.158% (12/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | | Lines: | 516-549 |
| | 22 | 7 |
QStackedLayout::setStackingMode| Name: | QStackedLayout::setStackingMode | | Prototype: | void QStackedLayout::setStackingMode(StackingMode stackingMode) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | | Lines: | 555-586 |
| | 22 | 12 |
QStandardItemModel::setHeaderData| Name: | QStandardItemModel::setHeaderData | | Prototype: | bool QStandardItemModel::setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 2918-2947 |
| | 22 | 7 |
QStandardPaths::standardLocations| Name: | QStandardPaths::standardLocations | | Prototype: | QStringList QStandardPaths::standardLocations(StandardLocation type) | | Coverage: | 100.000% (24/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths_unix.cpp | | Lines: | 310-343 |
| | 22 | 12 |
QStateMachinePrivate::getTransitionDomain| Name: | QStateMachinePrivate::getTransitionDomain | | Prototype: | QAbstractState *QStateMachinePrivate::getTransitionDomain(QAbstractTransition *t, const QList<QAbstractState *> &effectiveTargetStates, CalculationCache *cache) const | | Coverage: | 69.231% (18/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 900-936 |
| | 22 | 10 |
QStringListModel::sort| Name: | QStringListModel::sort | | Prototype: | void QStringListModel::sort(int, Qt::SortOrder order) | | Coverage: | 85.714% (12/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | | Lines: | 261-292 |
| | 22 | 5 |
QTabBar::mousePressEvent| Name: | QTabBar::mousePressEvent | | Prototype: | void QTabBar::mousePressEvent(QMouseEvent *event) | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 1819-1855 |
| | 22 | 7 |
QTabBar::mouseReleaseEvent| Name: | QTabBar::mouseReleaseEvent | | Prototype: | void QTabBar::mouseReleaseEvent(QMouseEvent *event) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 2016-2046 |
| | 22 | 4 |
QTableModel::setItemData| Name: | QTableModel::setItemData | | Prototype: | bool QTableModel::setItemData(const QModelIndex &index, const QMap<int, QVariant> &roles) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | | Lines: | 443-473 |
| | 22 | 8 |
QTableViewPrivate::trimHiddenSelections| Name: | QTableViewPrivate::trimHiddenSelections | | Prototype: | void QTableViewPrivate::trimHiddenSelections(QItemSelectionRange *range) const | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 624-656 |
| | 22 | 7 |
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 |
QTcpServer::setSocketDescriptor| Name: | QTcpServer::setSocketDescriptor | | Prototype: | bool QTcpServer::setSocketDescriptor(qintptr socketDescriptor) | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 397-438 |
| | 22 | 5 |
QTemporaryFile::createNativeFile| Name: | QTemporaryFile::createNativeFile | | Prototype: | QTemporaryFile *QTemporaryFile::createNativeFile(QFile &file) | | Coverage: | 89.474% (17/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 730-763 |
| | 22 | 7 |
QTest::qSignalDumperCallbackSlot| Name: | QTest::qSignalDumperCallbackSlot | | Prototype: | static void qSignalDumperCallbackSlot(QObject *caller, int method_index, void **argv) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qsignaldumper.cpp | | Lines: | 118-146 |
| | 22 | 4 |
QTestElementAttribute::name| Name: | QTestElementAttribute::name | | Prototype: | const char *QTestElementAttribute::name() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestelementattribute.cpp | | Lines: | 117-143 |
| | 22 | 2 |
QTextBrowser::setSource| Name: | QTextBrowser::setSource | | Prototype: | void QTextBrowser::setSource(const QUrl &url) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextbrowser.cpp | | Lines: | 747-783 |
| | 22 | 5 |
QTextCursor::select| Name: | QTextCursor::select | | Prototype: | void QTextCursor::select(SelectionType selection) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 1539-1573 |
| | 22 | 8 |
QTextCursorPrivate::adjustPosition| Name: | QTextCursorPrivate::adjustPosition | | Prototype: | QTextCursorPrivate::AdjustResult QTextCursorPrivate::adjustPosition(int positionOfChange, int charsAddedOrRemoved, QTextUndoCommand::Operation op) | | Coverage: | 0.000% (0/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 86-123 |
| | 22 | 7 |
QTextDocumentLayoutPrivate::hitTest| Name: | QTextDocumentLayoutPrivate::hitTest | | Prototype: | QTextDocumentLayoutPrivate::HitPoint QTextDocumentLayoutPrivate::hitTest(QTextTable *table, const QFixedPoint &point, int *position, QTextLayout **l, Qt::HitTestAccuracy accuracy) const | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 715-749 |
| | 22 | 8 |
QTextEditPrivate::_q_adjustScrollbars| Name: | QTextEditPrivate::_q_adjustScrollbars | | Prototype: | void QTextEditPrivate::_q_adjustScrollbars() | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 261-307 |
| | 22 | 6 |
QTextHtmlParser::parseCloseTag| Name: | QTextHtmlParser::parseCloseTag | | Prototype: | void QTextHtmlParser::parseCloseTag() | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | | Lines: | 735-774 |
| | 22 | 8 |
QToolBarAreaLayoutInfo::fitLayout| Name: | QToolBarAreaLayoutInfo::fitLayout | | Prototype: | void QToolBarAreaLayoutInfo::fitLayout() | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | | Lines: | 255-289 |
| | 22 | 5 |
QTransform::translate| Name: | QTransform::translate | | Prototype: | QTransform &QTransform::translate(qreal dx, qreal dy) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | | Lines: | 409-445 |
| | 22 | 10 |
QTransform::type| Name: | QTransform::type | | Prototype: | QTransform::TransformationType QTransform::type() const | | Coverage: | 0.000% (0/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | | Lines: | 2071-2109 |
| | 22 | 13 |
QTreeModel::insertColumns| Name: | QTreeModel::insertColumns | | Prototype: | bool QTreeModel::insertColumns(int column, int count, const QModelIndex &parent) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines: | 446-477 |
| | 22 | 6 |
QUnixPrintWidgetPrivate::updateWidget| Name: | QUnixPrintWidgetPrivate::updateWidget | | Prototype: | void QUnixPrintWidgetPrivate::updateWidget() | | Coverage: | 42.424% (14/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp | | Lines: | 687-717 |
| | 22 | 7 |
QVersionNumber::compare| Name: | QVersionNumber::compare | | Prototype: | int QVersionNumber::compare(const QVersionNumber &v1, const QVersionNumber &v2) | | Coverage: | 100.000% (28/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qversionnumber.cpp | | Lines: | 255-294 |
| | 22 | 10 |
QWidget::saveGeometry| Name: | QWidget::saveGeometry | | Prototype: | QByteArray QWidget::saveGeometry() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 7298-7337 |
| | 22 | 1 |
QWidgetLineControl::draw| Name: | QWidgetLineControl::draw | | Prototype: | void QWidgetLineControl::draw(QPainter *painter, const QPoint &offset, const QRect &clip, int flags) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 607-639 |
| | 22 | 8 |
QWidgetPrivate::inheritStyle| Name: | QWidgetPrivate::inheritStyle | | Prototype: | void QWidgetPrivate::inheritStyle() | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 2816-2858 |
| | 22 | 7 |
QWidgetPrivate::setMaximumSize_helper| Name: | QWidgetPrivate::setMaximumSize_helper | | Prototype: | bool QWidgetPrivate::setMaximumSize_helper(int &maxw, int &maxh) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4028-4054 |
| | 22 | 4 |
QWidgetWindow::handleWindowStateChangedEvent| Name: | QWidgetWindow::handleWindowStateChangedEvent | | Prototype: | void QWidgetWindow::handleWindowStateChangedEvent(QWindowStateChangeEvent *event) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines: | 917-955 |
| | 22 | 8 |
QWindow::setGeometry| Name: | QWindow::setGeometry | | Prototype: | void QWindow::setGeometry(const QRect &rect) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1438-1467 |
| | 22 | 8 |
QWindowGeometrySpecification::applyTo| Name: | QWindowGeometrySpecification::applyTo | | Prototype: | void QWindowGeometrySpecification::applyTo(QWindow *window) const | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 315-343 |
| | 22 | 7 |
QWizardHeader::QWizardHeader| Name: | QWizardHeader::QWizardHeader | | Prototype: | QWizardHeader::QWizardHeader(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 308-341 |
| | 22 | 1 |
QXcbBackingStore::flush| Name: | QXcbBackingStore::flush | | Prototype: | void QXcbBackingStore::flush(QWindow *window, const QRegion ®ion, const QPoint &offset) | | Coverage: | 50.000% (9/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 375-411 |
| | 22 | 6 |
QXcbClipboard::QXcbClipboard| Name: | QXcbClipboard::QXcbClipboard | | Prototype: | QXcbClipboard::QXcbClipboard(QXcbConnection *c) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | | Lines: | 262-297 |
| | 22 | 2 |
QXmlStreamReaderPrivate::scanString| Name: | QXmlStreamReaderPrivate::scanString | | Prototype: | bool QXmlStreamReaderPrivate::scanString(const char *str, short tokenToInject, bool requireSpace) | | Coverage: | 100.000% (27/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 1009-1038 |
| | 22 | 9 |
QXmlStreamWriter::writeEndElement| Name: | QXmlStreamWriter::writeEndElement | | Prototype: | void QXmlStreamWriter::writeEndElement() | | Coverage: | 100.000% (22/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3641-3670 |
| | 22 | 6 |
QXmlStreamWriterPrivate::writeEscaped| Name: | QXmlStreamWriterPrivate::writeEscaped | | Prototype: | void QXmlStreamWriterPrivate::writeEscaped(const QString &s, bool escapeWhitespace) | | Coverage: | 100.000% (30/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3077-3105 |
| | 22 | 10 |
QXmlTestLogger::addIncident| Name: | QXmlTestLogger::addIncident | | Prototype: | void QXmlTestLogger::addIncident(IncidentTypes type, const char *description, const char *file, int line) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | | Lines: | 222-251 |
| | 22 | 1 |
QXmlTestLogger::addMessage| Name: | QXmlTestLogger::addMessage | | Prototype: | void QXmlTestLogger::addMessage(MessageTypes type, const QString &message, const char *file, int line) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | | Lines: | 274-303 |
| | 22 | 1 |
QXmlTestLogger::xmlQuote| Name: | QXmlTestLogger::xmlQuote | | Prototype: | int QXmlTestLogger::xmlQuote(QTestCharBuffer* destBuf, char const* src, size_t n) | | Coverage: | 63.265% (31/49) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | | Lines: | 310-364 |
| | 22 | 18 |
QZipWriter::close| Name: | QZipWriter::close | | Prototype: | void QZipWriter::close() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1320-1353 |
| | 22 | 3 |
ValueExtractor::extractOutline| Name: | ValueExtractor::extractOutline | | Prototype: | bool ValueExtractor::extractOutline(int *borders, QBrush *colors, BorderStyle *styles, QSize *radii, int *offsets) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 647-679 |
| | 22 | 13 |
decimalForm| Name: | decimalForm | | Prototype: | QString &decimalForm(QChar zero, QChar decimal, QChar group, QString &digits, int decpt, uint precision, PrecisionMode pm, bool always_show_decpt, bool thousands_group) | | Coverage: | 100.000% (40/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 157-197 |
| | 22 | 13 |
decomposeHelper| Name: | decomposeHelper | | Prototype: | static void decomposeHelper(QString *str, bool canonical, QChar::UnicodeVersion version, int from) | | Coverage: | 90.909% (20/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1707-1740 |
| | 22 | 6 |
encodeEntity| Name: | encodeEntity | | Prototype: | static QByteArray encodeEntity(const QByteArray& str) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5686-5717 |
| | 22 | 5 |
flushRow| Name: | flushRow | | Prototype: | static inline void flushRow(const QRegionSpan *spans, int y, int numSpans, QRegionPrivate *reg, int *lastRow, int *extendTo, bool *needsExtend) | | Coverage: | 0.000% (0/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 3421-3455 |
| | 22 | 9 |
grayscale| Name: | grayscale | | Prototype: | static void grayscale(const QImage &image, QImage &dest, const QRect& rect = QRect()) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 937-971 |
| | 22 | 7 |
huntAndEmit| Name: | huntAndEmit | | Prototype: | static void huntAndEmit(DBusConnection *connection, DBusMessage *msg, QObject *needle, const QDBusConnectionPrivate::ObjectTreeNode &haystack, bool isScriptable, bool isAdaptor, const QString &path = QString()) | | Coverage: | 83.333% (25/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 623-655 |
| | 22 | 9 |
keywords| Name: | keywords | | Prototype: | static QSet<QByteArray> keywords() | | Coverage: | 57.143% (4/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestblacklist.cpp | | Lines: | 85-155 |
| | 22 | 3 |
multadd| Name: | multadd | | Prototype: | static Bigint *multadd(Bigint *b, int m, int a) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 564-601 |
| | 22 | 4 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug debug, QDir::Filters filters) | | Coverage: | 0.000% (0/50) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 2301-2327 |
| | 22 | 17 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug debug, const QRegularExpressionMatch &match) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | | Lines: | 2536-2569 |
| | 22 | 6 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug debug, const QScreen *screen) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qscreen.cpp | | Lines: | 710-736 |
| | 22 | 4 |
operator>>| Name: | operator>> | | Prototype: | QDataStream &operator>>(QDataStream &in, QHostAddress &address) | | Coverage: | 85.714% (12/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 1194-1229 |
| | 22 | 7 |
qglx_reduceSurfaceFormat| Name: | qglx_reduceSurfaceFormat | | Prototype: | QSurfaceFormat qglx_reduceSurfaceFormat(const QSurfaceFormat &format, bool *reduced) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/glxconvenience/qglxconvenience.cpp | | Lines: | 315-342 |
| | 22 | 10 |
qt_addBitmapToPath| Name: | qt_addBitmapToPath | | Prototype: | void qt_addBitmapToPath(qreal x0, qreal y0, const uchar *image_data, int bpl, int w, int h, QPainterPath *path) | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 748-781 |
| | 22 | 10 |
qt_create_qhash_seed| Name: | qt_create_qhash_seed | | Prototype: | static uint qt_create_qhash_seed() | | Coverage: | 38.462% (5/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 221-266 |
| | 22 | 5 |
qt_gradient_argb32| Name: | qt_gradient_argb32 | | Prototype: | static void qt_gradient_argb32(int count, const QSpan *spans, void *userData) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 5566-5614 |
| | 22 | 3 |
qt_idForSize| Name: | qt_idForSize | | Prototype: | static QPageSize::PageSizeId qt_idForSize(const QSizeF &size, QPageSize::Unit units, QPageSize::SizeMatchPolicy matchPolicy, QSize *match) | | Coverage: | 0.000% (0/46) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | | Lines: | 670-706 |
| | 22 | 14 |