| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QHttpNetworkConnection::hostName| Name: | QHttpNetworkConnection::hostName | | Prototype: | QString QHttpNetworkConnection::hostName() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 1314-1318 |
| | 2 | 1 |
QHttpNetworkConnection::connectionType| Name: | QHttpNetworkConnection::connectionType | | Prototype: | QHttpNetworkConnection::ConnectionType QHttpNetworkConnection::connectionType() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 1377-1381 |
| | 2 | 1 |
QHttpNetworkConnection::cacheProxy| Name: | QHttpNetworkConnection::cacheProxy | | Prototype: | QNetworkProxy QHttpNetworkConnection::cacheProxy() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 1357-1361 |
| | 2 | 1 |
QHttpMultiPart::QHttpMultiPart| Name: | QHttpMultiPart::QHttpMultiPart | | Prototype: | QHttpMultiPart::QHttpMultiPart(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | | Lines: | 270-274 |
| | 2 | 1 |
QHttpMultiPart::QHttpMultiPart| Name: | QHttpMultiPart::QHttpMultiPart | | Prototype: | QHttpMultiPart::QHttpMultiPart(QHttpMultiPart::ContentType contentType, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | | Lines: | 282-286 |
| | 2 | 1 |
QHoverEvent::QHoverEvent| Name: | QHoverEvent::QHoverEvent | | Prototype: | QHoverEvent::QHoverEvent(Type type, const QPointF &pos, const QPointF &oldPos, Qt::KeyboardModifiers modifiers) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 636-639 |
| | 2 | 1 |
QHostInfoLookupManager::~QHostInfoLookupManager| Name: | QHostInfoLookupManager::~QHostInfoLookupManager | | Prototype: | QHostInfoLookupManager::~QHostInfoLookupManager() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | | Lines: | 562-568 |
| | 2 | 1 |
QHostInfoCache::clear| Name: | QHostInfoCache::clear | | Prototype: | void QHostInfoCache::clear() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | | Lines: | 805-809 |
| | 2 | 1 |
QHostInfo::operator=| Name: | QHostInfo::operator= | | Prototype: | QHostInfo &QHostInfo::operator=(const QHostInfo &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | | Lines: | 338-342 |
| | 2 | 1 |
QHostInfo::QHostInfo| Name: | QHostInfo::QHostInfo | | Prototype: | QHostInfo::QHostInfo(const QHostInfo &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | | Lines: | 329-332 |
| | 2 | 1 |
QHostAddress::toIPv6Address| Name: | QHostAddress::toIPv6Address | | Prototype: | Q_IPV6ADDR QHostAddress::toIPv6Address() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 720-724 |
| | 2 | 2 |
QHostAddress::setAddress| Name: | QHostAddress::setAddress | | Prototype: | bool QHostAddress::setAddress(const QString &address) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 626-630 |
| | 2 | 1 |
QHostAddress::scopeId| Name: | QHostAddress::scopeId | | Prototype: | QString QHostAddress::scopeId() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 788-792 |
| | 2 | 2 |
QHostAddress::protocol| Name: | QHostAddress::protocol | | Prototype: | QAbstractSocket::NetworkLayerProtocol QHostAddress::protocol() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 700-704 |
| | 2 | 2 |
QHostAddress::operator=| Name: | QHostAddress::operator= | | Prototype: | QHostAddress &QHostAddress::operator=(const QHostAddress &address) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 532-536 |
| | 2 | 1 |
QHostAddress::operator=| Name: | QHostAddress::operator= | | Prototype: | QHostAddress &QHostAddress::operator=(const QString &address) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 544-548 |
| | 2 | 1 |
QHostAddress::isNull| Name: | QHostAddress::isNull | | Prototype: | bool QHostAddress::isNull() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 875-879 |
| | 2 | 2 |
QHostAddress::QHostAddress| Name: | QHostAddress::QHostAddress | | Prototype: | QHostAddress::QHostAddress() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 392-395 |
| | 2 | 1 |
QHostAddress::QHostAddress| Name: | QHostAddress::QHostAddress | | Prototype: | QHostAddress::QHostAddress(const QString &address) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 446-451 |
| | 2 | 1 |
QHostAddress::QHostAddress| Name: | QHostAddress::QHostAddress | | Prototype: | QHostAddress::QHostAddress(const QHostAddress &address) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 477-480 |
| | 2 | 1 |
QHomogeneousCoordinate::toPoint| Name: | QHomogeneousCoordinate::toPoint | | Prototype: | const QPointF toPoint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | | Lines: | 1538-1541 |
| | 2 | 1 |
QHistoryStatePrivate::QHistoryStatePrivate| Name: | QHistoryStatePrivate::QHistoryStatePrivate | | Prototype: | QHistoryStatePrivate::QHistoryStatePrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | | Lines: | 132-137 |
| | 2 | 1 |
QHistoryState::historyType| Name: | QHistoryState::historyType | | Prototype: | QHistoryState::HistoryType QHistoryState::historyType() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | | Lines: | 246-250 |
| | 2 | 1 |
QHistoryState::defaultTransition| Name: | QHistoryState::defaultTransition | | Prototype: | QAbstractTransition *QHistoryState::defaultTransition() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | | Lines: | 178-182 |
| | 2 | 1 |
QHistoryState::defaultState| Name: | QHistoryState::defaultState | | Prototype: | QAbstractState *QHistoryState::defaultState() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | | Lines: | 206-210 |
| | 2 | 1 |
QHistoryState::QHistoryState| Name: | QHistoryState::QHistoryState | | Prototype: | QHistoryState::QHistoryState(QState *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | | Lines: | 149-152 |
| | 2 | 1 |
QHistoryState::QHistoryState| Name: | QHistoryState::QHistoryState | | Prototype: | QHistoryState::QHistoryState(HistoryType type, QState *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | | Lines: | 157-162 |
| | 2 | 1 |
QHeaderViewPrivate::setHeaderSectionResizeMode| Name: | QHeaderViewPrivate::setHeaderSectionResizeMode | | Prototype: | void QHeaderViewPrivate::setHeaderSectionResizeMode(int visual, QHeaderView::ResizeMode mode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3690-3694 |
| | 2 | 1 |
QHeaderView::stretchSectionCount| Name: | QHeaderView::stretchSectionCount | | Prototype: | int QHeaderView::stretchSectionCount() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1371-1375 |
| | 2 | 1 |
QHeaderView::stretchLastSection| Name: | QHeaderView::stretchLastSection | | Prototype: | bool QHeaderView::stretchLastSection() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1493-1497 |
| | 2 | 1 |
QHeaderView::sortIndicatorSection| Name: | QHeaderView::sortIndicatorSection | | Prototype: | int QHeaderView::sortIndicatorSection() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1459-1463 |
| | 2 | 1 |
QHeaderView::sortIndicatorOrder| Name: | QHeaderView::sortIndicatorOrder | | Prototype: | Qt::SortOrder QHeaderView::sortIndicatorOrder() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1472-1476 |
| | 2 | 1 |
QHeaderView::setSectionsMovable| Name: | QHeaderView::setSectionsMovable | | Prototype: | void QHeaderView::setSectionsMovable(bool movable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1111-1115 |
| | 2 | 1 |
QHeaderView::setSectionsClickable| Name: | QHeaderView::setSectionsClickable | | Prototype: | void QHeaderView::setSectionsClickable(bool clickable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1161-1165 |
| | 2 | 1 |
QHeaderView::setResizeContentsPrecision| Name: | QHeaderView::setResizeContentsPrecision | | Prototype: | void QHeaderView::setResizeContentsPrecision(int precision) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1331-1335 |
| | 2 | 1 |
QHeaderView::setHighlightSections| Name: | QHeaderView::setHighlightSections | | Prototype: | void QHeaderView::setHighlightSections(bool highlight) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1203-1207 |
| | 2 | 1 |
QHeaderView::setCascadingSectionResizes| Name: | QHeaderView::setCascadingSectionResizes | | Prototype: | void QHeaderView::setCascadingSectionResizes(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1535-1539 |
| | 2 | 1 |
QHeaderView::sectionsMoved| Name: | QHeaderView::sectionsMoved | | Prototype: | bool QHeaderView::sectionsMoved() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1690-1694 |
| | 2 | 1 |
QHeaderView::sectionsMovable| Name: | QHeaderView::sectionsMovable | | Prototype: | bool QHeaderView::sectionsMovable() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1136-1140 |
| | 2 | 1 |
QHeaderView::sectionsHidden| Name: | QHeaderView::sectionsHidden | | Prototype: | bool QHeaderView::sectionsHidden() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1704-1708 |
| | 2 | 1 |
QHeaderView::sectionsClickable| Name: | QHeaderView::sectionsClickable | | Prototype: | bool QHeaderView::sectionsClickable() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1187-1191 |
| | 2 | 1 |
QHeaderView::scrollContentsBy| Name: | QHeaderView::scrollContentsBy | | Prototype: | void QHeaderView::scrollContentsBy(int dx, int dy) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 2898-2902 |
| | 2 | 1 |
QHeaderView::resizeSections| Name: | QHeaderView::resizeSections | | Prototype: | void QHeaderView::resizeSections(QHeaderView::ResizeMode mode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 946-950 |
| | 2 | 1 |
QHeaderView::resizeContentsPrecision| Name: | QHeaderView::resizeContentsPrecision | | Prototype: | int QHeaderView::resizeContentsPrecision() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1345-1349 |
| | 2 | 1 |
QHeaderView::reset| Name: | QHeaderView::reset | | Prototype: | void QHeaderView::reset() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1767-1774 |
| | 2 | 1 |
QHeaderView::orientation| Name: | QHeaderView::orientation | | Prototype: | Qt::Orientation QHeaderView::orientation() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 422-426 |
| | 2 | 1 |
QHeaderView::offset| Name: | QHeaderView::offset | | Prototype: | int QHeaderView::offset() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 435-439 |
| | 2 | 1 |
QHeaderView::isSortIndicatorShown| Name: | QHeaderView::isSortIndicatorShown | | Prototype: | bool QHeaderView::isSortIndicatorShown() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1403-1407 |
| | 2 | 1 |
QHeaderView::highlightSections| Name: | QHeaderView::highlightSections | | Prototype: | bool QHeaderView::highlightSections() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1209-1213 |
| | 2 | 1 |
QHeaderView::hiddenSectionCount| Name: | QHeaderView::hiddenSectionCount | | Prototype: | int QHeaderView::hiddenSectionCount() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 993-997 |
| | 2 | 1 |
QHeaderView::doItemsLayout| Name: | QHeaderView::doItemsLayout | | Prototype: | void QHeaderView::doItemsLayout() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1678-1682 |
| | 2 | 1 |
QHeaderView::defaultSectionSize| Name: | QHeaderView::defaultSectionSize | | Prototype: | int QHeaderView::defaultSectionSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1555-1559 |
| | 2 | 1 |
QHeaderView::defaultAlignment| Name: | QHeaderView::defaultAlignment | | Prototype: | Qt::Alignment QHeaderView::defaultAlignment() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1659-1663 |
| | 2 | 1 |
QHeaderView::cascadingSectionResizes| Name: | QHeaderView::cascadingSectionResizes | | Prototype: | bool QHeaderView::cascadingSectionResizes() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1529-1533 |
| | 2 | 1 |
QHBoxLayout::QHBoxLayout| Name: | QHBoxLayout::QHBoxLayout | | Prototype: | QHBoxLayout::QHBoxLayout(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | | Lines: | 1269-1272 |
| | 2 | 1 |
QHBoxLayout::QHBoxLayout| Name: | QHBoxLayout::QHBoxLayout | | Prototype: | QHBoxLayout::QHBoxLayout() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | | Lines: | 1278-1281 |
| | 2 | 1 |
QGuiGLThreadContext::~QGuiGLThreadContext| Name: | QGuiGLThreadContext::~QGuiGLThreadContext | | Prototype: | ~QGuiGLThreadContext() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | | Lines: | 228-231 |
| | 2 | 2 |
QGuiGLThreadContext::QGuiGLThreadContext| Name: | QGuiGLThreadContext::QGuiGLThreadContext | | Prototype: | QGuiGLThreadContext() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | | Lines: | 224-227 |
| | 2 | 1 |
QGuiApplicationPrivate::shouldQuit| Name: | QGuiApplicationPrivate::shouldQuit | | Prototype: | bool QGuiApplicationPrivate::shouldQuit() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 3065-3069 |
| | 2 | 1 |
QGuiApplicationPrivate::getPixmapCursor| Name: | QGuiApplicationPrivate::getPixmapCursor | | Prototype: | QPixmap QGuiApplicationPrivate::getPixmapCursor(Qt::CursorShape cshape) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 3622-3626 |
| | 2 | 1 |
QGuiApplicationPrivate::emitLastWindowClosed| Name: | QGuiApplicationPrivate::emitLastWindowClosed | | Prototype: | void QGuiApplicationPrivate::emitLastWindowClosed() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 3058-3063 |
| | 2 | 2 |
QGuiApplication::sessionKey| Name: | QGuiApplication::sessionKey | | Prototype: | QString QGuiApplication::sessionKey() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 3326-3330 |
| | 2 | 1 |
QGuiApplication::sessionId| Name: | QGuiApplication::sessionId | | Prototype: | QString QGuiApplication::sessionId() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 3320-3324 |
| | 2 | 1 |
QGuiApplication::platformNativeInterface| Name: | QGuiApplication::platformNativeInterface | | Prototype: | QPlatformNativeInterface *QGuiApplication::platformNativeInterface() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 1595-1599 |
| | 2 | 1 |
QGuiApplication::platformName| Name: | QGuiApplication::platformName | | Prototype: | QString QGuiApplication::platformName() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 1088-1092 |
| | 2 | 1 |
QGuiApplication::palette| Name: | QGuiApplication::palette | | Prototype: | QPalette QGuiApplication::palette() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 2898-2902 |
| | 2 | 1 |
QGuiApplication::overrideCursor| Name: | QGuiApplication::overrideCursor | | Prototype: | QCursor *QGuiApplication::overrideCursor() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 3428-3432 |
| | 2 | 2 |
QGuiApplication::isSessionRestored| Name: | QGuiApplication::isSessionRestored | | Prototype: | bool QGuiApplication::isSessionRestored() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 3314-3318 |
| | 2 | 1 |
QGuiApplication::isSavingSession| Name: | QGuiApplication::isSavingSession | | Prototype: | bool QGuiApplication::isSavingSession() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 3332-3336 |
| | 2 | 1 |
QGuiApplication::exec| Name: | QGuiApplication::exec | | Prototype: | int QGuiApplication::exec() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 1638-1644 |
| | 2 | 1 |
QGuiApplication::QGuiApplication| Name: | QGuiApplication::QGuiApplication | | Prototype: | QGuiApplication::QGuiApplication(int &argc, char **argv, int flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 585-592 |
| | 2 | 1 |
QGuiApplication::QGuiApplication| Name: | QGuiApplication::QGuiApplication | | Prototype: | QGuiApplication::QGuiApplication(QGuiApplicationPrivate &p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 597-600 |
| | 2 | 1 |
QGroupBox::title| Name: | QGroupBox::title | | Prototype: | QString QGroupBox::title() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | | Lines: | 269-273 |
| | 2 | 1 |
QGroupBox::isFlat| Name: | QGroupBox::isFlat | | Prototype: | bool QGroupBox::isFlat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | | Lines: | 521-525 |
| | 2 | 1 |
QGroupBox::isChecked| Name: | QGroupBox::isChecked | | Prototype: | bool QGroupBox::isChecked() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | | Lines: | 590-594 |
| | 2 | 1 |
QGroupBox::isCheckable| Name: | QGroupBox::isCheckable | | Prototype: | bool QGroupBox::isCheckable() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | | Lines: | 583-587 |
| | 2 | 1 |
QGroupBox::alignment| Name: | QGroupBox::alignment | | Prototype: | Qt::Alignment QGroupBox::alignment() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | | Lines: | 293-297 |
| | 2 | 1 |
QGroupBox::QGroupBox| Name: | QGroupBox::QGroupBox | | Prototype: | QGroupBox::QGroupBox(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | | Lines: | 185-190 |
| | 2 | 1 |
QGridLayoutPrivate::hasHeightForWidth| Name: | QGridLayoutPrivate::hasHeightForWidth | | Prototype: | bool QGridLayoutPrivate::hasHeightForWidth(int hSpacing, int vSpacing) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 376-380 |
| | 2 | 1 |
QGridLayoutItem::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: | 577-581 |
| | 2 | 1 |
QGridLayoutEngine::rowAlignment| Name: | QGridLayoutEngine::rowAlignment | | Prototype: | Qt::Alignment QGridLayoutEngine::rowAlignment(int row, Qt::Orientation orientation) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 928-932 |
| | 2 | 1 |
QGridLayoutEngine::itemAt| Name: | QGridLayoutEngine::itemAt | | Prototype: | QGridLayoutItem *QGridLayoutEngine::itemAt(int index) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 816-820 |
| | 2 | 1 |
QGridLayoutEngine::effectiveLastRow| Name: | QGridLayoutEngine::effectiveLastRow | | Prototype: | int QGridLayoutEngine::effectiveLastRow(Qt::Orientation orientation) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 828-832 |
| | 2 | 1 |
QGridLayoutEngine::effectiveFirstRow| Name: | QGridLayoutEngine::effectiveFirstRow | | Prototype: | int QGridLayoutEngine::effectiveFirstRow(Qt::Orientation orientation) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 822-826 |
| | 2 | 1 |
QGridLayoutEngine::constraintOrientation| Name: | QGridLayoutEngine::constraintOrientation | | Prototype: | Qt::Orientation QGridLayoutEngine::constraintOrientation() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1629-1633 |
| | 2 | 1 |
QGridLayout::~QGridLayout| Name: | QGridLayout::~QGridLayout | | Prototype: | QGridLayout::~QGridLayout() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1125-1129 |
| | 2 | 1 |
QGridLayout::takeAt| Name: | QGridLayout::takeAt | | Prototype: | QLayoutItem *QGridLayout::takeAt(int index) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1351-1355 |
| | 2 | 1 |
QGridLayout::rowStretch| Name: | QGridLayout::rowStretch | | Prototype: | int QGridLayout::rowStretch(int row) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1562-1566 |
| | 2 | 1 |
QGridLayout::rowMinimumHeight| Name: | QGridLayout::rowMinimumHeight | | Prototype: | int QGridLayout::rowMinimumHeight(int row) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1622-1626 |
| | 2 | 1 |
QGridLayout::rowCount| Name: | QGridLayout::rowCount | | Prototype: | int QGridLayout::rowCount() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1219-1223 |
| | 2 | 1 |
QGridLayout::itemAt| Name: | QGridLayout::itemAt | | Prototype: | QLayoutItem *QGridLayout::itemAt(int index) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1320-1324 |
| | 2 | 1 |
QGridLayout::getItemPosition| Name: | QGridLayout::getItemPosition | | Prototype: | void QGridLayout::getItemPosition(int index, int *row, int *column, int *rowSpan, int *columnSpan) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1366-1370 |
| | 2 | 1 |
QGridLayout::expandingDirections| Name: | QGridLayout::expandingDirections | | Prototype: | Qt::Orientations QGridLayout::expandingDirections() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1654-1658 |
| | 2 | 1 |
QGridLayout::count| Name: | QGridLayout::count | | Prototype: | int QGridLayout::count() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1310-1314 |
| | 2 | 1 |
QGridLayout::columnStretch| Name: | QGridLayout::columnStretch | | Prototype: | int QGridLayout::columnStretch(int column) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1573-1577 |
| | 2 | 1 |
QGridLayout::columnMinimumWidth| Name: | QGridLayout::columnMinimumWidth | | Prototype: | int QGridLayout::columnMinimumWidth(int column) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1645-1649 |
| | 2 | 1 |
QGridLayout::columnCount| Name: | QGridLayout::columnCount | | Prototype: | int QGridLayout::columnCount() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1228-1232 |
| | 2 | 1 |
QGridLayout::cellRect| Name: | QGridLayout::cellRect | | Prototype: | QRect QGridLayout::cellRect(int row, int column) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1395-1399 |
| | 2 | 1 |
QGridLayout::QGridLayout| Name: | QGridLayout::QGridLayout | | Prototype: | QGridLayout::QGridLayout(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1073-1078 |
| | 2 | 1 |
QGridLayout::QGridLayout| Name: | QGridLayout::QGridLayout | | Prototype: | QGridLayout::QGridLayout() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 1087-1092 |
| | 2 | 1 |