Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
restoreStateName: | QDockAreaLayoutInfo::restoreState | Prototype: | bool QDockAreaLayoutInfo::restoreState(QDataStream &stream, QList<QDockWidget*> &widgets, bool testing) | Coverage: | 0.000% (0/84) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1859-2002 |
| | 85 | 24 |
insertGapName: | QDockAreaLayoutInfo::insertGap | Prototype: | bool QDockAreaLayoutInfo::insertGap(const QList<int> &path, QLayoutItem *dockWidgetItem) | Coverage: | 0.000% (0/71) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1143-1272 |
| | 70 | 20 |
fitItemsName: | QDockAreaLayoutInfo::fitItems | Prototype: | void QDockAreaLayoutInfo::fitItems() | Coverage: | 0.000% (0/58) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 530-635 |
| | 69 | 15 |
gapIndexName: | QDockAreaLayoutInfo::gapIndex | Prototype: | QList<int> QDockAreaLayoutInfo::gapIndex(const QPoint& _pos, bool nestingEnabled, TabMode tabMode) const | Coverage: | 0.000% (0/50) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 739-828 |
| | 51 | 17 |
saveStateName: | QDockAreaLayoutInfo::saveState | Prototype: | void QDockAreaLayoutInfo::saveState(QDataStream &stream) const | Coverage: | 0.000% (0/44) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1775-1845 |
| | 48 | 15 |
updateTabBarName: | QDockAreaLayoutInfo::updateTabBar | Prototype: | bool QDockAreaLayoutInfo::updateTabBar() const | Coverage: | 0.000% (0/46) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 2089-2163 |
| | 45 | 14 |
applyName: | QDockAreaLayoutInfo::apply | Prototype: | void QDockAreaLayoutInfo::apply(bool animate) | Coverage: | 0.000% (0/54) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1491-1565 |
| | 43 | 20 |
sizeHintName: | QDockAreaLayoutInfo::sizeHint | Prototype: | QSize QDockAreaLayoutInfo::sizeHint() const | Coverage: | 0.000% (0/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 389-459 |
| | 39 | 16 |
maximumSizeName: | QDockAreaLayoutInfo::maximumSize | Prototype: | QSize QDockAreaLayoutInfo::maximumSize() const | Coverage: | 0.000% (0/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 322-387 |
| | 35 | 13 |
updateSeparatorWidgetsName: | QDockAreaLayoutInfo::updateSeparatorWidgets | Prototype: | void QDockAreaLayoutInfo::updateSeparatorWidgets() const | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 2005-2054 |
| | 31 | 9 |
minimumSizeName: | QDockAreaLayoutInfo::minimumSize | Prototype: | QSize QDockAreaLayoutInfo::minimumSize() const | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 263-320 |
| | 30 | 16 |
plugName: | QDockAreaLayoutInfo::plug | Prototype: | QLayoutItem *QDockAreaLayoutInfo::plug(const QList<int> &path) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1012-1059 |
| | 29 | 6 |
separatorMoveName: | QDockAreaLayoutInfo::separatorMove | Prototype: | int QDockAreaLayoutInfo::separatorMove(int index, int delta) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 926-968 |
| | 27 | 6 |
findSeparatorName: | QDockAreaLayoutInfo::findSeparator | Prototype: | QList<int> QDockAreaLayoutInfo::findSeparator(const QPoint &_pos) const | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1384-1425 |
| | 23 | 10 |
paintSeparatorsName: | QDockAreaLayoutInfo::paintSeparators | Prototype: | void QDockAreaLayoutInfo::paintSeparators(QPainter *p, QWidget *widget, const QRegion &clip, const QPoint &mouse) const | Coverage: | 0.000% (0/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1613-1646 |
| | 20 | 10 |
unnestName: | QDockAreaLayoutInfo::unnest | Prototype: | void QDockAreaLayoutInfo::unnest(int index) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 970-994 |
| | 19 | 7 |
unplugName: | QDockAreaLayoutInfo::unplug | Prototype: | QLayoutItem *QDockAreaLayoutInfo::unplug(const QList<int> &path) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1061-1093 |
| | 18 | 5 |
takeAtName: | QDockAreaLayoutInfo::takeAt | Prototype: | QLayoutItem *QDockAreaLayoutInfo::takeAt(int *x, int index) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1737-1760 |
| | 17 | 8 |
reparentWidgetsName: | QDockAreaLayoutInfo::reparentWidgets | Prototype: | void QDockAreaLayoutInfo::reparentWidgets(QWidget *parent) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 2063-2086 |
| | 17 | 9 |
tabContentRectName: | QDockAreaLayoutInfo::tabContentRect | Prototype: | QRect QDockAreaLayoutInfo::tabContentRect() const | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 2234-2266 |
| | 16 | 12 |
separatorRegionName: | QDockAreaLayoutInfo::separatorRegion | Prototype: | QRegion QDockAreaLayoutInfo::separatorRegion() const | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1583-1611 |
| | 16 | 7 |
itemRectName: | QDockAreaLayoutInfo::itemRect | Prototype: | QRect QDockAreaLayoutInfo::itemRect(int index) const | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1310-1336 |
| | 15 | 4 |
indexOfName: | QDockAreaLayoutInfo::indexOf | Prototype: | QList<int> QDockAreaLayoutInfo::indexOf(QWidget *widget) const | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1451-1476 |
| | 15 | 6 |
tabName: | QDockAreaLayoutInfo::tab | Prototype: | void QDockAreaLayoutInfo::tab(int index, QLayoutItem *dockWidgetItem) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1666-1688 |
| | 13 | 2 |
indexOfPlaceHolderName: | QDockAreaLayoutInfo::indexOfPlaceHolder | Prototype: | QList<int> QDockAreaLayoutInfo::indexOfPlaceHolder(const QString &objectName) const | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1427-1449 |
| | 13 | 5 |
infoName: | QDockAreaLayoutInfo::info | Prototype: | QDockAreaLayoutInfo *QDockAreaLayoutInfo::info(QWidget *widget) | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1274-1296 |
| | 12 | 7 |
itemAtName: | QDockAreaLayoutInfo::itemAt | Prototype: | QLayoutItem *QDockAreaLayoutInfo::itemAt(int *x, int index) const | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1720-1735 |
| | 11 | 7 |
usedSeparatorWidgetsName: | QDockAreaLayoutInfo::usedSeparatorWidgets | Prototype: | QSet<QWidget*> QDockAreaLayoutInfo::usedSeparatorWidgets() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 2216-2232 |
| | 10 | 4 |
separatorRectName: | QDockAreaLayoutInfo::separatorRect | Prototype: | QRect QDockAreaLayoutInfo::separatorRect(int index) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1352-1369 |
| | 10 | 3 |
usedTabBarsName: | QDockAreaLayoutInfo::usedTabBars | Prototype: | QSet<QTabBar*> QDockAreaLayoutInfo::usedTabBars() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 2196-2212 |
| | 9 | 4 |
setTabBarShapeName: | QDockAreaLayoutInfo::setTabBarShape | Prototype: | void QDockAreaLayoutInfo::setTabBarShape(int shape) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 2165-2178 |
| | 9 | 5 |
removeName: | QDockAreaLayoutInfo::remove | Prototype: | void QDockAreaLayoutInfo::remove(const QList<int> &path) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 996-1010 |
| | 9 | 2 |
splitName: | QDockAreaLayoutInfo::split | Prototype: | void QDockAreaLayoutInfo::split(int index, Qt::Orientation orientation, QLayoutItem *dockWidgetItem) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1690-1706 |
| | 8 | 2 |
infoName: | QDockAreaLayoutInfo::info | Prototype: | QDockAreaLayoutInfo *QDockAreaLayoutInfo::info(const QList<int> &path) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1298-1308 |
| | 8 | 4 |
separatorRectName: | QDockAreaLayoutInfo::separatorRect | Prototype: | QRect QDockAreaLayoutInfo::separatorRect(const QList<int> &path) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1371-1382 |
| | 7 | 2 |
itemRectName: | QDockAreaLayoutInfo::itemRect | Prototype: | QRect QDockAreaLayoutInfo::itemRect(const QList<int> &path) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1338-1350 |
| | 7 | 2 |
itemName: | QDockAreaLayoutInfo::item | Prototype: | QDockAreaLayoutItem &QDockAreaLayoutInfo::item(const QList<int> &path) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1708-1718 |
| | 7 | 2 |
tabIndexToListIndexName: | QDockAreaLayoutInfo::tabIndexToListIndex | Prototype: | int QDockAreaLayoutInfo::tabIndexToListIndex(int tabIndex) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 2268-2277 |
| | 6 | 3 |
setCurrentTabIdName: | QDockAreaLayoutInfo::setCurrentTabId | Prototype: | void QDockAreaLayoutInfo::setCurrentTabId(quintptr id) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1114-1125 |
| | 6 | 4 |
deleteAllLayoutItemsName: | QDockAreaLayoutInfo::deleteAllLayoutItems | Prototype: | void QDockAreaLayoutInfo::deleteAllLayoutItems() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1762-1773 |
| | 6 | 3 |
currentTabIdName: | QDockAreaLayoutInfo::currentTabId | Prototype: | quintptr QDockAreaLayoutInfo::currentTabId() const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1097-1107 |
| | 6 | 3 |
QDockAreaLayoutInfoName: | QDockAreaLayoutInfo::QDockAreaLayoutInfo | Prototype: | QDockAreaLayoutInfo::QDockAreaLayoutInfo(const int *_sep, QInternal::DockPosition _dockPos, Qt::Orientation _o, int tbshape, QMainWindow *window) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 230-241 |
| | 5 | 1 |
prevName: | QDockAreaLayoutInfo::prev | Prototype: | int QDockAreaLayoutInfo::prev(int index) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1657-1664 |
| | 4 | 3 |
nextName: | QDockAreaLayoutInfo::next | Prototype: | int QDockAreaLayoutInfo::next(int index) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1648-1655 |
| | 4 | 3 |
expansiveName: | QDockAreaLayoutInfo::expansive | Prototype: | bool QDockAreaLayoutInfo::expansive(Qt::Orientation o) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 461-468 |
| | 4 | 3 |
clearName: | QDockAreaLayoutInfo::clear | Prototype: | void QDockAreaLayoutInfo::clear() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 248-256 |
| | 4 | 1 |
tabBarSizeHintName: | QDockAreaLayoutInfo::tabBarSizeHint | Prototype: | QSize QDockAreaLayoutInfo::tabBarSizeHint() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 2188-2194 |
| | 3 | 2 |
tabBarMinimumSizeName: | QDockAreaLayoutInfo::tabBarMinimumSize | Prototype: | QSize QDockAreaLayoutInfo::tabBarMinimumSize() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 2180-2186 |
| | 3 | 2 |
mainWindowLayoutName: | QDockAreaLayoutInfo::mainWindowLayout | Prototype: | QMainWindowLayout *QDockAreaLayoutInfo::mainWindowLayout() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1478-1483 |
| | 3 | 1 |
QDockAreaLayoutInfoName: | QDockAreaLayoutInfo::QDockAreaLayoutInfo | Prototype: | QDockAreaLayoutInfo::QDockAreaLayoutInfo() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 222-228 |
| | 2 | 1 |
sizeName: | QDockAreaLayoutInfo::size | Prototype: | QSize QDockAreaLayoutInfo::size() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 243-246 |
| | 1 | 1 |
setCurrentTabName: | QDockAreaLayoutInfo::setCurrentTab | Prototype: | void QDockAreaLayoutInfo::setCurrentTab(QWidget *widget) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1109-1112 |
| | 1 | 1 |
moveTabName: | QDockAreaLayoutInfo::moveTab | Prototype: | void QDockAreaLayoutInfo::moveTab(int from, int to) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 2279-2282 |
| | 1 | 1 |
isEmptyName: | QDockAreaLayoutInfo::isEmpty | Prototype: | bool QDockAreaLayoutInfo::isEmpty() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 258-261 |
| | 1 | 1 |
hasFixedSizeName: | QDockAreaLayoutInfo::hasFixedSize | Prototype: | bool QDockAreaLayoutInfo::hasFixedSize() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1485-1488 |
| | 1 | 1 |