| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
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: | 801-808 |
| | 4 | 2 |
QLibrary::~QLibrary| Name: | QLibrary::~QLibrary | | Prototype: | QLibrary::~QLibrary() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 886-890 |
| | 2 | 2 |
QLibraryInfo::platformPluginArguments| Name: | QLibraryInfo::platformPluginArguments | | Prototype: | QStringList QLibraryInfo::platformPluginArguments(const QString &platformName) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 595-608 |
| | 8 | 2 |
QLibraryPrivate::QLibraryPrivate| Name: | QLibraryPrivate::QLibraryPrivate | | Prototype: | QLibraryPrivate::QLibraryPrivate(const QString &canonicalFileName, const QString &version, QLibrary::LoadHints loadHints) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 481-488 |
| | 3 | 2 |
QLibraryPrivate::isPlugin| Name: | QLibraryPrivate::isPlugin | | Prototype: | bool QLibraryPrivate::isPlugin() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 685-691 |
| | 3 | 2 |
QLibraryPrivate::mergeLoadHints| Name: | QLibraryPrivate::mergeLoadHints | | Prototype: | void QLibraryPrivate::mergeLoadHints(QLibrary::LoadHints lh) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 500-507 |
| | 3 | 2 |
QLibraryPrivate::resolve| Name: | QLibraryPrivate::resolve | | Prototype: | QFunctionPointer QLibraryPrivate::resolve(const char *symbol) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 509-514 |
| | 3 | 2 |
QLibraryPrivate::resolve_sys| Name: | QLibraryPrivate::resolve_sys | | Prototype: | QFunctionPointer QLibraryPrivate::resolve_sys(const char* symbol) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary_unix.cpp | | Lines: | 303-328 |
| | 6 | 2 |
QLibraryPrivate::suffixes_sys| Name: | QLibraryPrivate::suffixes_sys | | Prototype: | QStringList QLibraryPrivate::suffixes_sys(const QString& fullVersion) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary_unix.cpp | | Lines: | 75-122 |
| | 5 | 2 |
QLibraryPrivate::unload_sys| Name: | QLibraryPrivate::unload_sys | | Prototype: | bool QLibraryPrivate::unload_sys() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary_unix.cpp | | Lines: | 265-287 |
| | 5 | 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: | 426-434 |
| | 4 | 2 |
QLineEdit::contextMenuEvent| Name: | QLineEdit::contextMenuEvent | | Prototype: | void QLineEdit::contextMenuEvent(QContextMenuEvent *event) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 2070-2076 |
| | 3 | 2 |
QLineEdit::cut| Name: | QLineEdit::cut | | Prototype: | void QLineEdit::cut() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 1356-1362 |
| | 3 | 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: | 2006-2013 |
| | 4 | 2 |
QLineEdit::dragMoveEvent| Name: | QLineEdit::dragMoveEvent | | Prototype: | void QLineEdit::dragMoveEvent(QDragMoveEvent *e) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 1988-1997 |
| | 6 | 2 |
QLineEdit::setReadOnly| Name: | QLineEdit::setReadOnly | | Prototype: | void QLineEdit::setReadOnly(bool enable) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 1327-1342 |
| | 10 | 2 |
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: | 362-369 |
| | 4 | 2 |
QLineEditIconButton::startOpacityAnimation| Name: | QLineEditIconButton::startOpacityAnimation | | Prototype: | void QLineEditIconButton::startOpacityAnimation(qreal endValue) | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 372-378 |
| | 3 | 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: | 409-416 |
| | 4 | 2 |
QLineEditPrivate::_q_completionHighlighted| Name: | QLineEditPrivate::_q_completionHighlighted | | Prototype: | void QLineEditPrivate::_q_completionHighlighted(const QString &newText) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 86-103 |
| | 9 | 2 |
QLineEditPrivate::_q_handleWindowActivate| Name: | QLineEditPrivate::_q_handleWindowActivate | | Prototype: | void QLineEditPrivate::_q_handleWindowActivate() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 107-112 |
| | 3 | 2 |
QLineEditPrivate::_q_selectionChanged| Name: | QLineEditPrivate::_q_selectionChanged | | Prototype: | void QLineEditPrivate::_q_selectionChanged() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 140-158 |
| | 12 | 2 |
QLineEditPrivate::_q_textEdited| Name: | QLineEditPrivate::_q_textEdited | | Prototype: | void QLineEditPrivate::_q_textEdited(const QString &text) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 114-123 |
| | 5 | 2 |
QLineEditPrivate::drag| Name: | QLineEditPrivate::drag | | Prototype: | void QLineEditPrivate::drag() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 295-306 |
| | 9 | 2 |
QLineEditPrivate::resetInputMethod| Name: | QLineEditPrivate::resetInputMethod | | Prototype: | void QLineEditPrivate::resetInputMethod() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 258-264 |
| | 3 | 2 |
QLineF::angle| Name: | QLineF::angle | | Prototype: | qreal QLineF::angle() const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | | Lines: | 564-577 |
| | 7 | 2 |
QLineF::unitVector| Name: | QLineF::unitVector | | Prototype: | QLineF QLineF::unitVector() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | | Lines: | 625-639 |
| | 7 | 2 |
QListData::realloc_grow| Name: | QListData::realloc_grow | | Prototype: | void QListData::realloc_grow(int growth) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 152-161 |
| | 6 | 2 |
QListData::remove| Name: | QListData::remove | | Prototype: | void QListData::remove(int i, int n) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 273-287 |
| | 10 | 2 |
QListModeViewBase::doBatchedItemLayout| Name: | QListModeViewBase::doBatchedItemLayout | | Prototype: | bool QListModeViewBase::doBatchedItemLayout(const QListViewLayoutInfo &info, int max) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 2324-2334 |
| | 7 | 2 |
QListModel::data| Name: | QListModel::data | | Prototype: | QVariant QListModel::data(const QModelIndex &index, int role) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 212-217 |
| | 3 | 2 |
QListModel::flags| Name: | QListModel::flags | | Prototype: | Qt::ItemFlags QListModel::flags(const QModelIndex &index) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 277-282 |
| | 3 | 2 |
QListModel::index| Name: | QListModel::index | | Prototype: | QModelIndex QListModel::index(int row, int column, const QModelIndex &parent) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 205-210 |
| | 3 | 2 |
QListModel::mimeData| Name: | QListModel::mimeData | | Prototype: | QMimeData *QListModel::mimeData(const QModelIndexList &indexes) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 426-439 |
| | 10 | 2 |
QListModel::remove| Name: | QListModel::remove | | Prototype: | void QListModel::remove(QListWidgetItem *item) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 89-100 |
| | 9 | 2 |
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: | 219-225 |
| | 4 | 2 |
QListModel::sortedInsertionIterator| Name: | QListModel::sortedInsertionIterator | | Prototype: | QList<QListWidgetItem*>::iterator QListModel::sortedInsertionIterator( const QList<QListWidgetItem*>::iterator &begin, const QList<QListWidgetItem*>::iterator &end, Qt::SortOrder order, QListWidgetItem *item) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 399-407 |
| | 3 | 2 |
QListModel::take| Name: | QListModel::take | | Prototype: | QListWidgetItem *QListModel::take(int row) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 154-165 |
| | 8 | 2 |
QListView::dragLeaveEvent| Name: | QListView::dragLeaveEvent | | Prototype: | void QListView::dragLeaveEvent(QDragLeaveEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 895-899 |
| | 2 | 2 |
QListView::dropEvent| Name: | QListView::dropEvent | | Prototype: | void QListView::dropEvent(QDropEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 904-908 |
| | 2 | 2 |
QListView::indexAt| Name: | QListView::indexAt | | Prototype: | QModelIndex QListView::indexAt(const QPoint &p) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1069-1079 |
| | 8 | 2 |
QListView::mouseReleaseEvent| Name: | QListView::mouseReleaseEvent | | Prototype: | void QListView::mouseReleaseEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 790-799 |
| | 5 | 2 |
QListView::setBatchSize| Name: | QListView::setBatchSize | | Prototype: | void QListView::setBatchSize(int batchSize) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 392-400 |
| | 5 | 2 |
QListView::setModelColumn| Name: | QListView::setModelColumn | | Prototype: | void QListView::setModelColumn(int column) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1531-1538 |
| | 5 | 2 |
QListView::setPositionForIndex| Name: | QListView::setPositionForIndex | | Prototype: | void QListView::setPositionForIndex(const QPoint &position, const QModelIndex &index) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1235-1246 |
| | 8 | 2 |
QListView::setWordWrap| Name: | QListView::setWordWrap | | Prototype: | void QListView::setWordWrap(bool on) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1583-1590 |
| | 5 | 2 |
QListView::startDrag| Name: | QListView::startDrag | | Prototype: | void QListView::startDrag(Qt::DropActions supportedActions) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 913-917 |
| | 2 | 2 |
QListViewPrivate::dropOn| Name: | QListViewPrivate::dropOn | | Prototype: | bool QListViewPrivate::dropOn(QDropEvent *event, int *dropRow, int *dropCol, QModelIndex *dropIndex) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1836-1842 |
| | 3 | 2 |
QListViewPrivate::indexToListViewItem| Name: | QListViewPrivate::indexToListViewItem | | Prototype: | QListViewItem QListViewPrivate::indexToListViewItem(const QModelIndex &index) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1727-1733 |
| | 3 | 2 |
QListViewPrivate::mapToViewport| Name: | QListViewPrivate::mapToViewport | | Prototype: | QRect QListViewPrivate::mapToViewport(const QRect &rect, bool extend) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1735-1745 |
| | 7 | 2 |
QListViewPrivate::position| Name: | QListViewPrivate::position | | Prototype: | QAbstractItemView::DropIndicatorPosition QListViewPrivate::position(const QPoint &pos, const QRect &rect, const QModelIndex &idx) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1828-1834 |
| | 3 | 2 |
QListViewPrivate::prepareItemsLayout| Name: | QListViewPrivate::prepareItemsLayout | | Prototype: | void QListViewPrivate::prepareItemsLayout() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1668-1694 |
| | 15 | 2 |
QListWidget::dropMimeData| Name: | QListWidget::dropMimeData | | Prototype: | bool QListWidget::dropMimeData(int index, const QMimeData *data, Qt::DropAction action) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1828-1840 |
| | 8 | 2 |
QListWidget::findItems| Name: | QListWidget::findItems | | Prototype: | QList<QListWidgetItem*> QListWidget::findItems(const QString &text, Qt::MatchFlags flags) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1714-1725 |
| | 9 | 2 |
QListWidget::insertItem| Name: | QListWidget::insertItem | | Prototype: | void QListWidget::insertItem(int row, QListWidgetItem *item) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1385-1390 |
| | 3 | 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: | 1358-1364 |
| | 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: | 1924-1930 |
| | 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: | 1902-1908 |
| | 4 | 2 |
QListWidget::selectedItems| Name: | QListWidget::selectedItems | | Prototype: | QList<QListWidgetItem*> QListWidget::selectedItems() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1697-1707 |
| | 8 | 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: | 1428-1434 |
| | 4 | 2 |
QListWidgetItem::QListWidgetItem| Name: | QListWidgetItem::QListWidgetItem | | Prototype: | QListWidgetItem::QListWidgetItem(QListWidget *view, int type) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 594-603 |
| | 2 | 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: | 621-632 |
| | 4 | 2 |
QListWidgetItem::QListWidgetItem| Name: | QListWidgetItem::QListWidgetItem | | Prototype: | QListWidgetItem::QListWidgetItem(const QIcon &icon,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: | 651-664 |
| | 5 | 2 |
QListWidgetItem::setFlags| Name: | QListWidgetItem::setFlags | | Prototype: | void QListWidgetItem::setFlags(Qt::ItemFlags aflags) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 948-952 |
| | 3 | 2 |
QListWidgetItem::~QListWidgetItem| Name: | QListWidgetItem::~QListWidgetItem | | Prototype: | QListWidgetItem::~QListWidgetItem() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 669-674 |
| | 3 | 2 |
QListWidgetPrivate::_q_dataChanged| Name: | QListWidgetPrivate::_q_dataChanged | | Prototype: | void QListWidgetPrivate::_q_dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1135-1141 |
| | 3 | 2 |
QListWidgetPrivate::_q_emitCurrentItemChanged| Name: | QListWidgetPrivate::_q_emitCurrentItemChanged | | Prototype: | void QListWidgetPrivate::_q_emitCurrentItemChanged(const QModelIndex ¤t, const QModelIndex &previous) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1111-1127 |
| | 8 | 2 |
QListWidgetPrivate::_q_sort| Name: | QListWidgetPrivate::_q_sort | | Prototype: | void QListWidgetPrivate::_q_sort() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1129-1133 |
| | 2 | 2 |
QLocalServer::close| Name: | QLocalServer::close | | Prototype: | void QLocalServer::close() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 185-197 |
| | 10 | 2 |
QLocalServer::~QLocalServer| Name: | QLocalServer::~QLocalServer | | Prototype: | QLocalServer::~QLocalServer() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 123-127 |
| | 2 | 2 |
QLocalSocket::close| Name: | QLocalSocket::close | | Prototype: | void QLocalSocket::close() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | | Lines: | 423-436 |
| | 11 | 2 |
QLocalSocket::setServerName| Name: | QLocalSocket::setServerName | | Prototype: | void QLocalSocket::setServerName(const QString & name) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp | | Lines: | 391-399 |
| | 5 | 2 |
QLocalSocket::waitForDisconnected| Name: | QLocalSocket::waitForDisconnected | | Prototype: | bool QLocalSocket::waitForDisconnected(int msecs) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | | Lines: | 544-552 |
| | 5 | 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: | 554-560 |
| | 4 | 2 |
QLocalSocketPrivate::cancelDelayedConnect| Name: | QLocalSocketPrivate::cancelDelayedConnect | | Prototype: | void QLocalSocketPrivate::cancelDelayedConnect() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | | Lines: | 369-379 |
| | 7 | 2 |
QLocale::countryToString| Name: | QLocale::countryToString | | Prototype: | QString QLocale::countryToString(Country country) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1153-1158 |
| | 3 | 2 |
QLocale::languageToString| Name: | QLocale::languageToString | | Prototype: | QString QLocale::languageToString(Language language) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1140-1145 |
| | 3 | 2 |
QLocale::scriptToString| Name: | QLocale::scriptToString | | Prototype: | QString QLocale::scriptToString(QLocale::Script script) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1167-1172 |
| | 3 | 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: | 1005-1014 |
| | 4 | 2 |
QLocale::toDate| Name: | QLocale::toDate | | Prototype: | QDate QLocale::toDate(const QString &string, const QString &format) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1863-1876 |
| | 6 | 2 |
QLocale::toDateTime| Name: | QLocale::toDateTime | | Prototype: | QDateTime QLocale::toDateTime(const QString &string, const QString &format) const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1894-1909 |
| | 7 | 2 |
QLocale::toLower| Name: | QLocale::toLower | | Prototype: | QString QLocale::toLower(const QString &str) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 2461-2471 |
| | 5 | 2 |
QLocale::toTime| Name: | QLocale::toTime | | Prototype: | QTime QLocale::toTime(const QString &string, const QString &format) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1832-1845 |
| | 6 | 2 |
QLocale::toUpper| Name: | QLocale::toUpper | | Prototype: | QString QLocale::toUpper(const QString &str) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 2437-2447 |
| | 5 | 2 |
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: | 187-193 |
| | 4 | 2 |
QLockFile::removeStaleLockFile| Name: | QLockFile::removeStaleLockFile | | Prototype: | bool QLockFile::removeStaleLockFile() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp | | Lines: | 320-328 |
| | 5 | 2 |
QLockFilePrivate::removeStaleLock| Name: | QLockFilePrivate::removeStaleLock | | Prototype: | bool QLockFilePrivate::removeStaleLock() | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile_unix.cpp | | Lines: | 217-226 |
| | 7 | 2 |
QLoggingCategory::~QLoggingCategory| Name: | QLoggingCategory::~QLoggingCategory | | Prototype: | QLoggingCategory::~QLoggingCategory() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp | | Lines: | 248-252 |
| | 2 | 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 |
QLoggingRegistry::updateRules| Name: | QLoggingRegistry::updateRules | | Prototype: | void QLoggingRegistry::updateRules() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | | Lines: | 366-372 |
| | 3 | 2 |
QMainWindow::addDockWidget| Name: | QMainWindow::addDockWidget | | Prototype: | void QMainWindow::addDockWidget(Qt::DockWidgetArea area, QDockWidget *dockwidget, Qt::Orientation orientation) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | | Lines: | 1136-1144 |
| | 3 | 2 |
QMainWindow::addToolBarBreak| Name: | QMainWindow::addToolBarBreak | | Prototype: | void QMainWindow::addToolBarBreak(Qt::ToolBarArea area) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | | Lines: | 735-740 |
| | 3 | 2 |
QMainWindow::menuBar| Name: | QMainWindow::menuBar | | Prototype: | QMenuBar *QMainWindow::menuBar() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | | Lines: | 517-526 |
| | 6 | 2 |
QMainWindow::removeDockWidget| Name: | QMainWindow::removeDockWidget | | Prototype: | void QMainWindow::removeDockWidget(QDockWidget *dockwidget) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | | Lines: | 1224-1230 |
| | 3 | 2 |
QMainWindow::removeToolBar| Name: | QMainWindow::removeToolBar | | Prototype: | void QMainWindow::removeToolBar(QToolBar *toolbar) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | | Lines: | 856-862 |
| | 3 | 2 |
QMainWindow::setAnimated| Name: | QMainWindow::setAnimated | | Prototype: | void QMainWindow::setAnimated(bool enabled) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | | Lines: | 916-927 |
| | 6 | 2 |
QMainWindow::setCentralWidget| Name: | QMainWindow::setCentralWidget | | Prototype: | void QMainWindow::setCentralWidget(QWidget *widget) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | | Lines: | 646-654 |
| | 5 | 2 |
QMainWindow::setDockNestingEnabled| Name: | QMainWindow::setDockNestingEnabled | | Prototype: | void QMainWindow::setDockNestingEnabled(bool enabled) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | | Lines: | 955-966 |
| | 6 | 2 |
QMainWindow::setMenuWidget| Name: | QMainWindow::setMenuWidget | | Prototype: | void QMainWindow::setMenuWidget(QWidget *menuBar) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | | Lines: | 579-587 |
| | 5 | 2 |
QMainWindow::setStatusBar| Name: | QMainWindow::setStatusBar | | Prototype: | void QMainWindow::setStatusBar(QStatusBar *statusbar) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | | Lines: | 618-626 |
| | 5 | 2 |