| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QInputDialogDoubleSpinBox::keyPressEvent| Name: | QInputDialogDoubleSpinBox::keyPressEvent | | Prototype: | void keyPressEvent(QKeyEvent *event) override | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 155-164 |
| | 4 | 2 |
QInputDialogPrivate::_q_textChanged| Name: | QInputDialogPrivate::_q_textChanged | | Prototype: | void QInputDialogPrivate::_q_textChanged(const QString &text) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 445-452 |
| | 4 | 2 |
QInputDialogPrivate::listViewText| Name: | QInputDialogPrivate::listViewText | | Prototype: | QString QInputDialogPrivate::listViewText() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 435-443 |
| | 4 | 2 |
QInputDialogSpinBox::keyPressEvent| Name: | QInputDialogSpinBox::keyPressEvent | | Prototype: | void keyPressEvent(QKeyEvent *event) override | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 120-129 |
| | 4 | 2 |
QInputMethod::commit| Name: | QInputMethod::commit | | Prototype: | void QInputMethod::commit() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 361-367 |
| | 4 | 2 |
QInputMethod::hide| Name: | QInputMethod::hide | | Prototype: | void QInputMethod::hide() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 221-227 |
| | 4 | 2 |
QInputMethod::invokeAction| Name: | QInputMethod::invokeAction | | Prototype: | void QInputMethod::invokeAction(Action a, int cursorPosition) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 385-391 |
| | 4 | 2 |
QInputMethod::reset| Name: | QInputMethod::reset | | Prototype: | void QInputMethod::reset() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 345-351 |
| | 4 | 2 |
QInputMethod::show| Name: | QInputMethod::show | | Prototype: | void QInputMethod::show() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 206-212 |
| | 4 | 2 |
QInputMethodQueryEvent::value| Name: | QInputMethodQueryEvent::value | | Prototype: | QVariant QInputMethodQueryEvent::value(Qt::InputMethodQuery query) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 2239-2245 |
| | 4 | 3 |
QInt64Set::clear| Name: | QInt64Set::clear | | Prototype: | inline void QInt64Set::clear() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 566-572 |
| | 4 | 2 |
QInternal::unregisterCallback| Name: | QInternal::unregisterCallback | | Prototype: | bool QInternal::unregisterCallback(Callback cb, qInternalCallback callback) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 4021-4028 |
| | 4 | 2 |
QIsciiCodec::create| Name: | QIsciiCodec::create | | Prototype: | QTextCodec *QIsciiCodec::create(const char *name) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qisciicodec.cpp | | Lines: | 73-80 |
| | 4 | 3 |
QItemSelectionModel::clearSelection| Name: | QItemSelectionModel::clearSelection | | Prototype: | void QItemSelectionModel::clearSelection() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1338-1345 |
| | 4 | 2 |
QItemSelectionModel::selectedIndexes| Name: | QItemSelectionModel::selectedIndexes | | Prototype: | QModelIndexList QItemSelectionModel::selectedIndexes() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1640-1646 |
| | 4 | 1 |
QJsonArray::QJsonArray| Name: | QJsonArray::QJsonArray | | Prototype: | QJsonArray::QJsonArray(const QJsonArray &other) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 190-196 |
| | 4 | 2 |
QJsonArray::contains| Name: | QJsonArray::contains | | Prototype: | bool QJsonArray::contains(const QJsonValue &value) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 567-574 |
| | 4 | 3 |
QJsonArray::fromStringList| Name: | QJsonArray::fromStringList | | Prototype: | QJsonArray QJsonArray::fromStringList(const QStringList &list) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 247-253 |
| | 4 | 2 |
QJsonDocument::isArray| Name: | QJsonDocument::isArray | | Prototype: | bool QJsonDocument::isArray() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 410-417 |
| | 4 | 2 |
QJsonDocument::isObject| Name: | QJsonDocument::isObject | | Prototype: | bool QJsonDocument::isObject() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 424-431 |
| | 4 | 2 |
QJsonObject::QJsonObject| Name: | QJsonObject::QJsonObject | | Prototype: | QJsonObject::QJsonObject(const QJsonObject &other) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 171-177 |
| | 4 | 2 |
QJsonObject::fromVariantHash| Name: | QJsonObject::fromVariantHash | | Prototype: | QJsonObject QJsonObject::fromVariantHash(const QVariantHash &hash) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 285-293 |
| | 4 | 2 |
QJsonObject::valueAt| Name: | QJsonObject::valueAt | | Prototype: | QJsonValue QJsonObject::valueAt(int i) const | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 1253-1260 |
| | 4 | 2 |
QJsonPrivate::Base::removeItems| Name: | QJsonPrivate::Base::removeItems | | Prototype: | void Base::removeItems(int pos, int numItems) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 176-182 |
| | 4 | 2 |
QJsonValue::~QJsonValue| Name: | QJsonValue::~QJsonValue | | Prototype: | QJsonValue::~QJsonValue() | | Coverage: | 76.923% (10/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 249-256 |
| | 4 | 3 |
QJsonValueRef::operator =| Name: | QJsonValueRef::operator = | | Prototype: | QJsonValueRef &QJsonValueRef::operator =(const QJsonValue &val) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 707-715 |
| | 4 | 2 |
QJsonValueRef::operator =| Name: | QJsonValueRef::operator = | | Prototype: | QJsonValueRef &QJsonValueRef::operator =(const QJsonValueRef &ref) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 717-725 |
| | 4 | 2 |
QKeySequence::operator==| Name: | QKeySequence::operator== | | Prototype: | bool QKeySequence::operator==(const QKeySequence &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeysequence.cpp | | Lines: | 1440-1446 |
| | 4 | 1 |
QKeySequenceEditPrivate::finishEditing| Name: | QKeySequenceEditPrivate::finishEditing | | Prototype: | void QKeySequenceEditPrivate::finishEditing() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qkeysequenceedit.cpp | | Lines: | 114-121 |
| | 4 | 1 |
QLCDNumber::checkOverflow| Name: | QLCDNumber::checkOverflow | | Prototype: | bool QLCDNumber::checkOverflow(int num) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | | Lines: | 475-481 |
| | 4 | 1 |
QLCDNumber::checkOverflow| Name: | QLCDNumber::checkOverflow | | Prototype: | bool QLCDNumber::checkOverflow(double num) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | | Lines: | 491-497 |
| | 4 | 1 |
QLCDNumber::setSegmentStyle| Name: | QLCDNumber::setSegmentStyle | | Prototype: | void QLCDNumber::setSegmentStyle(SegmentStyle s) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | | Lines: | 1190-1196 |
| | 4 | 1 |
QLabel::focusNextPrevChild| Name: | QLabel::focusNextPrevChild | | Prototype: | bool QLabel::focusNextPrevChild(bool next) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 949-955 |
| | 4 | 2 |
QLabel::hasSelectedText| Name: | QLabel::hasSelectedText | | Prototype: | bool QLabel::hasSelectedText() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 778-784 |
| | 4 | 2 |
QLabel::heightForWidth| Name: | QLabel::heightForWidth | | Prototype: | int QLabel::heightForWidth(int w) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 661-667 |
| | 4 | 2 |
QLabel::selectedText| Name: | QLabel::selectedText | | Prototype: | QString QLabel::selectedText() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 802-808 |
| | 4 | 2 |
QLabel::selectionStart| Name: | QLabel::selectionStart | | Prototype: | int QLabel::selectionStart() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 821-827 |
| | 4 | 2 |
QLabel::setOpenExternalLinks| Name: | QLabel::setOpenExternalLinks | | Prototype: | void QLabel::setOpenExternalLinks(bool open) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 690-696 |
| | 4 | 2 |
QLabel::setPicture| Name: | QLabel::setPicture | | Prototype: | void QLabel::setPicture(const QPicture &picture) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 396-403 |
| | 4 | 1 |
QLabel::sizeHint| Name: | QLabel::sizeHint | | Prototype: | QSize QLabel::sizeHint() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 831-837 |
| | 4 | 2 |
QLabelPrivate::init| Name: | QLabelPrivate::init | | Prototype: | void QLabelPrivate::init() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 255-262 |
| | 4 | 1 |
QLabelPrivate::textDirection| Name: | QLabelPrivate::textDirection | | Prototype: | Qt::LayoutDirection QLabelPrivate::textDirection() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 1429-1437 |
| | 4 | 2 |
QLayout::contentsRect| Name: | QLayout::contentsRect | | Prototype: | QRect QLayout::contentsRect() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 454-460 |
| | 4 | 1 |
QLayout::setMenuBar| Name: | QLayout::setMenuBar | | Prototype: | void QLayout::setMenuBar(QWidget *widget) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 944-955 |
| | 4 | 2 |
QLayout::~QLayout| Name: | QLayout::~QLayout | | Prototype: | QLayout::~QLayout() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 760-770 |
| | 4 | 2 |
QLayoutPrivate::createSpacerItem| Name: | QLayoutPrivate::createSpacerItem | | Prototype: | QSpacerItem *QLayoutPrivate::createSpacerItem(const QLayout *layout, int w, int h, QSizePolicy::Policy hPolicy, QSizePolicy::Policy vPolicy) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 194-200 |
| | 4 | 3 |
QLayoutPrivate::createWidgetItem| Name: | QLayoutPrivate::createWidgetItem | | Prototype: | QWidgetItem *QLayoutPrivate::createWidgetItem(const QLayout *layout, QWidget *widget) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 186-192 |
| | 4 | 3 |
QLibrary::setLoadHints| Name: | QLibrary::setLoadHints | | Prototype: | void QLibrary::setLoadHints(LoadHints hints) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 1119-1126 |
| | 4 | 2 |
QLibrary::unload| Name: | QLibrary::unload | | Prototype: | bool QLibrary::unload() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 812-819 |
| | 4 | 2 |
QLibraryStore::instance| Name: | QLibraryStore::instance | | Prototype: | QLibraryStore *QLibraryStore::instance() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 432-440 |
| | 4 | 2 |
QLineEdit::dragLeaveEvent| Name: | QLineEdit::dragLeaveEvent | | Prototype: | void QLineEdit::dragLeaveEvent(QDragLeaveEvent *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 2018-2025 |
| | 4 | 2 |
QLineEdit::setFrame| Name: | QLineEdit::setFrame | | Prototype: | void QLineEdit::setFrame(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 509-515 |
| | 4 | 1 |
QLineEditIconButton::setOpacity| Name: | QLineEditIconButton::setOpacity | | Prototype: | void QLineEditIconButton::setOpacity(qreal value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 368-375 |
| | 4 | 2 |
QLineEditPrivate::_q_clearButtonClicked| Name: | QLineEditPrivate::_q_clearButtonClicked | | Prototype: | void QLineEditPrivate::_q_clearButtonClicked() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 415-422 |
| | 4 | 2 |
QLineEditPrivate::adjustedControlRect| Name: | QLineEditPrivate::adjustedControlRect | | Prototype: | QRect QLineEditPrivate::adjustedControlRect(const QRect &rect) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 64-70 |
| | 4 | 1 |
QLineEditPrivate::clearButtonIcon| Name: | QLineEditPrivate::clearButtonIcon | | Prototype: | QIcon QLineEditPrivate::clearButtonIcon() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 435-441 |
| | 4 | 1 |
QLineEditPrivate::setClearButtonEnabled| Name: | QLineEditPrivate::setClearButtonEnabled | | Prototype: | void QLineEditPrivate::setClearButtonEnabled(bool enabled) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 443-451 |
| | 4 | 3 |
QListData::erase| Name: | QListData::erase | | Prototype: | void **QListData::erase(void **xi) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 326-332 |
| | 4 | 1 |
QListModel::setData| Name: | QListModel::setData | | Prototype: | bool QListModel::setData(const QModelIndex &index, const QVariant &value, int role) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 225-231 |
| | 4 | 2 |
QListView::isIndexHidden| Name: | QListView::isIndexHidden | | Prototype: | bool QListView::isIndexHidden(const QModelIndex &index) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1517-1523 |
| | 4 | 1 |
QListView::reset| Name: | QListView::reset | | Prototype: | void QListView::reset() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 678-684 |
| | 4 | 1 |
QListView::rowsInserted| Name: | QListView::rowsInserted | | Prototype: | void QListView::rowsInserted(const QModelIndex &parent, int start, int end) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 745-752 |
| | 4 | 1 |
QListView::setFlow| Name: | QListView::setFlow | | Prototype: | void QListView::setFlow(Flow flow) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 270-276 |
| | 4 | 1 |
QListView::setGridSize| Name: | QListView::setGridSize | | Prototype: | void QListView::setGridSize(const QSize &size) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 432-438 |
| | 4 | 1 |
QListView::setSpacing| Name: | QListView::setSpacing | | Prototype: | void QListView::setSpacing(int space) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 377-383 |
| | 4 | 1 |
QListView::setWrapping| Name: | QListView::setWrapping | | Prototype: | void QListView::setWrapping(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 299-305 |
| | 4 | 1 |
QListViewPrivate::removeCurrentAndDisabled| Name: | QListViewPrivate::removeCurrentAndDisabled | | Prototype: | void QListViewPrivate::removeCurrentAndDisabled(QVector<QModelIndex> *indexes, const QModelIndex ¤t) const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1846-1854 |
| | 4 | 2 |
QListWidget::item| Name: | QListWidget::item | | Prototype: | QListWidgetItem *QListWidget::item(int row) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1385-1391 |
| | 4 | 2 |
QListWidget::itemFromIndex| Name: | QListWidget::itemFromIndex | | Prototype: | QListWidgetItem *QListWidget::itemFromIndex(const QModelIndex &index) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1951-1957 |
| | 4 | 2 |
QListWidget::items| Name: | QListWidget::items | | Prototype: | QList<QListWidgetItem*> QListWidget::items(const QMimeData *data) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1929-1935 |
| | 4 | 2 |
QListWidget::takeItem| Name: | QListWidget::takeItem | | Prototype: | QListWidgetItem *QListWidget::takeItem(int row) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1455-1461 |
| | 4 | 2 |
QListWidgetItem::QListWidgetItem| Name: | QListWidgetItem::QListWidgetItem | | Prototype: | QListWidgetItem::QListWidgetItem(const QString &text, QListWidget *view, int type) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 627-638 |
| | 4 | 2 |
QLocalSocket::waitForReadyRead| Name: | QLocalSocket::waitForReadyRead | | Prototype: | bool QLocalSocket::waitForReadyRead(int msecs) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | | Lines: | 549-555 |
| | 4 | 2 |
QLocale::setDefault| Name: | QLocale::setDefault | | Prototype: | void QLocale::setDefault(const QLocale &locale) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1017-1026 |
| | 4 | 2 |
QLocale::textDirection| Name: | QLocale::textDirection | | Prototype: | Qt::LayoutDirection QLocale::textDirection() const | | Coverage: | 9.375% (3/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 2389-2425 |
| | 4 | 30 |
QLocale::toString| Name: | QLocale::toString | | Prototype: | QString QLocale::toString(qlonglong i) const | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1510-1517 |
| | 4 | 1 |
QLocale::toString| Name: | QLocale::toString | | Prototype: | QString QLocale::toString(qulonglong i) const | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1525-1532 |
| | 4 | 1 |
QLocalePrivate::scriptToCode| Name: | QLocalePrivate::scriptToCode | | Prototype: | QString QLocalePrivate::scriptToCode(QLocale::Script script) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 190-196 |
| | 4 | 2 |
QLoggingRegistry::registerCategory| Name: | QLoggingRegistry::registerCategory | | Prototype: | void QLoggingRegistry::registerCategory(QLoggingCategory *cat, QtMsgType enableForLevel) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | | Lines: | 320-328 |
| | 4 | 2 |
QMainWindow::addToolBar| Name: | QMainWindow::addToolBar | | Prototype: | QToolBar *QMainWindow::addToolBar(const QString &title) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | | Lines: | 826-832 |
| | 4 | 1 |
QMainWindow::setAnimated| Name: | QMainWindow::setAnimated | | Prototype: | void QMainWindow::setAnimated(bool enabled) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | | Lines: | 922-930 |
| | 4 | 1 |
QMainWindow::setDockNestingEnabled| Name: | QMainWindow::setDockNestingEnabled | | Prototype: | void QMainWindow::setDockNestingEnabled(bool enabled) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | | Lines: | 958-966 |
| | 4 | 1 |
QMainWindowLayout::dockWidgetArea| Name: | QMainWindowLayout::dockWidgetArea | | Prototype: | Qt::DockWidgetArea QMainWindowLayout::dockWidgetArea(QWidget *widget) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1525-1531 |
| | 4 | 2 |
QMainWindowLayout::insertToolBarBreak| Name: | QMainWindowLayout::insertToolBarBreak | | Prototype: | void QMainWindowLayout::insertToolBarBreak(QToolBar *before) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1098-1104 |
| | 4 | 2 |
QMainWindowLayout::moveToolBar| Name: | QMainWindowLayout::moveToolBar | | Prototype: | void QMainWindowLayout::moveToolBar(QToolBar *toolbar, int pos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1114-1120 |
| | 4 | 2 |
QMainWindowLayout::removeToolBarBreak| Name: | QMainWindowLayout::removeToolBarBreak | | Prototype: | void QMainWindowLayout::removeToolBarBreak(QToolBar *before) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1106-1112 |
| | 4 | 2 |
QMainWindowLayout::setTabShape| Name: | QMainWindowLayout::setTabShape | | Prototype: | void QMainWindowLayout::setTabShape(QTabWidget::TabShape tabShape) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1430-1438 |
| | 4 | 2 |
QMainWindowLayout::setVerticalTabsEnabled| Name: | QMainWindowLayout::setVerticalTabsEnabled | | Prototype: | void QMainWindowLayout::setVerticalTabsEnabled(bool enabled) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1410-1422 |
| | 4 | 2 |
QMainWindowLayout::splitDockWidget| Name: | QMainWindowLayout::splitDockWidget | | Prototype: | void QMainWindowLayout::splitDockWidget(QDockWidget *after, QDockWidget *dockwidget, Qt::Orientation orientation) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1515-1523 |
| | 4 | 1 |
QMainWindowLayout::tabifyDockWidget| Name: | QMainWindowLayout::tabifyDockWidget | | Prototype: | void QMainWindowLayout::tabifyDockWidget(QDockWidget *first, QDockWidget *second) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1371-1377 |
| | 4 | 1 |
QMainWindowLayoutState::minimumSize| Name: | QMainWindowLayoutState::minimumSize | | Prototype: | QSize QMainWindowLayoutState::minimumSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 445-461 |
| | 4 | 1 |
QMainWindowLayoutState::sizeHint| Name: | QMainWindowLayoutState::sizeHint | | Prototype: | QSize QMainWindowLayoutState::sizeHint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 426-443 |
| | 4 | 1 |
QMatrix4x4::QMatrix4x4| Name: | QMatrix4x4::QMatrix4x4 | | Prototype: | QMatrix4x4::QMatrix4x4(const float *values) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 104-110 |
| | 4 | 3 |
QMatrix::map| Name: | QMatrix::map | | Prototype: | QPoint QMatrix::map(const QPoint &p) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 506-512 |
| | 4 | 1 |
QMdiArea::cascadeSubWindows| Name: | QMdiArea::cascadeSubWindows | | Prototype: | void QMdiArea::cascadeSubWindows() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2481-2487 |
| | 4 | 2 |
QMdiArea::tileSubWindows| Name: | QMdiArea::tileSubWindows | | Prototype: | void QMdiArea::tileSubWindows() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2468-2474 |
| | 4 | 2 |
QMdiAreaPrivate::activateCurrentWindow| Name: | QMdiAreaPrivate::activateCurrentWindow | | Prototype: | void QMdiAreaPrivate::activateCurrentWindow() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1020-1027 |
| | 4 | 2 |
QMdiSubWindow::childEvent| Name: | QMdiSubWindow::childEvent | | Prototype: | void QMdiSubWindow::childEvent(QChildEvent *childEvent) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 3473-3481 |
| | 4 | 3 |
QMdiSubWindow::leaveEvent| Name: | QMdiSubWindow::leaveEvent | | Prototype: | void QMdiSubWindow::leaveEvent(QEvent * ) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 3055-3062 |
| | 4 | 2 |
QMdiSubWindow::setOption| Name: | QMdiSubWindow::setOption | | Prototype: | void QMdiSubWindow::setOption(SubWindowOption option, bool on) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 2414-2423 |
| | 4 | 2 |