| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QKeySequenceEdit::QKeySequenceEdit| Name: | QKeySequenceEdit::QKeySequenceEdit | | Prototype: | QKeySequenceEdit::QKeySequenceEdit(const QKeySequence &keySequence, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qkeysequenceedit.cpp | | Lines: | 145-151 |
| | 3 | 1 |
QLCDNumber::QLCDNumber| Name: | QLCDNumber::QLCDNumber | | Prototype: | QLCDNumber::QLCDNumber(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | | Lines: | 334-340 |
| | 3 | 1 |
QLCDNumber::QLCDNumber| Name: | QLCDNumber::QLCDNumber | | Prototype: | QLCDNumber::QLCDNumber(uint numDigits, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | | Lines: | 354-360 |
| | 3 | 1 |
QLCDNumber::setMode| Name: | QLCDNumber::setMode | | Prototype: | void QLCDNumber::setMode(Mode m) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | | Lines: | 512-517 |
| | 3 | 1 |
QLCDNumber::setSmallDecimalPoint| Name: | QLCDNumber::setSmallDecimalPoint | | Prototype: | void QLCDNumber::setSmallDecimalPoint(bool b) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | | Lines: | 684-689 |
| | 3 | 1 |
QLabel::QLabel| Name: | QLabel::QLabel | | Prototype: | QLabel::QLabel(const QString &text, QWidget *parent, Qt::WindowFlags f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 229-235 |
| | 3 | 1 |
QLabel::clear| Name: | QLabel::clear | | Prototype: | void QLabel::clear() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 344-349 |
| | 3 | 1 |
QLabel::setIndent| Name: | QLabel::setIndent | | Prototype: | void QLabel::setIndent(int indent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 515-520 |
| | 3 | 1 |
QLabel::setNum| Name: | QLabel::setNum | | Prototype: | void QLabel::setNum(int num) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 411-416 |
| | 3 | 1 |
QLabel::setNum| Name: | QLabel::setNum | | Prototype: | void QLabel::setNum(double num) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 431-436 |
| | 3 | 1 |
QLatin15Codec::aliases| Name: | QLatin15Codec::aliases | | Prototype: | QList<QByteArray> QLatin15Codec::aliases() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | | Lines: | 222-227 |
| | 3 | 1 |
QLatin1Codec::convertToUnicode| Name: | QLatin1Codec::convertToUnicode | | Prototype: | QString QLatin1Codec::convertToUnicode(const char *chars, int len, ConverterState *) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | | Lines: | 45-51 |
| | 3 | 2 |
QLayout::QLayout| Name: | QLayout::QLayout | | Prototype: | QLayout::QLayout(QWidget *parent) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 103-109 |
| | 3 | 2 |
QLayout::adoptLayout| Name: | QLayout::adoptLayout | | Prototype: | bool QLayout::adoptLayout(QLayout *layout) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 794-799 |
| | 3 | 1 |
QLayout::contentsMargins| Name: | QLayout::contentsMargins | | Prototype: | QMargins QLayout::contentsMargins() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 433-438 |
| | 3 | 1 |
QLayout::invalidate| Name: | QLayout::invalidate | | Prototype: | void QLayout::invalidate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 536-541 |
| | 3 | 1 |
QLibrary::fileName| Name: | QLibrary::fileName | | Prototype: | QString QLibrary::fileName() const | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 926-931 |
| | 3 | 2 |
QLibrary::resolve| Name: | QLibrary::resolve | | Prototype: | QFunctionPointer QLibrary::resolve(const char *symbol) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 995-1000 |
| | 3 | 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 |
QLineEdit::addAction| Name: | QLineEdit::addAction | | Prototype: | void QLineEdit::addAction(QAction *action, ActionPosition position) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 444-449 |
| | 3 | 1 |
QLineEdit::addAction| Name: | QLineEdit::addAction | | Prototype: | QAction *QLineEdit::addAction(const QIcon &icon, ActionPosition position) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 459-464 |
| | 3 | 1 |
QLineEdit::clear| Name: | QLineEdit::clear | | Prototype: | void QLineEdit::clear() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 1276-1281 |
| | 3 | 1 |
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::redo| Name: | QLineEdit::redo | | Prototype: | void QLineEdit::redo() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 1298-1303 |
| | 3 | 1 |
QLineEdit::setAlignment| Name: | QLineEdit::setAlignment | | Prototype: | void QLineEdit::setAlignment(Qt::Alignment alignment) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 772-777 |
| | 3 | 1 |
QLineEdit::undo| Name: | QLineEdit::undo | | Prototype: | void QLineEdit::undo() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 1288-1293 |
| | 3 | 1 |
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_cursorPositionChanged| Name: | QLineEditPrivate::_q_cursorPositionChanged | | Prototype: | void QLineEditPrivate::_q_cursorPositionChanged(int from, int to) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 125-130 |
| | 3 | 1 |
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::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 |
QLineEditPrivate::updatePasswordEchoEditing| Name: | QLineEditPrivate::updatePasswordEchoEditing | | Prototype: | void QLineEditPrivate::updatePasswordEchoEditing(bool editing) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 251-256 |
| | 3 | 1 |
QLineEditPrivate::xToPos| Name: | QLineEditPrivate::xToPos | | Prototype: | int QLineEditPrivate::xToPos(int x, QTextLine::CursorPosition betweenOrOn) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 66-71 |
| | 3 | 1 |
QLineF::length| Name: | QLineF::length | | Prototype: | qreal QLineF::length() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | | Lines: | 546-551 |
| | 3 | 1 |
QLinearGradient::setFinalStop| Name: | QLinearGradient::setFinalStop | | Prototype: | void QLinearGradient::setFinalStop(const QPointF &stop) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1755-1760 |
| | 3 | 1 |
QLinearGradient::setStart| Name: | QLinearGradient::setStart | | Prototype: | void QLinearGradient::setStart(const QPointF &start) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1714-1719 |
| | 3 | 1 |
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::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 |
QListView::scrollContentsBy| Name: | QListView::scrollContentsBy | | Prototype: | void QListView::scrollContentsBy(int dx, int dy) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 695-700 |
| | 3 | 1 |
QListView::setResizeMode| Name: | QListView::setResizeMode | | Prototype: | void QListView::setResizeMode(ResizeMode mode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 316-321 |
| | 3 | 1 |
QListView::setSelectionRectVisible| Name: | QListView::setSelectionRectVisible | | Prototype: | void QListView::setSelectionRectVisible(bool show) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1613-1618 |
| | 3 | 1 |
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::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 |
QListWidget::clear| Name: | QListWidget::clear | | Prototype: | void QListWidget::clear() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1769-1774 |
| | 3 | 1 |
QListWidget::closePersistentEditor| Name: | QListWidget::closePersistentEditor | | Prototype: | void QListWidget::closePersistentEditor(QListWidgetItem *item) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1614-1619 |
| | 3 | 1 |
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::isItemSelected| Name: | QListWidget::isItemSelected | | Prototype: | bool QListWidget::isItemSelected(const QListWidgetItem *item) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1661-1666 |
| | 3 | 1 |
QListWidget::itemWidget| Name: | QListWidget::itemWidget | | Prototype: | QWidget *QListWidget::itemWidget(QListWidgetItem *item) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1628-1633 |
| | 3 | 1 |
QListWidget::openPersistentEditor| Name: | QListWidget::openPersistentEditor | | Prototype: | void QListWidget::openPersistentEditor(QListWidgetItem *item) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1602-1607 |
| | 3 | 1 |
QListWidget::scrollToItem| Name: | QListWidget::scrollToItem | | Prototype: | void QListWidget::scrollToItem(const QListWidgetItem *item, QAbstractItemView::ScrollHint hint) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1757-1762 |
| | 3 | 1 |
QListWidget::setItemWidget| Name: | QListWidget::setItemWidget | | Prototype: | void QListWidget::setItemWidget(QListWidgetItem *item, QWidget *widget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1647-1652 |
| | 3 | 1 |
QListWidget::sortItems| Name: | QListWidget::sortItems | | Prototype: | void QListWidget::sortItems(Qt::SortOrder order) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1548-1553 |
| | 3 | 1 |
QListWidget::visualItemRect| Name: | QListWidget::visualItemRect | | Prototype: | QRect QListWidget::visualItemRect(const QListWidgetItem *item) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1538-1543 |
| | 3 | 1 |
QListWidgetItem::operator=| Name: | QListWidgetItem::operator= | | Prototype: | QListWidgetItem &QListWidgetItem::operator=(const QListWidgetItem &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 783-788 |
| | 3 | 1 |
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 |
QLocalSocket::~QLocalSocket| Name: | QLocalSocket::~QLocalSocket | | Prototype: | QLocalSocket::~QLocalSocket() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp | | Lines: | 351-358 |
| | 3 | 1 |
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 |
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 |
QLoggingSettingsParser::setContent| Name: | QLoggingSettingsParser::setContent | | Prototype: | void QLoggingSettingsParser::setContent(const QString &content) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | | Lines: | 181-186 |
| | 3 | 1 |
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::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::tabPosition| Name: | QMainWindow::tabPosition | | Prototype: | QTabWidget::TabPosition QMainWindow::tabPosition(Qt::DockWidgetArea area) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | | Lines: | 1059-1064 |
| | 3 | 2 |
QMainWindowLayout::createTabbedDockWindow| Name: | QMainWindowLayout::createTabbedDockWindow | | Prototype: | QDockWidgetGroupWindow *QMainWindowLayout::createTabbedDockWindow() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 2497-2502 |
| | 3 | 1 |
QMainWindowLayout::~QMainWindowLayout| Name: | QMainWindowLayout::~QMainWindowLayout | | Prototype: | QMainWindowLayout::~QMainWindowLayout() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 2212-2222 |
| | 3 | 1 |
QMainWindowLayoutState::clear| Name: | QMainWindowLayoutState::clear | | Prototype: | void QMainWindowLayoutState::clear() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 718-731 |
| | 3 | 1 |
QMapDataBase::recalcMostLeftNode| Name: | QMapDataBase::recalcMostLeftNode | | Prototype: | void QMapDataBase::recalcMostLeftNode() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | | Lines: | 291-296 |
| | 3 | 2 |
QMatrix4x4::copyDataTo| Name: | QMatrix4x4::copyDataTo | | Prototype: | void QMatrix4x4::copyDataTo(float *values) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 1649-1654 |
| | 3 | 3 |
QMatrix4x4::toAffine| Name: | QMatrix4x4::toAffine | | Prototype: | QMatrix QMatrix4x4::toAffine() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 1663-1668 |
| | 3 | 1 |
QMatrix4x4::toTransform| Name: | QMatrix4x4::toTransform | | Prototype: | QTransform QMatrix4x4::toTransform() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 1681-1686 |
| | 3 | 1 |
QMatrix::map| Name: | QMatrix::map | | Prototype: | QPointF QMatrix::map(const QPointF &point) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 523-528 |
| | 3 | 1 |
QMatrix::translate| Name: | QMatrix::translate | | Prototype: | QMatrix &QMatrix::translate(qreal dx, qreal dy) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 827-832 |
| | 3 | 1 |
QMdi::ControllerWidget::getSubControl| Name: | QMdi::ControllerWidget::getSubControl | | Prototype: | inline QStyle::SubControl getSubControl(const QPoint &pos) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 519-524 |
| | 3 | 1 |
QMdi::ControllerWidget::hasVisibleControls| Name: | QMdi::ControllerWidget::hasVisibleControls | | Prototype: | inline bool hasVisibleControls() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 493-498 |
| | 3 | 1 |
QMdiArea::closeActiveSubWindow| Name: | QMdiArea::closeActiveSubWindow | | Prototype: | void QMdiArea::closeActiveSubWindow() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1852-1857 |
| | 3 | 2 |
QMdiArea::setActivationOrder| Name: | QMdiArea::setActivationOrder | | Prototype: | void QMdiArea::setActivationOrder(WindowOrder order) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2086-2091 |
| | 3 | 2 |
QMdiAreaPrivate::_q_closeTab| Name: | QMdiAreaPrivate::_q_closeTab | | Prototype: | void QMdiAreaPrivate::_q_closeTab(int index) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 801-810 |
| | 3 | 1 |
QMdiAreaPrivate::arrangeMinimizedSubWindows| Name: | QMdiAreaPrivate::arrangeMinimizedSubWindows | | Prototype: | void QMdiAreaPrivate::arrangeMinimizedSubWindows() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 981-986 |
| | 3 | 2 |
QMdiSubWindow::~QMdiSubWindow| Name: | QMdiSubWindow::~QMdiSubWindow | | Prototype: | QMdiSubWindow::~QMdiSubWindow() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 2282-2289 |
| | 3 | 1 |
QMdiSubWindowPrivate::addToSystemMenu| Name: | QMdiSubWindowPrivate::addToSystemMenu | | Prototype: | void QMdiSubWindowPrivate::addToSystemMenu(WindowStateAction action, const QString &text, const char *slot) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 2147-2153 |
| | 3 | 2 |
QMdiSubWindowPrivate::setSizeGripVisible| Name: | QMdiSubWindowPrivate::setSizeGripVisible | | Prototype: | void QMdiSubWindowPrivate::setSizeGripVisible(bool visible) const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 2204-2210 |
| | 3 | 2 |
QMdiSubWindowPrivate::storeFocusWidget| Name: | QMdiSubWindowPrivate::storeFocusWidget | | Prototype: | inline void QMdiSubWindowPrivate::storeFocusWidget() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 1317-1323 |
| | 3 | 3 |
QMenu::QMenu| Name: | QMenu::QMenu | | Prototype: | QMenu::QMenu(const QString &title, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | | Lines: | 1478-1484 |
| | 3 | 1 |
QMenu::actionAt| Name: | QMenu::actionAt | | Prototype: | QAction *QMenu::actionAt(const QPoint &pt) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | | Lines: | 2042-2047 |
| | 3 | 2 |
QMenu::addAction| Name: | QMenu::addAction | | Prototype: | QAction *QMenu::addAction(const QString &text) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | | Lines: | 1528-1533 |
| | 3 | 1 |
QMenu::addAction| Name: | QMenu::addAction | | Prototype: | QAction *QMenu::addAction(const QIcon &icon, const QString &text) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | | Lines: | 1546-1551 |
| | 3 | 1 |
QMenu::addMenu| Name: | QMenu::addMenu | | Prototype: | QAction *QMenu::addMenu(QMenu *menu) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | | Lines: | 1707-1712 |
| | 3 | 1 |
QMenu::addMenu| Name: | QMenu::addMenu | | Prototype: | QMenu *QMenu::addMenu(const QString &title) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | | Lines: | 1720-1725 |
| | 3 | 1 |
QMenu::exec| Name: | QMenu::exec | | Prototype: | QAction *QMenu::exec(QList<QAction*> actions, const QPoint &pos, QAction *at, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | | Lines: | 2440-2446 |
| | 3 | 1 |