| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QBrush::QBrush| Name: | QBrush::QBrush | | Prototype: | QBrush::QBrush(Qt::BrushStyle style) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 454-462 |
| | 4 | 2 |
QBrush::QBrush| Name: | QBrush::QBrush | | Prototype: | QBrush::QBrush(const QColor &color, Qt::BrushStyle style) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 470-478 |
| | 4 | 2 |
QBrush::QBrush| Name: | QBrush::QBrush | | Prototype: | QBrush::QBrush(Qt::GlobalColor color, Qt::BrushStyle style) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 487-495 |
| | 4 | 2 |
QBrush::setColor| Name: | QBrush::setColor | | Prototype: | void QBrush::setColor(const QColor &c) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 712-719 |
| | 4 | 2 |
QBrushPatternImageCache::getImage| Name: | QBrushPatternImageCache::getImage | | Prototype: | QImage getImage(int brushStyle, bool invert) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 134-140 |
| | 4 | 2 |
QBspTree::climbTree| Name: | QBspTree::climbTree | | Prototype: | void QBspTree::climbTree(const QRect &rect, callback *function, QBspTreeData data) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qbsptree.cpp | | Lines: | 63-69 |
| | 4 | 2 |
QBuffer::canReadLine| Name: | QBuffer::canReadLine | | Prototype: | bool QBuffer::canReadLine() const | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | | Lines: | 391-398 |
| | 4 | 2 |
QBuffer::disconnectNotify| Name: | QBuffer::disconnectNotify | | Prototype: | void QBuffer::disconnectNotify(const QMetaMethod &signal) | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | | Lines: | 457-467 |
| | 4 | 3 |
QBufferPrivate::peek| Name: | QBufferPrivate::peek | | Prototype: | QByteArray QBufferPrivate::peek(qint64 maxSize) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | | Lines: | 88-94 |
| | 4 | 2 |
QByteArray::QByteArray| Name: | QByteArray::QByteArray | | Prototype: | QByteArray::QByteArray(int size, Qt::Initialization) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1523-1529 |
| | 4 | 2 |
QByteArray::fill| Name: | QByteArray::fill | | Prototype: | QByteArray &QByteArray::fill(char ch, int size) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1595-1601 |
| | 4 | 2 |
QByteArray::lastIndexOf| Name: | QByteArray::lastIndexOf | | Prototype: | int QByteArray::lastIndexOf(const QByteArray &ba, int from) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2506-2513 |
| | 4 | 2 |
QByteArray::lastIndexOf| Name: | QByteArray::lastIndexOf | | Prototype: | int QByteArray::lastIndexOf(const char *str, int from) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2541-2548 |
| | 4 | 2 |
QByteArray::replace| Name: | QByteArray::replace | | Prototype: | QByteArray &QByteArray::replace(const char *c, const QByteArray &after) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2065-2072 |
| | 4 | 2 |
QByteArrayMatcher::indexIn| Name: | QByteArrayMatcher::indexIn | | Prototype: | int QByteArrayMatcher::indexIn(const QByteArray &ba, int from) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 193-199 |
| | 4 | 2 |
QByteArrayMatcher::indexIn| Name: | QByteArrayMatcher::indexIn | | Prototype: | int QByteArrayMatcher::indexIn(const char *str, int len, int from) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 208-214 |
| | 4 | 2 |
QByteArrayMatcher::setPattern| Name: | QByteArrayMatcher::setPattern | | Prototype: | void QByteArrayMatcher::setPattern(const QByteArray &pattern) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 178-184 |
| | 4 | 1 |
QCUPSSupport::clearCupsOption| Name: | QCUPSSupport::clearCupsOption | | Prototype: | void QCUPSSupport::clearCupsOption(QStringList &cupsOptions, const QString &option) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | | Lines: | 62-70 |
| | 4 | 2 |
QCUPSSupport::setBannerPages| Name: | QCUPSSupport::setBannerPages | | Prototype: | void QCUPSSupport::setBannerPages(QPrinter *printer, const BannerPage startBannerPage, const BannerPage endBannerPage) | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | | Lines: | 148-156 |
| | 4 | 2 |
QCUPSSupport::setCupsOption| Name: | QCUPSSupport::setCupsOption | | Prototype: | void QCUPSSupport::setCupsOption(QStringList &cupsOptions, const QString &option, const QString &value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | | Lines: | 52-60 |
| | 4 | 2 |
QCalendarDateSectionValidator::highlightString| Name: | QCalendarDateSectionValidator::highlightString | | Prototype: | QString QCalendarDateSectionValidator::highlightString(const QString &str, int pos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 98-105 |
| | 4 | 2 |
QCalendarModel::setFirstColumnDay| Name: | QCalendarModel::setFirstColumnDay | | Prototype: | void QCalendarModel::setFirstColumnDay(Qt::DayOfWeek dayOfWeek) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 1248-1255 |
| | 4 | 2 |
QCalendarWidget::resizeEvent| Name: | QCalendarWidget::resizeEvent | | Prototype: | void QCalendarWidget::resizeEvent(QResizeEvent * event) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 3056-3067 |
| | 4 | 2 |
QCalendarWidget::setSelectionMode| Name: | QCalendarWidget::setSelectionMode | | Prototype: | void QCalendarWidget::setSelectionMode(SelectionMode mode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 2694-2700 |
| | 4 | 1 |
QCalendarWidget::showNextYear| Name: | QCalendarWidget::showNextYear | | Prototype: | void QCalendarWidget::showNextYear() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 2373-2379 |
| | 4 | 1 |
QCalendarWidget::showPreviousYear| Name: | QCalendarWidget::showPreviousYear | | Prototype: | void QCalendarWidget::showPreviousYear() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 2389-2395 |
| | 4 | 1 |
QCalendarWidgetPrivate::_q_monthChanged| Name: | QCalendarWidgetPrivate::_q_monthChanged | | Prototype: | void QCalendarWidgetPrivate::_q_monthChanged(QAction *act) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 1830-1836 |
| | 4 | 1 |
QCalendarWidgetPrivate::updateMonthMenuNames| Name: | QCalendarWidgetPrivate::updateMonthMenuNames | | Prototype: | void QCalendarWidgetPrivate::updateMonthMenuNames() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 1799-1807 |
| | 4 | 2 |
QCalendarYearValidator::pow10| Name: | QCalendarYearValidator::pow10 | | Prototype: | int QCalendarYearValidator::pow10(int n) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 347-353 |
| | 4 | 2 |
QCheckBox::checkState| Name: | QCheckBox::checkState | | Prototype: | Qt::CheckState QCheckBox::checkState() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 237-243 |
| | 4 | 2 |
QCheckBox::event| Name: | QCheckBox::event | | Prototype: | bool QCheckBox::event(QEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 375-385 |
| | 4 | 2 |
QCheckBox::paintEvent| Name: | QCheckBox::paintEvent | | Prototype: | void QCheckBox::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 305-311 |
| | 4 | 1 |
QClipData::~QClipData| Name: | QClipData::~QClipData | | Prototype: | QClipData::~QClipData() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3688-3694 |
| | 4 | 3 |
QClipboard::image| Name: | QClipboard::image | | Prototype: | QImage QClipboard::image(Mode mode) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qclipboard.cpp | | Lines: | 347-353 |
| | 4 | 2 |
QClipboardData::setSource| Name: | QClipboardData::setSource | | Prototype: | void setSource(QMimeData* s) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformclipboard.cpp | | Lines: | 48-54 |
| | 4 | 2 |
QColor::QColor| Name: | QColor::QColor | | Prototype: | QColor::QColor(Qt::GlobalColor color) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 334-389 |
| | 4 | 1 |
QColor::name| Name: | QColor::name | | Prototype: | QString QColor::name(NameFormat format) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 520-530 |
| | 4 | 3 |
QColor::setBlue| Name: | QColor::setBlue | | Prototype: | void QColor::setBlue(int blue) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1166-1173 |
| | 4 | 3 |
QColor::setBlueF| Name: | QColor::setBlueF | | Prototype: | void QColor::setBlueF(qreal blue) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1249-1256 |
| | 4 | 3 |
QColor::setGreen| Name: | QColor::setGreen | | Prototype: | void QColor::setGreen(int green) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1137-1144 |
| | 4 | 3 |
QColor::setGreenF| Name: | QColor::setGreenF | | Prototype: | void QColor::setGreenF(qreal green) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1222-1229 |
| | 4 | 3 |
QColor::setRed| Name: | QColor::setRed | | Prototype: | void QColor::setRed(int red) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1110-1117 |
| | 4 | 3 |
QColor::setRedF| Name: | QColor::setRedF | | Prototype: | void QColor::setRedF(qreal red) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1194-1201 |
| | 4 | 3 |
QColorDialog::changeEvent| Name: | QColorDialog::changeEvent | | Prototype: | void QColorDialog::changeEvent(QEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 2198-2204 |
| | 4 | 2 |
QColorDialogOptions::setCustomColor| Name: | QColorDialogOptions::setCustomColor | | Prototype: | void QColorDialogOptions::setCustomColor(int index, QRgb color) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 353-359 |
| | 4 | 2 |
QColorDialogPrivate::_q_addCustom| Name: | QColorDialogPrivate::_q_addCustom | | Prototype: | void QColorDialogPrivate::_q_addCustom() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1843-1849 |
| | 4 | 2 |
QColorDialogPrivate::_q_newCustom| Name: | QColorDialogPrivate::_q_newCustom | | Prototype: | void QColorDialogPrivate::_q_newCustom(int r, int c) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1586-1592 |
| | 4 | 2 |
QColorDialogPrivate::_q_newHsv| Name: | QColorDialogPrivate::_q_newHsv | | Prototype: | void QColorDialogPrivate::_q_newHsv(int h, int s, int v) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1488-1495 |
| | 4 | 2 |
QColorDialogPrivate::initHelper| Name: | QColorDialogPrivate::initHelper | | Prototype: | void QColorDialogPrivate::initHelper(QPlatformDialogHelper *h) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1830-1836 |
| | 4 | 1 |
QColorDialogPrivate::setCurrentQColor| Name: | QColorDialogPrivate::setCurrentQColor | | Prototype: | void QColorDialogPrivate::setCurrentQColor(const QColor &color) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1507-1514 |
| | 4 | 2 |
QColorPicker::QColorPicker| Name: | QColorPicker::QColorPicker | | Prototype: | QColorPicker::QColorPicker(QWidget* parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 878-887 |
| | 4 | 1 |
QColorShower::updateQColor| Name: | QColorShower::updateQColor | | Prototype: | void QColorShower::updateQColor() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1479-1485 |
| | 4 | 2 |
QColorWell::dragMoveEvent| Name: | QColorWell::dragMoveEvent | | Prototype: | void QColorWell::dragMoveEvent(QDragMoveEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 660-668 |
| | 4 | 2 |
QColorWell::mousePressEvent| Name: | QColorWell::mousePressEvent | | Prototype: | void QColorWell::mousePressEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 611-617 |
| | 4 | 1 |
QColorWell::mouseReleaseEvent| Name: | QColorWell::mouseReleaseEvent | | Prototype: | void QColorWell::mouseReleaseEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 685-691 |
| | 4 | 2 |
QColumnViewGrip::mouseMoveEvent| Name: | QColumnViewGrip::mouseMoveEvent | | Prototype: | void QColumnViewGrip::mouseMoveEvent(QMouseEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnviewgrip.cpp | | Lines: | 156-162 |
| | 4 | 1 |
QComboBox::clear| Name: | QComboBox::clear | | Prototype: | void QComboBox::clear() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 2836-2844 |
| | 4 | 1 |
QComboBox::focusOutEvent| Name: | QComboBox::focusOutEvent | | Prototype: | void QComboBox::focusOutEvent(QFocusEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 2893-2899 |
| | 4 | 2 |
QComboBox::inputMethodQuery| Name: | QComboBox::inputMethodQuery | | Prototype: | QVariant QComboBox::inputMethodQuery(Qt::InputMethodQuery query) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 3347-3353 |
| | 4 | 2 |
QComboBox::keyReleaseEvent| Name: | QComboBox::keyReleaseEvent | | Prototype: | void QComboBox::keyReleaseEvent(QKeyEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 3246-3253 |
| | 4 | 2 |
QComboBox::mouseReleaseEvent| Name: | QComboBox::mouseReleaseEvent | | Prototype: | void QComboBox::mouseReleaseEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 3094-3100 |
| | 4 | 2 |
QComboBox::removeItem| Name: | QComboBox::removeItem | | Prototype: | void QComboBox::removeItem(int index) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 2337-2343 |
| | 4 | 2 |
QComboBox::setAutoCompletionCaseSensitivity| Name: | QComboBox::setAutoCompletionCaseSensitivity | | Prototype: | void QComboBox::setAutoCompletionCaseSensitivity(Qt::CaseSensitivity sensitivity) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1502-1508 |
| | 4 | 2 |
QComboBox::setFrame| Name: | QComboBox::setFrame | | Prototype: | void QComboBox::setFrame(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 3401-3407 |
| | 4 | 1 |
QComboBox::setItemData| Name: | QComboBox::setItemData | | Prototype: | void QComboBox::setItemData(int index, const QVariant &value, int role) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 2373-2380 |
| | 4 | 2 |
QComboBox::setItemIcon| Name: | QComboBox::setItemIcon | | Prototype: | void QComboBox::setItemIcon(int index, const QIcon &icon) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 2360-2367 |
| | 4 | 2 |
QComboBox::setItemText| Name: | QComboBox::setItemText | | Prototype: | void QComboBox::setItemText(int index, const QString &text) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 2348-2355 |
| | 4 | 2 |
QComboBoxPrivate::itemIcon| Name: | QComboBoxPrivate::itemIcon | | Prototype: | QIcon QComboBoxPrivate::itemIcon(const QModelIndex &index) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1713-1720 |
| | 4 | 2 |
QComboBoxPrivate::matchFlags| Name: | QComboBoxPrivate::matchFlags | | Prototype: | Qt::MatchFlags QComboBoxPrivate::matchFlags() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1183-1192 |
| | 4 | 2 |
QComboBoxPrivateContainer::hideEvent| Name: | QComboBoxPrivateContainer::hideEvent | | Prototype: | void QComboBoxPrivateContainer::hideEvent(QHideEvent *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 728-739 |
| | 4 | 2 |
QComboBoxPrivateContainer::mouseReleaseEvent| Name: | QComboBoxPrivateContainer::mouseReleaseEvent | | Prototype: | void QComboBoxPrivateContainer::mouseReleaseEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 756-763 |
| | 4 | 2 |
QCommandLineParser::addOptions| Name: | QCommandLineParser::addOptions | | Prototype: | bool QCommandLineParser::addOptions(const QList<QCommandLineOption> &options) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 384-391 |
| | 4 | 2 |
QCommandLinkButton::QCommandLinkButton| Name: | QCommandLinkButton::QCommandLinkButton | | Prototype: | QCommandLinkButton::QCommandLinkButton(const QString &text, const QString &description, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcommandlinkbutton.cpp | | Lines: | 288-295 |
| | 4 | 1 |
QCommandLinkButton::setDescription| Name: | QCommandLinkButton::setDescription | | Prototype: | void QCommandLinkButton::setDescription(const QString &description) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcommandlinkbutton.cpp | | Lines: | 394-400 |
| | 4 | 1 |
QCommonStylePrivate::_q_removeAnimation| Name: | QCommonStylePrivate::_q_removeAnimation | | Prototype: | void QCommonStylePrivate::_q_removeAnimation() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 1170-1176 |
| | 4 | 2 |
QCommonStylePrivate::stopAnimation| Name: | QCommonStylePrivate::stopAnimation | | Prototype: | void QCommonStylePrivate::stopAnimation(const QObject *target) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 1160-1167 |
| | 4 | 2 |
QCompleter::setWrapAround| Name: | QCompleter::setWrapAround | | Prototype: | void QCompleter::setWrapAround(bool wrap) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1618-1624 |
| | 4 | 2 |
QCompleterPrivate::_q_completionSelected| Name: | QCompleterPrivate::_q_completionSelected | | Prototype: | void QCompleterPrivate::_q_completionSelected(const QItemSelection& selection) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 839-846 |
| | 4 | 2 |
QCompletionModel::completionCount| Name: | QCompletionModel::completionCount | | Prototype: | int QCompletionModel::completionCount() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 332-339 |
| | 4 | 2 |
QConfFileSettingsPrivate::fileName| Name: | QConfFileSettingsPrivate::fileName | | Prototype: | QString QConfFileSettingsPrivate::fileName() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1372-1378 |
| | 4 | 2 |
QCoreApplication::event| Name: | QCoreApplication::event | | Prototype: | bool QCoreApplication::event(QEvent *e) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1779-1786 |
| | 4 | 2 |
QCoreApplication::hasPendingEvents| Name: | QCoreApplication::hasPendingEvents | | Prototype: | bool QCoreApplication::hasPendingEvents() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2760-2766 |
| | 4 | 2 |
QCoreApplication::processEvents| Name: | QCoreApplication::processEvents | | Prototype: | void QCoreApplication::processEvents(QEventLoop::ProcessEventsFlags flags) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1199-1205 |
| | 4 | 2 |
QCoreApplication::removeNativeEventFilter| Name: | QCoreApplication::removeNativeEventFilter | | Prototype: | void QCoreApplication::removeNativeEventFilter(QAbstractNativeEventFilter *filterObject) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2738-2744 |
| | 4 | 2 |
QCoreApplication::setEventDispatcher| Name: | QCoreApplication::setEventDispatcher | | Prototype: | void QCoreApplication::setEventDispatcher(QAbstractEventDispatcher *eventDispatcher) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2786-2792 |
| | 4 | 2 |
QCoreApplicationPrivate::checkInstance| Name: | QCoreApplicationPrivate::checkInstance | | Prototype: | bool QCoreApplicationPrivate::checkInstance(const char *function) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 173-179 |
| | 4 | 2 |
QCoreApplicationPrivate::createEventDispatcher| Name: | QCoreApplicationPrivate::createEventDispatcher | | Prototype: | void QCoreApplicationPrivate::createEventDispatcher() | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 507-535 |
| | 4 | 2 |
QCoreApplicationPrivate::initLocale| Name: | QCoreApplicationPrivate::initLocale | | Prototype: | void QCoreApplicationPrivate::initLocale() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 600-608 |
| | 4 | 2 |
QCoreApplicationPrivate::threadRequiresCoreApplication| Name: | QCoreApplicationPrivate::threadRequiresCoreApplication | | Prototype: | bool QCoreApplicationPrivate::threadRequiresCoreApplication() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 548-554 |
| | 4 | 2 |
QCssScanner_Generated::QCssScanner_Generated| Name: | QCssScanner_Generated::QCssScanner_Generated | | Prototype: | QCssScanner_Generated::QCssScanner_Generated(const QString &inp) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssscanner.cpp | | Lines: | 52-58 |
| | 4 | 1 |
QCupsJobWidget::setupPrinter| Name: | QCupsJobWidget::setupPrinter | | Prototype: | void QCupsJobWidget::setupPrinter() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | | Lines: | 84-90 |
| | 4 | 1 |
QCursor::QCursor| Name: | QCursor::QCursor | | Prototype: | QCursor::QCursor(const QCursor &c) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | | Lines: | 563-569 |
| | 4 | 2 |
QDBusAbstractInterface::disconnectNotify| Name: | QDBusAbstractInterface::disconnectNotify | | Prototype: | void QDBusAbstractInterface::disconnectNotify(const QMetaMethod &signal) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 624-634 |
| | 4 | 2 |
QDBusAbstractInterface::isValid| Name: | QDBusAbstractInterface::isValid | | Prototype: | bool QDBusAbstractInterface::isValid() const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 355-364 |
| | 4 | 2 |
QDBusAbstractInterfacePrivate::_q_serviceOwnerChanged| Name: | QDBusAbstractInterfacePrivate::_q_serviceOwnerChanged | | Prototype: | void QDBusAbstractInterfacePrivate::_q_serviceOwnerChanged(const QString &name, const QString &oldOwner, const QString &newOwner) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 249-258 |
| | 4 | 1 |
QDBusAdaptorConnector::relaySlotMethodIndex| Name: | QDBusAdaptorConnector::relaySlotMethodIndex | | Prototype: | int QDBusAdaptorConnector::relaySlotMethodIndex() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractadaptor.cpp | | Lines: | 56-63 |
| | 4 | 2 |
QDBusArgument::operator>>| Name: | QDBusArgument::operator>> | | Prototype: | const QDBusArgument &QDBusArgument::operator>>(uchar &arg) const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 596-603 |
| | 4 | 2 |
QDBusArgument::operator>>| Name: | QDBusArgument::operator>> | | Prototype: | const QDBusArgument &QDBusArgument::operator>>(bool &arg) const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 610-617 |
| | 4 | 2 |
QDBusArgument::operator>>| Name: | QDBusArgument::operator>> | | Prototype: | const QDBusArgument &QDBusArgument::operator>>(ushort &arg) const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 624-631 |
| | 4 | 2 |
QDBusArgument::operator>>| Name: | QDBusArgument::operator>> | | Prototype: | const QDBusArgument &QDBusArgument::operator>>(short &arg) const | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 638-645 |
| | 4 | 2 |