Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
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: | 1188-1191 |
| | 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: | 1196-1199 |
| | 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: | 1208-1211 |
| | 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: | 1219-1222 |
| | 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: | 1230-1233 |
| | 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: | 1241-1244 |
| | 1 | 1 |
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: | 1648-1651 |
| | 1 | 1 |
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: | 1160-1163 |
| | 2 | 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: | 1373-1377 |
| | 2 | 1 |
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: | 2041-2045 |
| | 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: | 2061-2065 |
| | 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: | 2071-2075 |
| | 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: | 2051-2055 |
| | 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: | 1560-1564 |
| | 2 | 1 |
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: | 1889-1894 |
| | 3 | 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: | 1361-1368 |
| | 4 | 1 |
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: | 1721-1729 |
| | 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: | 1815-1823 |
| | 4 | 2 |
hasHeightForWidthName: | QFormLayout::hasHeightForWidth | Prototype: | bool QFormLayout::hasHeightForWidth() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 1448-1454 |
| | 4 | 1 |
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: | 1844-1852 |
| | 4 | 2 |
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: | 1313-1320 |
| | 4 | 2 |
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: | 1382-1388 |
| | 4 | 2 |
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: | 1785-1793 |
| | 4 | 2 |
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: | 1754-1762 |
| | 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: | 1712-1719 |
| | 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: | 1806-1813 |
| | 4 | 2 |
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: | 1835-1842 |
| | 4 | 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: | 1776-1783 |
| | 4 | 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: | 1745-1752 |
| | 4 | 2 |
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: | 1864-1871 |
| | 4 | 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: | 1902-1910 |
| | 4 | 2 |
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: | 1873-1881 |
| | 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: | 1168-1180 |
| | 4 | 1 |
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: | 1526-1535 |
| | 5 | 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: | 2028-2035 |
| | 5 | 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: | 2006-2013 |
| | 5 | 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: | 1986-1993 |
| | 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: | 1513-1521 |
| | 5 | 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: | 1329-1338 |
| | 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: | 1347-1356 |
| | 6 | 2 |
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: | 1628-1638 |
| | 7 | 3 |
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: | 1291-1305 |
| | 8 | 3 |
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: | 1660-1674 |
| | 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: | 1679-1693 |
| | 8 | 3 |
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: | 1431-1443 |
| | 9 | 3 |
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: | 1253-1265 |
| | 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: | 1270-1282 |
| | 9 | 4 |
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: | 1540-1553 |
| | 11 | 1 |
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: | 1572-1590 |
| | 12 | 8 |
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: | 1600-1620 |
| | 13 | 5 |
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: | 1459-1480 |
| | 14 | 4 |
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: | 1485-1508 |
| | 17 | 4 |
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: | 1393-1426 |
| | 20 | 4 |