| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
transpose| Name: | QGridLayoutItem::transpose | | Prototype: | void QGridLayoutItem::transpose() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 670-675 |
| | 3 | 1 |
stretchFactor| Name: | QGridLayoutItem::stretchFactor | | Prototype: | int QGridLayoutItem::stretchFactor(Qt::Orientation orientation) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 538-553 |
| | 9 | 4 |
setStretchFactor| Name: | QGridLayoutItem::setStretchFactor | | Prototype: | void QGridLayoutItem::setStretchFactor(int stretch, Qt::Orientation orientation) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 555-559 |
| | 2 | 1 |
setRowSpan| Name: | QGridLayoutItem::setRowSpan | | Prototype: | void QGridLayoutItem::setRowSpan(int rowSpan, Qt::Orientation orientation) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 533-536 |
| | 1 | 1 |
setFirstRow| Name: | QGridLayoutItem::setFirstRow | | Prototype: | void QGridLayoutItem::setFirstRow(int row, Qt::Orientation orientation) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 528-531 |
| | 1 | 1 |
rowSpan| Name: | QGridLayoutItem::rowSpan | | Prototype: | int QGridLayoutItem::rowSpan(Qt::Orientation orientation) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 518-521 |
| | 1 | 1 |
lastRow| Name: | QGridLayoutItem::lastRow | | Prototype: | int QGridLayoutItem::lastRow(Qt::Orientation orientation) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 508-511 |
| | 1 | 1 |
lastColumn| Name: | QGridLayoutItem::lastColumn | | Prototype: | int QGridLayoutItem::lastColumn(Qt::Orientation orientation) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 513-516 |
| | 1 | 1 |
insertOrRemoveRows| Name: | QGridLayoutItem::insertOrRemoveRows | | Prototype: | void QGridLayoutItem::insertOrRemoveRows(int row, int delta, Qt::Orientation orientation) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 677-685 |
| | 5 | 3 |
geometryWithin| Name: | QGridLayoutItem::geometryWithin | | Prototype: | QRectF QGridLayoutItem::geometryWithin(qreal x, qreal y, qreal width, qreal height, qreal rowDescent, Qt::Alignment align) const | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 619-668 |
| | 32 | 12 |
firstRow| Name: | QGridLayoutItem::firstRow | | Prototype: | int QGridLayoutItem::firstRow(Qt::Orientation orientation) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 498-501 |
| | 1 | 1 |
firstColumn| Name: | QGridLayoutItem::firstColumn | | Prototype: | int QGridLayoutItem::firstColumn(Qt::Orientation orientation) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 503-506 |
| | 1 | 1 |
effectiveMaxSize| Name: | QGridLayoutItem::effectiveMaxSize | | Prototype: | QSizeF QGridLayoutItem::effectiveMaxSize(const QSizeF &constraint) const | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 694-715 |
| | 16 | 7 |
controlTypes| Name: | QGridLayoutItem::controlTypes | | Prototype: | QLayoutPolicy::ControlTypes QGridLayoutItem::controlTypes(LayoutSide ) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 561-564 |
| | 1 | 1 |
columnSpan| Name: | QGridLayoutItem::columnSpan | | Prototype: | int QGridLayoutItem::columnSpan(Qt::Orientation orientation) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 523-526 |
| | 1 | 1 |
box| Name: | QGridLayoutItem::box | | Prototype: | QGridLayoutBox QGridLayoutItem::box(Qt::Orientation orientation, qreal constraint) const | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 566-617 |
| | 28 | 9 |
QGridLayoutItem| Name: | QGridLayoutItem::QGridLayoutItem | | Prototype: | QGridLayoutItem::QGridLayoutItem(int row, int column, int rowSpan, int columnSpan, Qt::Alignment alignment) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 486-496 |
| | 6 | 1 |