| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QDBusConnectionPrivate::sendError| Name: | QDBusConnectionPrivate::sendError | | Prototype: | void QDBusConnectionPrivate::sendError(const QDBusMessage &msg, QDBusError::ErrorType code) | | Coverage: | 92.857% (13/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1364-1385 |
| | 16 | 5 |
QDBusConnectionPrivate::getNameOwnerNoCache| Name: | QDBusConnectionPrivate::getNameOwnerNoCache | | Prototype: | QString QDBusConnectionPrivate::getNameOwnerNoCache(const QString &serviceName) | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2499-2522 |
| | 14 | 5 |
QDBusConnectionInterface::connectNotify| Name: | QDBusConnectionInterface::connectNotify | | Prototype: | void QDBusConnectionInterface::connectNotify(const QMetaMethod &signal) | | Coverage: | 61.538% (8/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnectioninterface.cpp | | Lines: | 324-348 |
| | 9 | 5 |
QDBusAdaptorConnector::addAdaptor| Name: | QDBusAdaptorConnector::addAdaptor | | Prototype: | void QDBusAdaptorConnector::addAdaptor(QDBusAbstractAdaptor *adaptor) | | Coverage: | 80.000% (12/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractadaptor.cpp | | Lines: | 209-241 |
| | 18 | 5 |
QDBusAbstractInterfacePrivate::QDBusAbstractInterfacePrivate| Name: | QDBusAbstractInterfacePrivate::QDBusAbstractInterfacePrivate | | Prototype: | QDBusAbstractInterfacePrivate::QDBusAbstractInterfacePrivate(const QString &serv, const QString &p, const QString &iface, const QDBusConnection& con, bool isDynamic) | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 101-124 |
| | 9 | 5 |
QDBusAbstractAdaptor::setAutoRelaySignals| Name: | QDBusAbstractAdaptor::setAutoRelaySignals | | Prototype: | void QDBusAbstractAdaptor::setAutoRelaySignals(bool enable) | | Coverage: | 47.059% (8/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractadaptor.cpp | | Lines: | 166-187 |
| | 15 | 5 |
QCursor::setShape| Name: | QCursor::setShape | | Prototype: | void QCursor::setShape(Qt::CursorShape shape) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | | Lines: | 495-510 |
| | 11 | 5 |
QCoreApplicationPrivate::removePostedEvent| Name: | QCoreApplicationPrivate::removePostedEvent | | Prototype: | void QCoreApplicationPrivate::removePostedEvent(QEvent * event) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1741-1774 |
| | 20 | 5 |
QCoreApplication::removeTranslator| Name: | QCoreApplication::removeTranslator | | Prototype: | bool QCoreApplication::removeTranslator(QTranslator *translationFile) | | Coverage: | 61.538% (8/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1916-1933 |
| | 11 | 5 |
QConfFileSettingsPrivate::remove| Name: | QConfFileSettingsPrivate::remove | | Prototype: | void QConfFileSettingsPrivate::remove(const QString &key) | | Coverage: | 88.235% (15/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1226-1251 |
| | 18 | 5 |
QCompletionModel::mapToSource| Name: | QCompletionModel::mapToSource | | Prototype: | QModelIndex QCompletionModel::mapToSource(const QModelIndex& index) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 215-239 |
| | 16 | 5 |
QCompleterPrivate::setCurrentIndex| Name: | QCompleterPrivate::setCurrentIndex | | Prototype: | void QCompleterPrivate::setCurrentIndex(QModelIndex index, bool select) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 818-837 |
| | 13 | 5 |
QCompleter::setCompletionMode| Name: | QCompleter::setCompletionMode | | Prototype: | void QCompleter::setCompletionMode(QCompleter::CompletionMode mode) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1102-1119 |
| | 11 | 5 |
QCommandLinkButton::paintEvent| Name: | QCommandLinkButton::paintEvent | | Prototype: | void QCommandLinkButton::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcommandlinkbutton.cpp | | Lines: | 342-392 |
| | 34 | 5 |
QCommandLineParser::errorText| Name: | QCommandLineParser::errorText | | Prototype: | QString QCommandLineParser::errorText() const | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 516-525 |
| | 6 | 5 |
QCommandLineParser::addOption| Name: | QCommandLineParser::addOption | | Prototype: | bool QCommandLineParser::addOption(const QCommandLineOption &option) | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 351-371 |
| | 11 | 5 |
QComboBoxPrivateContainer::updateTopBottomMargin| Name: | QComboBoxPrivateContainer::updateTopBottomMargin | | Prototype: | void QComboBoxPrivateContainer::updateTopBottomMargin() | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 617-639 |
| | 15 | 5 |
QComboBoxPrivateContainer::setItemView| Name: | QComboBoxPrivateContainer::setItemView | | Prototype: | void QComboBoxPrivateContainer::setItemView(QAbstractItemView *itemView) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 532-585 |
| | 38 | 5 |
QComboBoxPrivate::_q_rowsInserted| Name: | QComboBoxPrivate::_q_rowsInserted | | Prototype: | void QComboBoxPrivate::_q_rowsInserted(const QModelIndex &parent, int start, int end) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1039-1059 |
| | 12 | 5 |
QComboBoxPrivate::_q_dataChanged| Name: | QComboBoxPrivate::_q_dataChanged | | Prototype: | void QComboBoxPrivate::_q_dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1011-1037 |
| | 16 | 5 |
QComboBox::setLineEdit| Name: | QComboBox::setLineEdit | | Prototype: | void QComboBox::setLineEdit(QLineEdit *edit) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1761-1816 |
| | 30 | 5 |
QColumnViewPrivate::checkColumnCreation| Name: | QColumnViewPrivate::checkColumnCreation | | Prototype: | void QColumnViewPrivate::checkColumnCreation(const QModelIndex &parent) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 1072-1089 |
| | 8 | 5 |
QColumnViewPrivate::_q_clicked| Name: | QColumnViewPrivate::_q_clicked | | Prototype: | void QColumnViewPrivate::_q_clicked(const QModelIndex &index) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 633-650 |
| | 12 | 5 |
QColumnViewDelegate::paint| Name: | QColumnViewDelegate::paint | | Prototype: | void QColumnViewDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 1130-1164 |
| | 19 | 5 |
QColumnView::selectAll| Name: | QColumnView::selectAll | | Prototype: | void QColumnView::selectAll() | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 1014-1038 |
| | 18 | 5 |
QColormap::pixel| Name: | QColormap::pixel | | Prototype: | uint QColormap::pixel(const QColor &color) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | | Lines: | 153-186 |
| | 16 | 5 |
QColorPickingEventFilter::eventFilter| Name: | QColorPickingEventFilter::eventFilter | | Prototype: | bool eventFilter(QObject *, QEvent *event) override | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 495-508 |
| | 6 | 5 |
QColorDialogStaticData::writeSettings| Name: | QColorDialogStaticData::writeSettings | | Prototype: | void QColorDialogStaticData::writeSettings() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 261-270 |
| | 2 | 5 |
QColorDialogStaticData::readSettings| Name: | QColorDialogStaticData::readSettings | | Prototype: | void QColorDialogStaticData::readSettings() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 249-259 |
| | 3 | 5 |
QColorDialogPrivate::selectColor| Name: | QColorDialogPrivate::selectColor | | Prototype: | bool QColorDialogPrivate::selectColor(const QColor &col) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1523-1559 |
| | 28 | 5 |
QColor::setColorFromString| Name: | QColor::setColorFromString | | Prototype: | bool QColor::setColorFromString(const QString &name) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 576-605 |
| | 16 | 5 |
QColor::light| Name: | QColor::light | | Prototype: | QColor QColor::light(int factor) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 2327-2352 |
| | 16 | 5 |
QCollatorPrivate::init| Name: | QCollatorPrivate::init | | Prototype: | void QCollatorPrivate::init() | | Coverage: | 46.667% (7/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator_icu.cpp | | Lines: | 48-90 |
| | 24 | 5 |
QClipboard::emitChanged| Name: | QClipboard::emitChanged | | Prototype: | void QClipboard::emitChanged(Mode mode) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qclipboard.cpp | | Lines: | 570-586 |
| | 9 | 5 |
QCalendarWidget::updateCell| Name: | QCalendarWidget::updateCell | | Prototype: | void QCalendarWidget::updateCell(const QDate &date) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 2881-2902 |
| | 14 | 5 |
QByteArray::toPercentEncoding| Name: | QByteArray::toPercentEncoding | | Prototype: | QByteArray QByteArray::toPercentEncoding(const QByteArray &exclude, const QByteArray &include, char percent) const | | Coverage: | 43.333% (13/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 4497-4520 |
| | 17 | 5 |
QByteArray::operator=| Name: | QByteArray::operator= | | Prototype: | QByteArray &QByteArray::operator=(const char *str) | | Coverage: | 100.000% (20/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1061-1083 |
| | 18 | 5 |
QByteArray::mid| Name: | QByteArray::mid | | Prototype: | QByteArray QByteArray::mid(int pos, int len) const | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2789-2807 |
| | 9 | 5 |
QByteArray::indexOf| Name: | QByteArray::indexOf | | Prototype: | int QByteArray::indexOf(char ch, int from) const | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2444-2456 |
| | 9 | 5 |
QByteArray::QByteArray| Name: | QByteArray::QByteArray | | Prototype: | QByteArray::QByteArray(const char *data, int size) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1478-1495 |
| | 11 | 5 |
QButtonGroup::addButton| Name: | QButtonGroup::addButton | | Prototype: | void QButtonGroup::addButton(QAbstractButton *button, int id) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qbuttongroup.cpp | | Lines: | 238-258 |
| | 14 | 5 |
QBuffer::seek| Name: | QBuffer::seek | | Prototype: | bool QBuffer::seek(qint64 pos) | | Coverage: | 64.706% (11/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | | Lines: | 360-378 |
| | 12 | 5 |
QBoxLayoutPrivate::effectiveMargins| Name: | QBoxLayoutPrivate::effectiveMargins | | Prototype: | void QBoxLayoutPrivate::effectiveMargins(int *left, int *top, int *right, int *bottom) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | | Lines: | 138-241 |
| | 12 | 5 |
QBmpHandler::read| Name: | QBmpHandler::read | | Prototype: | bool QBmpHandler::read(QImage *image) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | | Lines: | 756-786 |
| | 18 | 5 |
QBlitterPaintEnginePrivate::clipAndDrawPixmap| Name: | QBlitterPaintEnginePrivate::clipAndDrawPixmap | | Prototype: | void QBlitterPaintEnginePrivate::clipAndDrawPixmap(const QRectF &clip, const QRectF &target, const QPixmap &pm, const QRectF &sr, bool opacity) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | | Lines: | 403-438 |
| | 23 | 5 |
QBitArray::count| Name: | QBitArray::count | | Prototype: | int QBitArray::count(bool on) const | | Coverage: | 100.000% (15/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbitarray.cpp | | Lines: | 171-199 |
| | 18 | 5 |
QBezier::tAtLength| Name: | QBezier::tAtLength | | Prototype: | qreal QBezier::tAtLength(qreal l) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | | Lines: | 592-623 |
| | 18 | 5 |
QBenchmarkTestMethodData::setResult| Name: | QBenchmarkTestMethodData::setResult | | Prototype: | void QBenchmarkTestMethodData::setResult( qreal value, QTest::QBenchmarkMetric metric, bool setByMacro) | | Coverage: | 94.118% (16/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | | Lines: | 143-173 |
| | 14 | 5 |
QBenchmarkGlobalData::createMeasurer| Name: | QBenchmarkGlobalData::createMeasurer | | Prototype: | QBenchmarkMeasurerBase * QBenchmarkGlobalData::createMeasurer() | | Coverage: | 56.250% (9/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | | Lines: | 75-98 |
| | 11 | 5 |
QAuthenticatorPrivate::digestMd5Response| Name: | QAuthenticatorPrivate::digestMd5Response | | Prototype: | QByteArray QAuthenticatorPrivate::digestMd5Response(const QByteArray &challenge, const QByteArray &method, const QByteArray &path) | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | | Lines: | 670-708 |
| | 28 | 5 |
QAsn1Element::toInfo| Name: | QAsn1Element::toInfo | | Prototype: | QMultiMap<QByteArray, QString> QAsn1Element::toInfo() const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 248-266 |
| | 13 | 5 |
QApplicationPrivate::pickMouseReceiver| Name: | QApplicationPrivate::pickMouseReceiver | | Prototype: | QWidget *QApplicationPrivate::pickMouseReceiver(QWidget *candidate, const QPoint &windowPos, QPoint *pos, QEvent::Type type, Qt::MouseButtons buttons, QWidget *buttonDown, QWidget *alienWidget) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 2671-2702 |
| | 14 | 5 |
QApplication::palette| Name: | QApplication::palette | | Prototype: | QPalette QApplication::palette(const QWidget* w) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 1422-1438 |
| | 11 | 5 |
QApplication::font| Name: | QApplication::font | | Prototype: | QFont QApplication::font(const QWidget *widget) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 1592-1617 |
| | 11 | 5 |
QApplication::alert| Name: | QApplication::alert | | Prototype: | void QApplication::alert(QWidget *widget, int duration) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 4035-4046 |
| | 7 | 5 |
QAlphaWidget::alphaBlend| Name: | QAlphaWidget::alphaBlend | | Prototype: | void QAlphaWidget::alphaBlend() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qeffects.cpp | | Lines: | 291-326 |
| | 23 | 5 |
QAlphaPaintEnginePrivate::addPenWidth| Name: | QAlphaPaintEnginePrivate::addPenWidth | | Prototype: | QRectF QAlphaPaintEnginePrivate::addPenWidth(const QPainterPath &path) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qpaintengine_alpha.cpp | | Lines: | 405-429 |
| | 17 | 5 |
QAlphaPaintEngine::flushAndInit| Name: | QAlphaPaintEngine::flushAndInit | | Prototype: | void QAlphaPaintEngine::flushAndInit(bool init) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qpaintengine_alpha.cpp | | Lines: | 291-368 |
| | 46 | 5 |
QAlphaPaintEngine::drawPolygon| Name: | QAlphaPaintEngine::drawPolygon | | Prototype: | void QAlphaPaintEngine::drawPolygon(const QPointF *points, int pointCount, PolygonDrawMode mode) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qpaintengine_alpha.cpp | | Lines: | 184-212 |
| | 17 | 5 |
QActionPrivate::redoGrab| Name: | QActionPrivate::redoGrab | | Prototype: | void QActionPrivate::redoGrab(QShortcutMap &map) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 121-133 |
| | 10 | 5 |
QAccessibleTree::indexOfChild| Name: | QAccessibleTree::indexOfChild | | Prototype: | int QAccessibleTree::indexOfChild(const QAccessibleInterface *iface) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | | Lines: | 720-746 |
| | 19 | 5 |
QAccessibleToolButton::doAction| Name: | QAccessibleToolButton::doAction | | Prototype: | void QAccessibleToolButton::doAction(const QString &actionName) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | | Lines: | 344-362 |
| | 9 | 5 |
QAccessibleTableHeaderCell::text| Name: | QAccessibleTableHeaderCell::text | | Prototype: | QString QAccessibleTableHeaderCell::text(QAccessible::Text t) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | | Lines: | 1129-1146 |
| | 11 | 5 |
QAccessibleTableHeaderCell::rect| Name: | QAccessibleTableHeaderCell::rect | | Prototype: | QRect QAccessibleTableHeaderCell::rect() const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | | Lines: | 1102-1127 |
| | 14 | 5 |
QAccessibleTableCell::text| Name: | QAccessibleTableCell::text | | Prototype: | QString QAccessibleTableCell::text(QAccessible::Text t) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | | Lines: | 1038-1055 |
| | 11 | 5 |
QAccessibleTabBar::indexOfChild| Name: | QAccessibleTabBar::indexOfChild | | Prototype: | int QAccessibleTabBar::indexOfChild(const QAccessibleInterface *child) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/complexwidgets.cpp | | Lines: | 209-223 |
| | 10 | 5 |
QAccessibleMenuItem::text| Name: | QAccessibleMenuItem::text | | Prototype: | QString QAccessibleMenuItem::text(QAccessible::Text t) const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblemenu.cpp | | Lines: | 298-321 |
| | 11 | 5 |
QAccessibleMenu::parent| Name: | QAccessibleMenu::parent | | Prototype: | QAccessibleInterface *QAccessibleMenu::parent() const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblemenu.cpp | | Lines: | 107-121 |
| | 9 | 5 |
QAccessibleMainWindow::childAt| Name: | QAccessibleMainWindow::childAt | | Prototype: | QAccessibleInterface *QAccessibleMainWindow::childAt(int x, int y) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | | Lines: | 1050-1068 |
| | 13 | 5 |
QAccessibleEvent::accessibleInterface| Name: | QAccessibleEvent::accessibleInterface | | Prototype: | QAccessibleInterface *QAccessibleEvent::accessibleInterface() const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qaccessible.cpp | | Lines: | 1755-1773 |
| | 11 | 5 |
QAccessibleDockWidget::child| Name: | QAccessibleDockWidget::child | | Prototype: | QAccessibleInterface *QAccessibleDockWidget::child(int index) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | | Lines: | 582-595 |
| | 9 | 5 |
QAccessibleDisplay::relations| Name: | QAccessibleDisplay::relations | | Prototype: | QVector<QPair<QAccessibleInterface*, QAccessible::Relation> > QAccessibleDisplay::relations(QAccessible::Relation match ) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | | Lines: | 455-475 |
| | 11 | 5 |
QAccessibleButton::doAction| Name: | QAccessibleButton::doAction | | Prototype: | void QAccessibleButton::doAction(const QString &actionName) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | | Lines: | 216-234 |
| | 11 | 5 |
QAccessibleBridgeUtils::effectiveActionNames| Name: | QAccessibleBridgeUtils::effectiveActionNames | | Prototype: | QStringList effectiveActionNames(QAccessibleInterface *iface) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/accessibility/qaccessiblebridgeutils.cpp | | Lines: | 53-66 |
| | 9 | 5 |
QAccessibleAbstractScrollArea::accessibleChildren| Name: | QAccessibleAbstractScrollArea::accessibleChildren | | Prototype: | QWidgetList QAccessibleAbstractScrollArea::accessibleChildren() const | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/complexwidgets.cpp | | Lines: | 412-439 |
| | 14 | 5 |
QAbstractTextDocumentLayout::anchorAt| Name: | QAbstractTextDocumentLayout::anchorAt | | Prototype: | QString QAbstractTextDocumentLayout::anchorAt(const QPointF& pos) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qabstracttextdocumentlayout.cpp | | Lines: | 597-622 |
| | 18 | 5 |
QAbstractSpinBoxPrivate::updateEdit| Name: | QAbstractSpinBoxPrivate::updateEdit | | Prototype: | void QAbstractSpinBoxPrivate::updateEdit() | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | | Lines: | 1729-1754 |
| | 17 | 5 |
QAbstractSpinBox::stepEnabled| Name: | QAbstractSpinBox::stepEnabled | | Prototype: | QAbstractSpinBox::StepEnabled QAbstractSpinBox::stepEnabled() const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | | Lines: | 544-559 |
| | 11 | 5 |
QAbstractSpinBox::stepBy| Name: | QAbstractSpinBox::stepBy | | Prototype: | void QAbstractSpinBox::stepBy(int steps) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | | Lines: | 618-640 |
| | 17 | 5 |
QAbstractSocketPrivate::resolveProxy| Name: | QAbstractSocketPrivate::resolveProxy | | Prototype: | void QAbstractSocketPrivate::resolveProxy(const QString &hostname, quint16 port) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 925-958 |
| | 18 | 5 |
QAbstractSocketPrivate::readFromSocket| Name: | QAbstractSocketPrivate::readFromSocket | | Prototype: | bool QAbstractSocketPrivate::readFromSocket() | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 1249-1300 |
| | 16 | 5 |
QAbstractSocketPrivate::canCloseNotification| Name: | QAbstractSocketPrivate::canCloseNotification | | Prototype: | void QAbstractSocketPrivate::canCloseNotification() | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 767-802 |
| | 17 | 5 |
QAbstractSocketEngine::createSocketEngine| Name: | QAbstractSocketEngine::createSocketEngine | | Prototype: | QAbstractSocketEngine *QAbstractSocketEngine::createSocketEngine(QAbstractSocket::SocketType socketType, const QNetworkProxy &proxy, QObject *parent) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocketengine.cpp | | Lines: | 94-115 |
| | 9 | 5 |
QAbstractSocket::setSocketDescriptor| Name: | QAbstractSocket::setSocketDescriptor | | Prototype: | bool QAbstractSocket::setSocketDescriptor(qintptr socketDescriptor, SocketState socketState, OpenMode openMode) | | Coverage: | 76.923% (10/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 1867-1909 |
| | 27 | 5 |
QAbstractSlider::timerEvent| Name: | QAbstractSlider::timerEvent | | Prototype: | void QAbstractSlider::timerEvent(QTimerEvent *e) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractslider.cpp | | Lines: | 657-672 |
| | 10 | 5 |
QAbstractSlider::setSliderPosition| Name: | QAbstractSlider::setSliderPosition | | Prototype: | void QAbstractSlider::setSliderPosition(int position) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractslider.cpp | | Lines: | 481-494 |
| | 11 | 5 |
QAbstractScrollAreaScrollBarContainer::widgets| Name: | QAbstractScrollAreaScrollBarContainer::widgets | | Prototype: | QWidgetList QAbstractScrollAreaScrollBarContainer::widgets(LogicalPosition position) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 208-223 |
| | 12 | 5 |
QAbstractScrollAreaPrivate::canStartScrollingAt| Name: | QAbstractScrollAreaPrivate::canStartScrollingAt | | Prototype: | bool QAbstractScrollAreaPrivate::canStartScrollingAt( const QPoint &startPos ) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 1472-1496 |
| | 10 | 5 |
QAbstractScrollArea::setCornerWidget| Name: | QAbstractScrollArea::setCornerWidget | | Prototype: | void QAbstractScrollArea::setCornerWidget(QWidget *widget) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 816-835 |
| | 13 | 5 |
QAbstractScrollArea::scrollBarWidgets| Name: | QAbstractScrollArea::scrollBarWidgets | | Prototype: | QWidgetList QAbstractScrollArea::scrollBarWidgets(Qt::Alignment alignment) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 894-910 |
| | 11 | 5 |
QAbstractItemViewPrivate::renderToPixmap| Name: | QAbstractItemViewPrivate::renderToPixmap | | Prototype: | QPixmap QAbstractItemViewPrivate::renderToPixmap(const QModelIndexList &indexes, QRect *r) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4378-4409 |
| | 23 | 5 |
QAbstractItemViewPrivate::droppingOnItself| Name: | QAbstractItemViewPrivate::droppingOnItself | | Prototype: | bool QAbstractItemViewPrivate::droppingOnItself(QDropEvent *event, const QModelIndex &index) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 2013-2031 |
| | 14 | 5 |
QAbstractItemViewPrivate::checkMouseMove| Name: | QAbstractItemViewPrivate::checkMouseMove | | Prototype: | void QAbstractItemViewPrivate::checkMouseMove(const QPersistentModelIndex &index) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 153-183 |
| | 17 | 5 |
QAbstractItemView::sizeHintForRow| Name: | QAbstractItemView::sizeHintForRow | | Prototype: | int QAbstractItemView::sizeHintForRow(int row) const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3032-3052 |
| | 14 | 5 |
QAbstractItemView::sizeHintForColumn| Name: | QAbstractItemView::sizeHintForColumn | | Prototype: | int QAbstractItemView::sizeHintForColumn(int column) const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3062-3082 |
| | 14 | 5 |
QAbstractItemView::setSelectionModel| Name: | QAbstractItemView::setSelectionModel | | Prototype: | void QAbstractItemView::setSelectionModel(QItemSelectionModel *selectionModel) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 755-794 |
| | 25 | 5 |
QAbstractItemView::setItemDelegateForRow| Name: | QAbstractItemView::setItemDelegateForRow | | Prototype: | void QAbstractItemView::setItemDelegateForRow(int row, QAbstractItemDelegate *delegate) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 893-916 |
| | 17 | 5 |
QAbstractItemView::setItemDelegateForColumn| Name: | QAbstractItemView::setItemDelegateForColumn | | Prototype: | void QAbstractItemView::setItemDelegateForColumn(int column, QAbstractItemDelegate *delegate) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 953-976 |
| | 17 | 5 |
QAbstractItemView::reset| Name: | QAbstractItemView::reset | | Prototype: | void QAbstractItemView::reset() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1094-1117 |
| | 17 | 5 |
QAbstractEventDispatcher::filterNativeEvent| Name: | QAbstractEventDispatcher::filterNativeEvent | | Prototype: | bool QAbstractEventDispatcher::filterNativeEvent(const QByteArray &eventType, void *message, long *result) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qabstracteventdispatcher.cpp | | Lines: | 449-465 |
| | 10 | 5 |