Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QLabelPrivate::clearContentsName: | QLabelPrivate::clearContents | Prototype: | void QLabelPrivate::clearContents() | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 1285-1327 |
| | 27 | 5 |
QLabelPrivate::createStandardContextMenuName: | QLabelPrivate::createStandardContextMenu | Prototype: | QMenu *QLabelPrivate::createStandardContextMenu(const QPoint &pos) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 1613-1626 |
| | 8 | 3 |
QLabelPrivate::documentRectName: | QLabelPrivate::documentRect | Prototype: | QRect QLabelPrivate::documentRect() const | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 1441-1463 |
| | 19 | 7 |
QLabelPrivate::ensureTextControlName: | QLabelPrivate::ensureTextControl | Prototype: | void QLabelPrivate::ensureTextControl() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 1530-1552 |
| | 19 | 3 |
QLabelPrivate::ensureTextLayoutedName: | QLabelPrivate::ensureTextLayouted | Prototype: | void QLabelPrivate::ensureTextLayouted() const | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 1504-1528 |
| | 16 | 4 |
QLabelPrivate::ensureTextPopulatedName: | QLabelPrivate::ensureTextPopulated | Prototype: | void QLabelPrivate::ensureTextPopulated() const | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 1465-1502 |
| | 21 | 8 |
QLabelPrivate::initName: | QLabelPrivate::init | Prototype: | void QLabelPrivate::init() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 255-262 |
| | 4 | 1 |
QLabelPrivate::layoutPointName: | QLabelPrivate::layoutPoint | Prototype: | QPoint QLabelPrivate::layoutPoint(const QPoint& p) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 1606-1610 |
| | 2 | 1 |
QLabelPrivate::layoutRectName: | QLabelPrivate::layoutRect | Prototype: | QRectF QLabelPrivate::layoutRect() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 1589-1603 |
| | 11 | 4 |
QLabelPrivate::sendControlEventName: | QLabelPrivate::sendControlEvent | Prototype: | void QLabelPrivate::sendControlEvent(QEvent *e) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 1554-1562 |
| | 5 | 2 |
QLabelPrivate::sizeForWidthName: | QLabelPrivate::sizeForWidth | Prototype: | QSize QLabelPrivate::sizeForWidth(int w) const | Coverage: | 0.000% (0/81) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 565-654 |
| | 59 | 19 |
QLabelPrivate::textDirectionName: | QLabelPrivate::textDirection | Prototype: | Qt::LayoutDirection QLabelPrivate::textDirection() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 1429-1437 |
| | 4 | 2 |
QLabelPrivate::updateLabelName: | QLabelPrivate::updateLabel | Prototype: | void QLabelPrivate::updateLabel() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 1126-1141 |
| | 11 | 3 |
QLabelPrivate::updateShortcutName: | QLabelPrivate::updateShortcut | Prototype: | void QLabelPrivate::updateShortcut() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 1199-1213 |
| | 7 | 2 |
QLatin15Codec::aliasesName: | 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: | 228-233 |
| | 3 | 1 |
QLatin15Codec::convertFromUnicodeName: | QLatin15Codec::convertFromUnicode | Prototype: | QByteArray QLatin15Codec::convertFromUnicode(const QChar *in, int length, ConverterState *state) const | Coverage: | 0.000% (0/49) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | Lines: | 148-220 |
| | 43 | 24 |
QLatin15Codec::convertToUnicodeName: | QLatin15Codec::convertToUnicode | Prototype: | QString QLatin15Codec::convertToUnicode(const char* chars, int len, ConverterState *) const | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | Lines: | 107-146 |
| | 25 | 12 |
QLatin15Codec::mibEnumName: | QLatin15Codec::mibEnum | Prototype: | int QLatin15Codec::mibEnum() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | Lines: | 235-238 |
| | 1 | 1 |
QLatin15Codec::nameName: | QLatin15Codec::name | Prototype: | QByteArray QLatin15Codec::name() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | Lines: | 223-226 |
| | 1 | 1 |
QLatin1Codec::aliasesName: | QLatin1Codec::aliases | Prototype: | QList<QByteArray> QLatin1Codec::aliases() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | Lines: | 85-94 |
| | 7 | 1 |
QLatin1Codec::convertFromUnicodeName: | QLatin1Codec::convertFromUnicode | Prototype: | QByteArray QLatin1Codec::convertFromUnicode(const QChar *ch, int len, ConverterState *state) const | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | Lines: | 60-78 |
| | 12 | 4 |
QLatin1Codec::convertToUnicodeName: | 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: | 51-57 |
| | 3 | 2 |
QLatin1Codec::mibEnumName: | QLatin1Codec::mibEnum | Prototype: | int QLatin1Codec::mibEnum() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | Lines: | 97-100 |
| | 1 | 1 |
QLatin1Codec::nameName: | QLatin1Codec::name | Prototype: | QByteArray QLatin1Codec::name() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | Lines: | 80-83 |
| | 1 | 1 |
QLayout::QLayoutName: | 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: | 109-115 |
| | 3 | 2 |
QLayout::QLayoutName: | QLayout::QLayout | Prototype: | QLayout::QLayout() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 123-126 |
| | 2 | 1 |
QLayout::QLayoutName: | QLayout::QLayout | Prototype: | QLayout::QLayout(QLayoutPrivate &dd, QLayout *lay, QWidget *w) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 131-155 |
| | 13 | 4 |
QLayout::activateName: | QLayout::activate | Prototype: | bool QLayout::activate() | Coverage: | 0.000% (0/54) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1062-1131 |
| | 50 | 18 |
QLayout::activateRecursiveHelperName: | QLayout::activateRecursiveHelper | Prototype: | void QLayout::activateRecursiveHelper(QLayoutItem *item) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1016-1027 |
| | 8 | 3 |
QLayout::addChildLayoutName: | QLayout::addChildLayout | Prototype: | void QLayout::addChildLayout(QLayout *l) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 782-795 |
| | 7 | 3 |
QLayout::addChildWidgetName: | QLayout::addChildWidget | Prototype: | void QLayout::addChildWidget(QWidget *w) | Coverage: | 0.000% (0/40) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 899-930 |
| | 19 | 8 |
QLayout::addWidgetName: | QLayout::addWidget | Prototype: | void QLayout::addWidget(QWidget *w) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 224-228 |
| | 2 | 1 |
QLayout::adoptLayoutName: | 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: | 800-805 |
| | 3 | 1 |
QLayout::alignmentRectName: | QLayout::alignmentRect | Prototype: | QRect QLayout::alignmentRect(const QRect &r) const | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1311-1356 |
| | 30 | 9 |
QLayout::childEventName: | QLayout::childEvent | Prototype: | void QLayout::childEvent(QChildEvent *e) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 632-653 |
| | 13 | 5 |
QLayout::closestAcceptableSizeName: | QLayout::closestAcceptableSize | Prototype: | QSize QLayout::closestAcceptableSize(const QWidget *widget, const QSize &size) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1438-1476 |
| | 25 | 6 |
QLayout::contentsMarginsName: | 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: | 439-444 |
| | 3 | 1 |
QLayout::contentsRectName: | QLayout::contentsRect | Prototype: | QRect QLayout::contentsRect() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 454-460 |
| | 4 | 1 |
QLayout::controlTypesName: | QLayout::controlTypes | Prototype: | QSizePolicy::ControlTypes QLayout::controlTypes() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 511-519 |
| | 6 | 3 |
QLayout::expandingDirectionsName: | QLayout::expandingDirections | Prototype: | Qt::Orientations QLayout::expandingDirections() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1011-1014 |
| | 1 | 1 |
QLayout::geometryName: | QLayout::geometry | Prototype: | QRect QLayout::geometry() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 533-537 |
| | 2 | 1 |
QLayout::getContentsMarginsName: | QLayout::getContentsMargins | Prototype: | void QLayout::getContentsMargins(int *left, int *top, int *right, int *bottom) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 420-427 |
| | 5 | 1 |
QLayout::indexOfName: | QLayout::indexOf | Prototype: | int QLayout::indexOf(QWidget *widget) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1241-1252 |
| | 8 | 3 |
QLayout::invalidateName: | 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: | 542-547 |
| | 3 | 1 |
QLayout::isEmptyName: | QLayout::isEmpty | Prototype: | bool QLayout::isEmpty() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 495-506 |
| | 8 | 3 |
QLayout::isEnabledName: | QLayout::isEnabled | Prototype: | bool QLayout::isEnabled() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1426-1430 |
| | 2 | 1 |
QLayout::layoutName: | QLayout::layout | Prototype: | QLayout * QLayout::layout() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | Lines: | 331-334 |
| | 1 | 1 |
QLayout::marginName: | QLayout::margin | Prototype: | int QLayout::margin() const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 289-298 |
| | 5 | 2 |
QLayout::maximumSizeName: | QLayout::maximumSize | Prototype: | QSize QLayout::maximumSize() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 994-997 |
| | 1 | 1 |
QLayout::menuBarName: | QLayout::menuBar | Prototype: | QWidget *QLayout::menuBar() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 962-966 |
| | 2 | 1 |
QLayout::minimumSizeName: | QLayout::minimumSize | Prototype: | QSize QLayout::minimumSize() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 979-982 |
| | 1 | 1 |
QLayout::parentWidgetName: | QLayout::parentWidget | Prototype: | QWidget *QLayout::parentWidget() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 472-490 |
| | 11 | 4 |
QLayout::removeItemName: | QLayout::removeItem | Prototype: | void QLayout::removeItem(QLayoutItem *item) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1391-1403 |
| | 7 | 3 |
QLayout::removeWidgetName: | QLayout::removeWidget | Prototype: | void QLayout::removeWidget(QWidget *widget) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1368-1380 |
| | 7 | 3 |
QLayout::replaceWidgetName: | QLayout::replaceWidget | Prototype: | QLayoutItem *QLayout::replaceWidget(QWidget *from, QWidget *to, Qt::FindChildOptions options) | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1156-1190 |
| | 25 | 9 |
QLayout::setAlignmentName: | QLayout::setAlignment | Prototype: | bool QLayout::setAlignment(QWidget *w, Qt::Alignment alignment) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 237-251 |
| | 10 | 3 |
QLayout::setAlignmentName: | QLayout::setAlignment | Prototype: | bool QLayout::setAlignment(QLayout *l, Qt::Alignment alignment) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 260-274 |
| | 10 | 3 |
QLayout::setContentsMarginsName: | QLayout::setContentsMargins | Prototype: | void QLayout::setContentsMargins(int left, int top, int right, int bottom) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 374-387 |
| | 9 | 2 |
QLayout::setContentsMarginsName: | QLayout::setContentsMargins | Prototype: | void QLayout::setContentsMargins(const QMargins &margins) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 399-402 |
| | 1 | 1 |
QLayout::setEnabledName: | QLayout::setEnabled | Prototype: | void QLayout::setEnabled(bool enable) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1415-1419 |
| | 2 | 1 |
QLayout::setGeometryName: | QLayout::setGeometry | Prototype: | void QLayout::setGeometry(const QRect &r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 524-528 |
| | 2 | 1 |
QLayout::setMarginName: | QLayout::setMargin | Prototype: | void QLayout::setMargin(int margin) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 339-342 |
| | 1 | 1 |
QLayout::setMenuBarName: | QLayout::setMenuBar | Prototype: | void QLayout::setMenuBar(QWidget *widget) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 944-955 |
| | 4 | 2 |
QLayout::setSizeConstraintName: | QLayout::setSizeConstraint | Prototype: | void QLayout::setSizeConstraint(SizeConstraint constraint) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1287-1295 |
| | 5 | 2 |
QLayout::setSpacingName: | QLayout::setSpacing | Prototype: | void QLayout::setSpacing(int spacing) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 344-357 |
| | 9 | 4 |
QLayout::sizeConstraintName: | QLayout::sizeConstraint | Prototype: | QLayout::SizeConstraint QLayout::sizeConstraint() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1297-1301 |
| | 2 | 1 |
QLayout::spacingName: | QLayout::spacing | Prototype: | int QLayout::spacing() const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 317-334 |
| | 10 | 5 |
QLayout::totalHeightForWidthName: | QLayout::totalHeightForWidth | Prototype: | int QLayout::totalHeightForWidth(int w) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 659-675 |
| | 11 | 2 |
QLayout::totalMaximumSizeName: | QLayout::totalMaximumSize | Prototype: | QSize QLayout::totalMaximumSize() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 729-750 |
| | 14 | 3 |
QLayout::totalMinimumSizeName: | QLayout::totalMinimumSize | Prototype: | QSize QLayout::totalMinimumSize() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 681-698 |
| | 11 | 2 |
QLayout::totalSizeHintName: | QLayout::totalSizeHint | Prototype: | QSize QLayout::totalSizeHint() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 704-723 |
| | 13 | 3 |
QLayout::updateName: | QLayout::update | Prototype: | void QLayout::update() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 1038-1051 |
| | 9 | 3 |
QLayout::widgetEventName: | QLayout::widgetEvent | Prototype: | void QLayout::widgetEvent(QEvent *e) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 593-627 |
| | 19 | 10 |
QLayout::~QLayoutName: | QLayout::~QLayout | Prototype: | QLayout::~QLayout() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 760-770 |
| | 4 | 2 |
QLayoutItem::controlTypesName: | QLayoutItem::controlTypes | Prototype: | QSizePolicy::ControlTypes QLayoutItem::controlTypes() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | Lines: | 431-434 |
| | 1 | 1 |
QLayoutItem::hasHeightForWidthName: | QLayoutItem::hasHeightForWidth | Prototype: | bool QLayoutItem::hasHeightForWidth() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | Lines: | 384-387 |
| | 1 | 1 |
QLayoutItem::heightForWidthName: | QLayoutItem::heightForWidth | Prototype: | int QLayoutItem::heightForWidth(int ) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | Lines: | 418-421 |
| | 1 | 1 |
QLayoutItem::layoutName: | QLayoutItem::layout | Prototype: | QLayout * QLayoutItem::layout() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | Lines: | 312-315 |
| | 1 | 1 |
QLayoutItem::minimumHeightForWidthName: | QLayoutItem::minimumHeightForWidth | Prototype: | int QLayoutItem::minimumHeightForWidth(int w) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | Lines: | 394-397 |
| | 1 | 1 |
QLayoutItem::setAlignmentName: | QLayoutItem::setAlignment | Prototype: | void QLayoutItem::setAlignment(Qt::Alignment alignment) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | Lines: | 188-191 |
| | 1 | 1 |
QLayoutItem::spacerItemName: | QLayoutItem::spacerItem | Prototype: | QSpacerItem * QLayoutItem::spacerItem() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | Lines: | 323-326 |
| | 1 | 1 |
QLayoutItem::widgetName: | QLayoutItem::widget | Prototype: | QWidget * QLayoutItem::widget() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | Lines: | 361-364 |
| | 1 | 1 |
QLayoutPolicy::controlTypeName: | QLayoutPolicy::controlType | Prototype: | QLayoutPolicy::ControlType QLayoutPolicy::controlType() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qlayoutpolicy.cpp | Lines: | 72-75 |
| | 1 | 1 |
QLayoutPolicy::setControlTypeName: | QLayoutPolicy::setControlType | Prototype: | void QLayoutPolicy::setControlType(ControlType type) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qlayoutpolicy.cpp | Lines: | 46-70 |
| | 5 | 3 |
QLayoutPrivate::QLayoutPrivateName: | QLayoutPrivate::QLayoutPrivate | Prototype: | QLayoutPrivate::QLayoutPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 157-162 |
| | 2 | 1 |
QLayoutPrivate::checkLayoutName: | QLayoutPrivate::checkLayout | Prototype: | bool QLayoutPrivate::checkLayout(QLayout *otherLayout) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 875-889 |
| | 10 | 3 |
QLayoutPrivate::checkWidgetName: | QLayoutPrivate::checkWidget | Prototype: | bool QLayoutPrivate::checkWidget(QWidget *widget) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 854-869 |
| | 11 | 3 |
QLayoutPrivate::createSpacerItemName: | QLayoutPrivate::createSpacerItem | Prototype: | QSpacerItem *QLayoutPrivate::createSpacerItem(const QLayout *layout, int w, int h, QSizePolicy::Policy hPolicy, QSizePolicy::Policy vPolicy) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 194-200 |
| | 4 | 3 |
QLayoutPrivate::createWidgetItemName: | QLayoutPrivate::createWidgetItem | Prototype: | QWidgetItem *QLayoutPrivate::createWidgetItem(const QLayout *layout, QWidget *widget) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 186-192 |
| | 4 | 3 |
QLayoutPrivate::doResizeName: | QLayoutPrivate::doResize | Prototype: | void QLayoutPrivate::doResize(const QSize &r) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 571-584 |
| | 9 | 2 |
QLayoutPrivate::getMarginName: | QLayoutPrivate::getMargin | Prototype: | void QLayoutPrivate::getMargin(int *result, int userMargin, QStyle::PixelMetric pm) const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 164-179 |
| | 10 | 5 |
QLayoutPrivate::reparentChildWidgetsName: | QLayoutPrivate::reparentChildWidgets | Prototype: | void QLayoutPrivate::reparentChildWidgets(QWidget *mw) | Coverage: | 0.000% (0/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 818-848 |
| | 19 | 8 |
QLibrary::QLibraryName: | QLibrary::QLibrary | Prototype: | QLibrary::QLibrary(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 835-838 |
| | 2 | 1 |
QLibrary::QLibraryName: | QLibrary::QLibrary | Prototype: | QLibrary::QLibrary(const QString& fileName, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 850-854 |
| | 1 | 1 |
QLibrary::QLibraryName: | QLibrary::QLibrary | Prototype: | QLibrary::QLibrary(const QString& fileName, int verNum, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 867-871 |
| | 1 | 1 |
QLibrary::QLibraryName: | QLibrary::QLibrary | Prototype: | QLibrary::QLibrary(const QString& fileName, const QString &version, QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 883-887 |
| | 1 | 1 |
QLibrary::errorStringName: | QLibrary::errorString | Prototype: | QString QLibrary::errorString() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 1079-1082 |
| | 1 | 1 |
QLibrary::fileNameName: | QLibrary::fileName | Prototype: | QString QLibrary::fileName() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 937-942 |
| | 3 | 2 |
QLibrary::isLibraryName: | QLibrary::isLibrary | Prototype: | bool QLibrary::isLibrary(const QString &fileName) | Coverage: | 75.000% (12/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 616-675 |
| | 15 | 5 |
QLibrary::isLoadedName: | QLibrary::isLoaded | Prototype: | bool QLibrary::isLoaded() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 826-829 |
| | 1 | 1 |