Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QFormLayoutName: | QFormLayout::QFormLayout | Prototype: | QFormLayout::QFormLayout(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1182-1185 |
| | 2 | 1 |
addItemName: | QFormLayout::addItem | Prototype: | void QFormLayout::addItem(QLayoutItem *item) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1383-1390 |
| | 4 | 1 |
addRowName: | QFormLayout::addRow | Prototype: | void QFormLayout::addRow(QWidget *label, QWidget *field) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1210-1213 |
| | 1 | 1 |
addRowName: | QFormLayout::addRow | Prototype: | void QFormLayout::addRow(QWidget *label, QLayout *field) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1218-1221 |
| | 1 | 1 |
addRowName: | QFormLayout::addRow | Prototype: | void QFormLayout::addRow(const QString &labelText, QWidget *field) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1230-1233 |
| | 1 | 1 |
addRowName: | QFormLayout::addRow | Prototype: | void QFormLayout::addRow(const QString &labelText, QLayout *field) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1241-1244 |
| | 1 | 1 |
addRowName: | QFormLayout::addRow | Prototype: | void QFormLayout::addRow(QWidget *widget) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1252-1255 |
| | 1 | 1 |
addRowName: | QFormLayout::addRow | Prototype: | void QFormLayout::addRow(QLayout *layout) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1263-1266 |
| | 1 | 1 |
countName: | QFormLayout::count | Prototype: | int QFormLayout::count() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1395-1399 |
| | 2 | 1 |
expandingDirectionsName: | QFormLayout::expandingDirections | Prototype: | Qt::Orientations QFormLayout::expandingDirections() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1453-1465 |
| | 9 | 3 |
fieldGrowthPolicyName: | QFormLayout::fieldGrowthPolicy | Prototype: | QFormLayout::FieldGrowthPolicy QFormLayout::fieldGrowthPolicy() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1743-1751 |
| | 4 | 2 |
formAlignmentName: | QFormLayout::formAlignment | Prototype: | Qt::Alignment QFormLayout::formAlignment() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1837-1845 |
| | 4 | 2 |
getItemPositionName: | QFormLayout::getItemPosition | Prototype: | void QFormLayout::getItemPosition(int index, int *rowPtr, ItemRole *rolePtr) const | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1622-1642 |
| | 13 | 5 |
getLayoutPositionName: | QFormLayout::getLayoutPosition | Prototype: | void QFormLayout::getLayoutPosition(QLayout *layout, int *rowPtr, ItemRole *rolePtr) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1650-1660 |
| | 7 | 3 |
getWidgetPositionName: | QFormLayout::getWidgetPosition | Prototype: | void QFormLayout::getWidgetPosition(QWidget *widget, int *rowPtr, ItemRole *rolePtr) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1670-1673 |
| | 1 | 1 |
hasHeightForWidthName: | QFormLayout::hasHeightForWidth | Prototype: | bool QFormLayout::hasHeightForWidth() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1470-1476 |
| | 4 | 1 |
heightForWidthName: | QFormLayout::heightForWidth | Prototype: | int QFormLayout::heightForWidth(int width) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1481-1502 |
| | 14 | 4 |
horizontalSpacingName: | QFormLayout::horizontalSpacing | Prototype: | int QFormLayout::horizontalSpacing() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1866-1874 |
| | 4 | 2 |
insertRowName: | QFormLayout::insertRow | Prototype: | void QFormLayout::insertRow(int row, QWidget *label, QWidget *field) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1275-1287 |
| | 9 | 4 |
insertRowName: | QFormLayout::insertRow | Prototype: | void QFormLayout::insertRow(int row, QWidget *label, QLayout *field) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1292-1304 |
| | 9 | 4 |
insertRowName: | QFormLayout::insertRow | Prototype: | void QFormLayout::insertRow(int row, const QString &labelText, QWidget *field) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1313-1327 |
| | 8 | 3 |
insertRowName: | QFormLayout::insertRow | Prototype: | void QFormLayout::insertRow(int row, const QString &labelText, QLayout *field) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1335-1342 |
| | 4 | 2 |
insertRowName: | QFormLayout::insertRow | Prototype: | void QFormLayout::insertRow(int row, QWidget *widget) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1351-1360 |
| | 6 | 2 |
insertRowName: | QFormLayout::insertRow | Prototype: | void QFormLayout::insertRow(int row, QLayout *layout) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1369-1378 |
| | 6 | 2 |
invalidateName: | QFormLayout::invalidate | Prototype: | void QFormLayout::invalidate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1562-1575 |
| | 11 | 1 |
itemAtName: | QFormLayout::itemAt | Prototype: | QLayoutItem *QFormLayout::itemAt(int index) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1404-1410 |
| | 4 | 2 |
itemAtName: | QFormLayout::itemAt | Prototype: | QLayoutItem *QFormLayout::itemAt(int row, ItemRole role) const | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1594-1612 |
| | 12 | 8 |
labelAlignmentName: | QFormLayout::labelAlignment | Prototype: | Qt::Alignment QFormLayout::labelAlignment() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1807-1815 |
| | 4 | 2 |
labelForFieldName: | QFormLayout::labelForField | Prototype: | QWidget *QFormLayout::labelForField(QWidget *field) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1682-1696 |
| | 8 | 3 |
labelForFieldName: | QFormLayout::labelForField | Prototype: | QWidget *QFormLayout::labelForField(QLayout *field) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1701-1715 |
| | 8 | 3 |
minimumSizeName: | QFormLayout::minimumSize | Prototype: | QSize QFormLayout::minimumSize() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1548-1557 |
| | 5 | 2 |
resetFieldGrowthPolicyName: | QFormLayout::resetFieldGrowthPolicy | Prototype: | void QFormLayout::resetFieldGrowthPolicy() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 2063-2067 |
| | 2 | 1 |
resetFormAlignmentName: | QFormLayout::resetFormAlignment | Prototype: | void QFormLayout::resetFormAlignment() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 2083-2087 |
| | 2 | 1 |
resetLabelAlignmentName: | QFormLayout::resetLabelAlignment | Prototype: | void QFormLayout::resetLabelAlignment() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 2093-2097 |
| | 2 | 1 |
resetRowWrapPolicyName: | QFormLayout::resetRowWrapPolicy | Prototype: | void QFormLayout::resetRowWrapPolicy() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 2073-2077 |
| | 2 | 1 |
rowCountName: | QFormLayout::rowCount | Prototype: | int QFormLayout::rowCount() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1582-1586 |
| | 2 | 1 |
rowWrapPolicyName: | QFormLayout::rowWrapPolicy | Prototype: | QFormLayout::RowWrapPolicy QFormLayout::rowWrapPolicy() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1776-1784 |
| | 4 | 2 |
setFieldGrowthPolicyName: | QFormLayout::setFieldGrowthPolicy | Prototype: | void QFormLayout::setFieldGrowthPolicy(FieldGrowthPolicy policy) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1734-1741 |
| | 4 | 2 |
setFormAlignmentName: | QFormLayout::setFormAlignment | Prototype: | void QFormLayout::setFormAlignment(Qt::Alignment alignment) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1828-1835 |
| | 4 | 2 |
setGeometryName: | QFormLayout::setGeometry | Prototype: | void QFormLayout::setGeometry(const QRect &rect) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1507-1530 |
| | 17 | 4 |
setHorizontalSpacingName: | QFormLayout::setHorizontalSpacing | Prototype: | void QFormLayout::setHorizontalSpacing(int spacing) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1857-1864 |
| | 4 | 2 |
setItemName: | QFormLayout::setItem | Prototype: | void QFormLayout::setItem(int row, ItemRole role, QLayoutItem *item) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 2050-2057 |
| | 5 | 2 |
setLabelAlignmentName: | QFormLayout::setLabelAlignment | Prototype: | void QFormLayout::setLabelAlignment(Qt::Alignment alignment) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1798-1805 |
| | 4 | 2 |
setLayoutName: | QFormLayout::setLayout | Prototype: | void QFormLayout::setLayout(int row, ItemRole role, QLayout *layout) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 2028-2035 |
| | 5 | 2 |
setRowWrapPolicyName: | QFormLayout::setRowWrapPolicy | Prototype: | void QFormLayout::setRowWrapPolicy(RowWrapPolicy policy) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1767-1774 |
| | 4 | 2 |
setSpacingName: | QFormLayout::setSpacing | Prototype: | void QFormLayout::setSpacing(int spacing) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1911-1916 |
| | 3 | 1 |
setVerticalSpacingName: | QFormLayout::setVerticalSpacing | Prototype: | void QFormLayout::setVerticalSpacing(int spacing) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1886-1893 |
| | 4 | 2 |
setWidgetName: | QFormLayout::setWidget | Prototype: | void QFormLayout::setWidget(int row, ItemRole role, QWidget *widget) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 2008-2015 |
| | 5 | 2 |
sizeHintName: | QFormLayout::sizeHint | Prototype: | QSize QFormLayout::sizeHint() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1535-1543 |
| | 5 | 2 |
spacingName: | QFormLayout::spacing | Prototype: | int QFormLayout::spacing() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1924-1932 |
| | 4 | 2 |
takeAtName: | QFormLayout::takeAt | Prototype: | QLayoutItem *QFormLayout::takeAt(int index) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1415-1448 |
| | 20 | 4 |
verticalSpacingName: | QFormLayout::verticalSpacing | Prototype: | int QFormLayout::verticalSpacing() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1895-1903 |
| | 4 | 2 |
~QFormLayoutName: | QFormLayout::~QFormLayout | Prototype: | QFormLayout::~QFormLayout() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1190-1202 |
| | 4 | 1 |