| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QCommandLinkButtonPrivate::titleFont| Name: | QCommandLinkButtonPrivate::titleFont | | Prototype: | QFont QCommandLinkButtonPrivate::titleFont() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcommandlinkbutton.cpp | | Lines: | 137-155 |
| | 11 | 2 |
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: | 357-377 |
| | 11 | 5 |
QColorDialog::done| Name: | QColorDialog::done | | Prototype: | void QColorDialog::done(int result) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 2279-2295 |
| | 11 | 3 |
QColor::getCmykF| Name: | QColor::getCmykF | | Prototype: | void QColor::getCmykF(qreal *c, qreal *m, qreal *y, qreal *k, qreal *a) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 2173-2190 |
| | 11 | 4 |
QColor::getCmyk| Name: | QColor::getCmyk | | Prototype: | void QColor::getCmyk(int *c, int *m, int *y, int *k, int *a) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 2144-2161 |
| | 11 | 4 |
QColor::QColor| Name: | QColor::QColor | | Prototype: | QColor::QColor(Spec spec) noexcept | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 447-466 |
| | 11 | 6 |
QChar::isLetterOrNumber_helper| Name: | QChar::isLetterOrNumber_helper | | Prototype: | bool QChar::isLetterOrNumber_helper(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 913-926 |
| | 11 | 2 |
QCalendarModel::setHorizontalHeaderFormat| Name: | QCalendarModel::setHorizontalHeaderFormat | | Prototype: | void QCalendarModel::setHorizontalHeaderFormat(QCalendarWidget::HorizontalHeaderFormat format) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 1267-1282 |
| | 11 | 4 |
QCalendarModel::dateForCell| Name: | QCalendarModel::dateForCell | | Prototype: | QDate QCalendarModel::dateForCell(int row, int column) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 1040-1055 |
| | 11 | 4 |
QCalendarDateValidator::currentText| Name: | QCalendarDateValidator::currentText | | Prototype: | QString QCalendarDateValidator::currentText() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 521-537 |
| | 11 | 4 |
QByteArray::lastIndexOf| Name: | QByteArray::lastIndexOf | | Prototype: | int QByteArray::lastIndexOf(char ch, int from) const | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2709-2723 |
| | 11 | 6 |
QByteArray::insert| Name: | QByteArray::insert | | Prototype: | QByteArray &QByteArray::insert(int i, int count, char ch) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2074-2088 |
| | 11 | 4 |
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: | 1573-1590 |
| | 11 | 5 |
QBoxLayout::insertStretch| Name: | QBoxLayout::insertStretch | | Prototype: | void QBoxLayout::insertStretch(int index, int stretch) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | | Lines: | 895-911 |
| | 11 | 3 |
QBoxLayout::insertSpacing| Name: | QBoxLayout::insertSpacing | | Prototype: | void QBoxLayout::insertSpacing(int index, int size) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | | Lines: | 864-886 |
| | 11 | 3 |
QBmpHandler::readHeader| Name: | QBmpHandler::readHeader | | Prototype: | bool QBmpHandler::readHeader() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | | Lines: | 712-733 |
| | 11 | 3 |
QBitArray::fill| Name: | QBitArray::fill | | Prototype: | void QBitArray::fill(bool value, int begin, int end) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbitarray.cpp | | Lines: | 288-301 |
| | 11 | 4 |
QBenchmarkValgrindUtils::cleanup| Name: | QBenchmarkValgrindUtils::cleanup | | Prototype: | void QBenchmarkValgrindUtils::cleanup() | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 146-160 |
| | 11 | 2 |
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: | 81-104 |
| | 11 | 5 |
QAsn1Element::toBool| Name: | QAsn1Element::toBool | | Prototype: | bool QAsn1Element::toBool(bool *ok) const | | Coverage: | 81.250% (13/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 214-229 |
| | 11 | 6 |
QApplicationPrivate::notifyActiveWindowChange| Name: | QApplicationPrivate::notifyActiveWindowChange | | Prototype: | void QApplicationPrivate::notifyActiveWindowChange(QWindow *previous) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 2244-2259 |
| | 11 | 6 |
QApplication::setStyleSheet| Name: | QApplication::setStyleSheet | | Prototype: | void QApplication::setStyleSheet(const QString& styleSheet) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 1094-1109 |
| | 11 | 4 |
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: | 1427-1443 |
| | 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: | 1597-1622 |
| | 11 | 5 |
QAlphaPaintEnginePrivate::resetState| Name: | QAlphaPaintEnginePrivate::resetState | | Prototype: | void QAlphaPaintEnginePrivate::resetState(QPainter *p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qpaintengine_alpha.cpp | | Lines: | 507-523 |
| | 11 | 1 |
QAlphaPaintEngine::drawTextItem| Name: | QAlphaPaintEngine::drawTextItem | | Prototype: | void QAlphaPaintEngine::drawTextItem(const QPointF &p, const QTextItem &textItem) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qpaintengine_alpha.cpp | | Lines: | 241-262 |
| | 11 | 4 |
QAlphaPaintEngine::drawPath| Name: | QAlphaPaintEngine::drawPath | | Prototype: | void QAlphaPaintEngine::drawPath(const QPainterPath &path) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qpaintengine_alpha.cpp | | Lines: | 167-188 |
| | 11 | 4 |
QActionGroupPrivate::_q_actionChanged| Name: | QActionGroupPrivate::_q_actionChanged | | Prototype: | void QActionGroupPrivate::_q_actionChanged() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qactiongroup.cpp | | Lines: | 68-84 |
| | 11 | 6 |
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: | 1135-1152 |
| | 11 | 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: | 1044-1061 |
| | 11 | 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: | 304-327 |
| | 11 | 5 |
QAccessibleMenuItem::rect| Name: | QAccessibleMenuItem::rect | | Prototype: | QRect QAccessibleMenuItem::rect() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblemenu.cpp | | Lines: | 248-265 |
| | 11 | 3 |
QAccessibleLineEdit::text| Name: | QAccessibleLineEdit::text | | Prototype: | QString QAccessibleLineEdit::text(QAccessible::Text t) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | | Lines: | 637-653 |
| | 11 | 6 |
QAccessibleGroupBox::text| Name: | QAccessibleGroupBox::text | | Prototype: | QString QAccessibleGroupBox::text(QAccessible::Text t) const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | | Lines: | 536-557 |
| | 11 | 6 |
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: | 1758-1776 |
| | 11 | 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: | 461-481 |
| | 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: | 222-240 |
| | 11 | 5 |
QAbstractSpinBoxPrivate::updateState| Name: | QAbstractSpinBoxPrivate::updateState | | Prototype: | void QAbstractSpinBoxPrivate::updateState(bool up, bool fromKeyboard ) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | | Lines: | 1608-1624 |
| | 11 | 3 |
QAbstractSpinBoxPrivate::_q_editorTextChanged| Name: | QAbstractSpinBoxPrivate::_q_editorTextChanged | | Prototype: | void QAbstractSpinBoxPrivate::_q_editorTextChanged(const QString &t) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | | Lines: | 1483-1501 |
| | 11 | 3 |
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: | 550-565 |
| | 11 | 5 |
QAbstractSpinBox::mousePressEvent| Name: | QAbstractSpinBox::mousePressEvent | | Prototype: | void QAbstractSpinBox::mousePressEvent(QMouseEvent *event) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | | Lines: | 1319-1338 |
| | 11 | 4 |
QAbstractSocketPrivate::_q_abortConnectionAttempt| Name: | QAbstractSocketPrivate::_q_abortConnectionAttempt | | Prototype: | void QAbstractSocketPrivate::_q_abortConnectionAttempt() | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 1194-1214 |
| | 11 | 3 |
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: | 492-505 |
| | 11 | 5 |
QAbstractSlider::setOrientation| Name: | QAbstractSlider::setOrientation | | Prototype: | void QAbstractSlider::setOrientation(Qt::Orientation orientation) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractslider.cpp | | Lines: | 298-313 |
| | 11 | 3 |
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: | 901-917 |
| | 11 | 5 |
QAbstractScrollArea::minimumSizeHint| Name: | QAbstractScrollArea::minimumSizeHint | | Prototype: | QSize QAbstractScrollArea::minimumSizeHint() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 1569-1583 |
| | 11 | 2 |
QAbstractItemViewPrivate::setHoverIndex| Name: | QAbstractItemViewPrivate::setHoverIndex | | Prototype: | void QAbstractItemViewPrivate::setHoverIndex(const QPersistentModelIndex &index) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 149-165 |
| | 11 | 3 |
QAbstractItemViewPrivate::fetchMore| Name: | QAbstractItemViewPrivate::fetchMore | | Prototype: | void QAbstractItemViewPrivate::fetchMore() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4104-4119 |
| | 11 | 4 |
QAbstractItemView::setVerticalScrollMode| Name: | QAbstractItemView::setVerticalScrollMode | | Prototype: | void QAbstractItemView::setVerticalScrollMode(ScrollMode mode) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1262-1276 |
| | 11 | 3 |
QAbstractItemModelPrivate::rowsInserted| Name: | QAbstractItemModelPrivate::rowsInserted | | Prototype: | void QAbstractItemModelPrivate::rowsInserted(const QModelIndex &parent, int first, int last) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 638-655 |
| | 11 | 3 |
QAbstractItemModelPrivate::rowsAboutToBeInserted| Name: | QAbstractItemModelPrivate::rowsAboutToBeInserted | | Prototype: | void QAbstractItemModelPrivate::rowsAboutToBeInserted(const QModelIndex &parent, int first, int last) | | Coverage: | 92.857% (13/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 619-636 |
| | 11 | 4 |
QAbstractItemModelPrivate::itemsMoved| Name: | QAbstractItemModelPrivate::itemsMoved | | Prototype: | void QAbstractItemModelPrivate::itemsMoved(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationChild, Qt::Orientation orientation) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 750-766 |
| | 11 | 1 |
QAbstractItemModelPrivate::columnsInserted| Name: | QAbstractItemModelPrivate::columnsInserted | | Prototype: | void QAbstractItemModelPrivate::columnsInserted(const QModelIndex &parent, int first, int last) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 843-860 |
| | 11 | 3 |
QAbstractItemModelPrivate::columnsAboutToBeInserted| Name: | QAbstractItemModelPrivate::columnsAboutToBeInserted | | Prototype: | void QAbstractItemModelPrivate::columnsAboutToBeInserted(const QModelIndex &parent, int first, int last) | | Coverage: | 92.857% (13/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 825-841 |
| | 11 | 4 |
QAbstractItemModel::changePersistentIndex| Name: | QAbstractItemModel::changePersistentIndex | | Prototype: | void QAbstractItemModel::changePersistentIndex(const QModelIndex &from, const QModelIndex &to) | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 3194-3210 |
| | 11 | 4 |
QAbstractFileEngine::readLine| Name: | QAbstractFileEngine::readLine | | Prototype: | qint64 QAbstractFileEngine::readLine(char *data, qint64 maxlen) | | Coverage: | 30.000% (3/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | | Lines: | 1118-1132 |
| | 11 | 4 |
QAbstractButtonPrivate::queryCheckedButton| Name: | QAbstractButtonPrivate::queryCheckedButton | | Prototype: | QAbstractButton *QAbstractButtonPrivate::queryCheckedButton() const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 205-223 |
| | 11 | 5 |
QAbstractButtonPrivate::fixFocusPolicy| Name: | QAbstractButtonPrivate::fixFocusPolicy | | Prototype: | void QAbstractButtonPrivate::fixFocusPolicy() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 333-352 |
| | 11 | 4 |
QAbstractButton::setText| Name: | QAbstractButton::setText | | Prototype: | void QAbstractButton::setText(const QString &text) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 512-529 |
| | 11 | 2 |
QAbstractButton::animateClick| Name: | QAbstractButton::animateClick | | Prototype: | void QAbstractButton::animateClick(int msec) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 829-842 |
| | 11 | 4 |
Parser::parseCombinator| Name: | Parser::parseCombinator | | Prototype: | bool Parser::parseCombinator(BasicSelector::Relation *relation) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2335-2351 |
| | 11 | 4 |
ExposeCompressor::checkEvent| Name: | ExposeCompressor::checkEvent | | Prototype: | bool checkEvent(xcb_generic_event_t *event) | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1966-1979 |
| | 11 | 5 |
Declaration::sizeValue| Name: | Declaration::sizeValue | | Prototype: | QSize Declaration::sizeValue() const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1487-1502 |
| | 11 | 4 |
CapabilitiesToStateMask::canBlitterDrawPixmap| Name: | CapabilitiesToStateMask::canBlitterDrawPixmap | | Prototype: | bool canBlitterDrawPixmap(const QRectF &r, const QPixmap &pm, const QRectF &sr) const | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | | Lines: | 107-123 |
| | 11 | 6 |
BezierEase::value| Name: | BezierEase::value | | Prototype: | qreal value(qreal x) override | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 535-554 |
| | 11 | 4 |
AtSpiAdaptor::relationSet| Name: | AtSpiAdaptor::relationSet | | Prototype: | QSpiRelationArray AtSpiAdaptor::relationSet(QAccessibleInterface *interface, const QDBusConnection &connection) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 1508-1527 |
| | 11 | 3 |
AtSpiAdaptor::notifyAboutDestruction| Name: | AtSpiAdaptor::notifyAboutDestruction | | Prototype: | void AtSpiAdaptor::notifyAboutDestruction(QAccessibleInterface *interface) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 1220-1244 |
| | 11 | 4 |
AtSpiAdaptor::interfaceFromPath| Name: | AtSpiAdaptor::interfaceFromPath | | Prototype: | QAccessibleInterface *AtSpiAdaptor::interfaceFromPath(const QString& dbusPath) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 856-875 |
| | 11 | 5 |
AtSpiAdaptor::getRangeExtents| Name: | AtSpiAdaptor::getRangeExtents | | Prototype: | QList<QVariant> AtSpiAdaptor::getRangeExtents(QAccessibleInterface *interface, int startOffset, int endOffset, uint coordType) const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 2115-2134 |
| | 11 | 5 |
windowInteractsWithPosition| Name: | windowInteractsWithPosition | | Prototype: | static bool windowInteractsWithPosition(xcb_connection_t *connection, const QPoint & pos, xcb_window_t w, xcb_shape_sk_t shapeType) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbdrag.cpp | | Lines: | 235-252 |
| | 10 | 4 |
widgetTexturesFor| Name: | widgetTexturesFor | | Prototype: | static QPlatformTextureList *widgetTexturesFor(QWidget *tlw, QWidget *widget) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | | Lines: | 1011-1048 |
| | 10 | 6 |
unpackControlTypes| Name: | unpackControlTypes | | Prototype: | static int unpackControlTypes(QSizePolicy::ControlTypes controls, QSizePolicy::ControlType *array) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | | Lines: | 60-77 |
| | 10 | 5 |
tabBarShapeFrom| Name: | tabBarShapeFrom | | Prototype: | static inline QTabBar::Shape tabBarShapeFrom(QTabWidget::TabShape shape, QTabWidget::TabPosition position) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 261-273 |
| | 10 | 5 |
socketNotifierSourceCheck| Name: | socketNotifierSourceCheck | | Prototype: | static gboolean socketNotifierSourceCheck(GSource *source) | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 74-95 |
| | 10 | 3 |
shouldIncludeFs| Name: | shouldIncludeFs | | Prototype: | static bool shouldIncludeFs(const QStorageIterator &it) | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 157-192 |
| | 10 | 3 |
set_font_bits| Name: | set_font_bits | | Prototype: | static void set_font_bits(int version, quint8 bits, QFontPrivate *f) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 1921-1934 |
| | 10 | 3 |
setWidthAttribute| Name: | setWidthAttribute | | Prototype: | static void setWidthAttribute(QTextLength *width, const QString &valueStr) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | | Lines: | 1422-1437 |
| | 10 | 4 |
setMotifWmHints| Name: | setMotifWmHints | | Prototype: | static void setMotifWmHints(QXcbConnection *c, xcb_window_t window, const QtMotifWmHints &hints) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1038-1052 |
| | 10 | 2 |
setIndex| Name: | setIndex | | Prototype: | static void setIndex(int *index, int candidate, int min, int max, bool isIncreasing) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 213-230 |
| | 10 | 5 |
setFontWeightFromValue| Name: | setFontWeightFromValue | | Prototype: | static bool setFontWeightFromValue(const QCss::Value &value, QFont *font) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1152-1166 |
| | 10 | 6 |
readMSDosDate| Name: | readMSDosDate | | Prototype: | static QDateTime readMSDosDate(const uchar *src) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 273-286 |
| | 10 | 1 |
queryFont| Name: | queryFont | | Prototype: | static FcPattern *queryFont(const FcChar8 *file, const QByteArray &data, int id, FcBlanks *blanks, int *count) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp | | Lines: | 774-798 |
| | 10 | 3 |
qt_socks5_set_host_name_and_port| Name: | qt_socks5_set_host_name_and_port | | Prototype: | static bool qt_socks5_set_host_name_and_port(const QString &hostname, quint16 port, QByteArray *pBuf) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 187-210 |
| | 10 | 2 |
qt_memfill_template| Name: | qt_memfill_template | | Prototype: | template <> inline void qt_memfill_template(quint16 *dest, quint16 value, int count) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 6288-6308 |
| | 10 | 6 |
qt_make_filter_list| Name: | qt_make_filter_list | | Prototype: | QStringList qt_make_filter_list(const QString &filter) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1303-1320 |
| | 10 | 4 |
qt_get_named_rgb| Name: | qt_get_named_rgb | | Prototype: | bool qt_get_named_rgb(const char *name, QRgb* rgb) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor_p.cpp | | Lines: | 316-330 |
| | 10 | 4 |
qt_fontHasNarrowOutlines| Name: | qt_fontHasNarrowOutlines | | Prototype: | bool qt_fontHasNarrowOutlines(QFontEngine *fontEngine) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 739-755 |
| | 10 | 3 |
qt_fill_tile| Name: | qt_fill_tile | | Prototype: | void qt_fill_tile(QPixmap *tile, const QPixmap &pixmap) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 534-548 |
| | 10 | 3 |
qt_convertPoint| Name: | qt_convertPoint | | Prototype: | QPointF qt_convertPoint(const QPointF &xy, QPageLayout::Unit fromUnits, QPageLayout::Unit toUnits) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | | Lines: | 74-94 |
| | 10 | 3 |
qt_blurinner| Name: | qt_blurinner | | Prototype: | template<int aprec, int zprec> inline void qt_blurinner(uchar *bptr, int &zR, int &zG, int &zB, int &zA, int alpha) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 605-634 |
| | 10 | 1 |
qt_blend_rgb32_on_rgb32| Name: | qt_blend_rgb32_on_rgb32 | | Prototype: | void qt_blend_rgb32_on_rgb32(uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, int w, int h, int const_alpha) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | | Lines: | 378-402 |
| | 10 | 3 |
qt_QMetaEnum_flagDebugOperator| Name: | qt_QMetaEnum_flagDebugOperator | | Prototype: | QDebug qt_QMetaEnum_flagDebugOperator(QDebug &debug, quint64 value, const QMetaObject *meta, const char *name) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | | Lines: | 917-929 |
| | 10 | 2 |
qstricmp| Name: | qstricmp | | Prototype: | int qstricmp(const char *str1, const char *str2) | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 401-413 |
| | 10 | 4 |
q_screenDepthFromFb| Name: | q_screenDepthFromFb | | Prototype: | int q_screenDepthFromFb(int framebufferDevice) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglconvenience.cpp | | Lines: | 559-586 |
| | 10 | 5 |
qUnregisterGuiGetInterpolator| Name: | qUnregisterGuiGetInterpolator | | Prototype: | static void qUnregisterGuiGetInterpolator() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/animation/qguivariantanimation.cpp | | Lines: | 75-88 |
| | 10 | 1 |
qTopLevelDomain| Name: | qTopLevelDomain | | Prototype: | QString qTopLevelDomain(const QString &domain) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtldurl.cpp | | Lines: | 84-98 |
| | 10 | 4 |
qScrollEffect| Name: | qScrollEffect | | Prototype: | void qScrollEffect(QWidget* w, QEffects::DirFlags orient, int time) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qeffects.cpp | | Lines: | 558-575 |
| | 10 | 3 |
qRemoveDuplicates| Name: | qRemoveDuplicates | | Prototype: | template <typename Iterator, typename Equality> Iterator qRemoveDuplicates(Iterator begin, Iterator end, Equality eq) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1461-1478 |
| | 10 | 4 |
qIsEffectiveTLD| Name: | qIsEffectiveTLD | | Prototype: | bool qIsEffectiveTLD(const QStringRef &domain) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtldurl.cpp | | Lines: | 106-125 |
| | 10 | 4 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QUrl &url, uint seed) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 4123-4136 |
| | 10 | 2 |