| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QHostAddressPrivate::clear| Name: | QHostAddressPrivate::clear | | Prototype: | void QHostAddressPrivate::clear() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 217-223 |
| | 4 | 1 |
QHostAddressPrivate::QHostAddressPrivate| Name: | QHostAddressPrivate::QHostAddressPrivate | | Prototype: | QHostAddressPrivate::QHostAddressPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 124-128 |
| | 1 | 1 |
QHostAddress::toString| Name: | QHostAddress::toString | | Prototype: | QString QHostAddress::toString() const | | Coverage: | 100.000% (15/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 730-751 |
| | 14 | 5 |
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: | 714-718 |
| | 2 | 2 |
QHostAddress::toIPv4Address| Name: | QHostAddress::toIPv4Address | | Prototype: | quint32 QHostAddress::toIPv4Address() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 661-664 |
| | 1 | 1 |
QHostAddress::toIPv4Address| Name: | QHostAddress::toIPv4Address | | Prototype: | quint32 QHostAddress::toIPv4Address(bool *ok) const | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 681-689 |
| | 6 | 3 |
QHostAddress::setScopeId| Name: | QHostAddress::setScopeId | | Prototype: | void QHostAddress::setScopeId(const QString &id) | | Coverage: | 57.143% (4/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 807-812 |
| | 3 | 3 |
QHostAddress::setAddress| Name: | QHostAddress::setAddress | | Prototype: | void QHostAddress::setAddress(quint32 ip4Addr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 570-573 |
| | 1 | 1 |
QHostAddress::setAddress| Name: | QHostAddress::setAddress | | Prototype: | void QHostAddress::setAddress(quint8 *ip6Addr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 583-586 |
| | 1 | 1 |
QHostAddress::setAddress| Name: | QHostAddress::setAddress | | Prototype: | void QHostAddress::setAddress(const quint8 *ip6Addr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 597-600 |
| | 1 | 1 |
QHostAddress::setAddress| Name: | QHostAddress::setAddress | | Prototype: | void QHostAddress::setAddress(const Q_IPV6ADDR &ip6Addr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 607-610 |
| | 1 | 1 |
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: | 620-624 |
| | 2 | 1 |
QHostAddress::setAddress| Name: | QHostAddress::setAddress | | Prototype: | void QHostAddress::setAddress(const struct sockaddr *sockaddr) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 634-645 |
| | 5 | 3 |
QHostAddress::scopeId| Name: | QHostAddress::scopeId | | Prototype: | QString QHostAddress::scopeId() const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 789-793 |
| | 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: | 694-698 |
| | 2 | 2 |
QHostAddress::parseSubnet| Name: | QHostAddress::parseSubnet | | Prototype: | QPair<QHostAddress, int> QHostAddress::parseSubnet(const QString &subnet) | | Coverage: | 96.721% (59/61) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 980-1076 |
| | 53 | 19 |
QHostAddress::operator==| Name: | QHostAddress::operator== | | Prototype: | bool QHostAddress::operator==(const QHostAddress &other) const | | Coverage: | 90.476% (19/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 818-830 |
| | 8 | 5 |
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: | 526-530 |
| | 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: | 538-542 |
| | 2 | 1 |
QHostAddress::operator ==| Name: | QHostAddress::operator == | | Prototype: | bool QHostAddress::operator ==(SpecialAddress other) const | | Coverage: | 100.000% (28/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 836-869 |
| | 15 | 10 |
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: | 876-880 |
| | 2 | 2 |
QHostAddress::isMulticast| Name: | QHostAddress::isMulticast | | Prototype: | bool QHostAddress::isMulticast() const | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 1110-1118 |
| | 6 | 4 |
QHostAddress::isLoopback| Name: | QHostAddress::isLoopback | | Prototype: | bool QHostAddress::isLoopback() const | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 1084-1102 |
| | 9 | 4 |
QHostAddress::isInSubnet| Name: | QHostAddress::isInSubnet | | Prototype: | bool QHostAddress::isInSubnet(const QHostAddress &subnet, int netmask) const | | Coverage: | 86.667% (26/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 901-939 |
| | 26 | 9 |
QHostAddress::isInSubnet| Name: | QHostAddress::isInSubnet | | Prototype: | bool QHostAddress::isInSubnet(const QPair<QHostAddress, int> &subnet) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 950-953 |
| | 1 | 1 |
QHostAddress::clear| Name: | QHostAddress::clear | | Prototype: | void QHostAddress::clear() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 562-565 |
| | 1 | 1 |
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: | 386-389 |
| | 2 | 1 |
QHostAddress::QHostAddress| Name: | QHostAddress::QHostAddress | | Prototype: | QHostAddress::QHostAddress(quint32 ip4Addr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 394-398 |
| | 1 | 1 |
QHostAddress::QHostAddress| Name: | QHostAddress::QHostAddress | | Prototype: | QHostAddress::QHostAddress(quint8 *ip6Addr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 406-410 |
| | 1 | 1 |
QHostAddress::QHostAddress| Name: | QHostAddress::QHostAddress | | Prototype: | QHostAddress::QHostAddress(const quint8 *ip6Addr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 419-423 |
| | 1 | 1 |
QHostAddress::QHostAddress| Name: | QHostAddress::QHostAddress | | Prototype: | QHostAddress::QHostAddress(const Q_IPV6ADDR &ip6Addr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 428-432 |
| | 1 | 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: | 440-445 |
| | 2 | 1 |
QHostAddress::QHostAddress| Name: | QHostAddress::QHostAddress | | Prototype: | QHostAddress::QHostAddress(const struct sockaddr *sockaddr) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 455-466 |
| | 4 | 3 |
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: | 471-474 |
| | 2 | 1 |
QHostAddress::QHostAddress| Name: | QHostAddress::QHostAddress | | Prototype: | QHostAddress::QHostAddress(SpecialAddress address) | | Coverage: | 100.000% (15/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 479-513 |
| | 16 | 8 |
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: | 1522-1525 |
| | 2 | 1 |
QHomogeneousCoordinate::QHomogeneousCoordinate| Name: | QHomogeneousCoordinate::QHomogeneousCoordinate | | Prototype: | QHomogeneousCoordinate(qreal x_, qreal y_, qreal w_) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | | Lines: | 1520-1520 |
| | 1 | 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: | 126-131 |
| | 2 | 1 |
QHistoryState::setHistoryType| Name: | QHistoryState::setHistoryType | | Prototype: | void QHistoryState::setHistoryType(HistoryType type) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | | Lines: | 246-253 |
| | 4 | 2 |
QHistoryState::setDefaultTransition| Name: | QHistoryState::setDefaultTransition | | Prototype: | void QHistoryState::setDefaultTransition(QAbstractTransition *transition) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | | Lines: | 186-194 |
| | 5 | 2 |
QHistoryState::setDefaultState| Name: | QHistoryState::setDefaultState | | Prototype: | void QHistoryState::setDefaultState(QAbstractState *state) | | Coverage: | 47.368% (9/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | | Lines: | 213-232 |
| | 13 | 4 |
QHistoryState::onExit| Name: | QHistoryState::onExit | | Prototype: | void QHistoryState::onExit(QEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | | Lines: | 266-269 |
| | 1 | 1 |
QHistoryState::onEntry| Name: | QHistoryState::onEntry | | Prototype: | void QHistoryState::onEntry(QEvent *event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | | Lines: | 258-261 |
| | 1 | 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: | 237-241 |
| | 2 | 1 |
QHistoryState::event| Name: | QHistoryState::event | | Prototype: | bool QHistoryState::event(QEvent *e) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | | Lines: | 274-277 |
| | 1 | 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: | 172-176 |
| | 2 | 1 |
QHistoryState::defaultState| Name: | QHistoryState::defaultState | | Prototype: | QAbstractState *QHistoryState::defaultState() const | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | | Lines: | 200-204 |
| | 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: | 143-146 |
| | 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: | 151-156 |
| | 2 | 1 |
QHighDpiScaling::updateHighDpiScaling| Name: | QHighDpiScaling::updateHighDpiScaling | | Prototype: | void QHighDpiScaling::updateHighDpiScaling() | | Coverage: | 0.000% (0/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | | Lines: | 258-309 |
| | 35 | 13 |
QHighDpiScaling::setScreenFactor| Name: | QHighDpiScaling::setScreenFactor | | Prototype: | void QHighDpiScaling::setScreenFactor(QScreen *screen, qreal factor) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | | Lines: | 333-344 |
| | 6 | 3 |
QHighDpiScaling::setGlobalFactor| Name: | QHighDpiScaling::setGlobalFactor | | Prototype: | void QHighDpiScaling::setGlobalFactor(qreal factor) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | | Lines: | 314-326 |
| | 9 | 4 |
QHighDpiScaling::screenSubfactor| Name: | QHighDpiScaling::screenSubfactor | | Prototype: | qreal QHighDpiScaling::screenSubfactor(const QPlatformScreen *screen) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | | Lines: | 364-377 |
| | 9 | 5 |
QHighDpiScaling::origin| Name: | QHighDpiScaling::origin | | Prototype: | QPoint QHighDpiScaling::origin(const QScreen *screen) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | | Lines: | 414-417 |
| | 1 | 1 |
QHighDpiScaling::origin| Name: | QHighDpiScaling::origin | | Prototype: | QPoint QHighDpiScaling::origin(const QPlatformScreen *platformScreen) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | | Lines: | 419-422 |
| | 1 | 1 |
QHighDpiScaling::mapPositionToNative| Name: | QHighDpiScaling::mapPositionToNative | | Prototype: | QPoint QHighDpiScaling::mapPositionToNative(const QPoint &pos, const QPlatformScreen *platformScreen) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | | Lines: | 346-353 |
| | 5 | 2 |
QHighDpiScaling::mapPositionFromNative| Name: | QHighDpiScaling::mapPositionFromNative | | Prototype: | QPoint QHighDpiScaling::mapPositionFromNative(const QPoint &pos, const QPlatformScreen *platformScreen) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | | Lines: | 355-362 |
| | 5 | 2 |
QHighDpiScaling::logicalDpi| Name: | QHighDpiScaling::logicalDpi | | Prototype: | QDpi QHighDpiScaling::logicalDpi() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | | Lines: | 379-382 |
| | 1 | 1 |
QHighDpiScaling::initHighDpiScaling| Name: | QHighDpiScaling::initHighDpiScaling | | Prototype: | void QHighDpiScaling::initHighDpiScaling() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | | Lines: | 243-256 |
| | 5 | 1 |
QHighDpiScaling::factor| Name: | QHighDpiScaling::factor | | Prototype: | qreal QHighDpiScaling::factor(const QScreen *screen) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | | Lines: | 384-396 |
| | 6 | 3 |
QHighDpiScaling::factor| Name: | QHighDpiScaling::factor | | Prototype: | qreal QHighDpiScaling::factor(const QPlatformScreen *platformScreen) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | | Lines: | 398-404 |
| | 3 | 2 |
QHighDpiScaling::factor| Name: | QHighDpiScaling::factor | | Prototype: | qreal QHighDpiScaling::factor(const QWindow *window) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | | Lines: | 406-412 |
| | 3 | 2 |
QHideEvent::QHideEvent| Name: | QHideEvent::QHideEvent | | Prototype: | QHideEvent::QHideEvent() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 3372-3374 |
| | 1 | 1 |
QHelpEvent::QHelpEvent| Name: | QHelpEvent::QHelpEvent | | Prototype: | QHelpEvent::QHelpEvent(Type type, const QPoint &pos, const QPoint &globalPos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 3123-3125 |
| | 1 | 1 |
QHeaderViewPrivate::write| Name: | QHeaderViewPrivate::write | | Prototype: | void QHeaderViewPrivate::write(QDataStream &out) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3665-3696 |
| | 24 | 1 |
QHeaderViewPrivate::viewSectionSizeHint| Name: | QHeaderViewPrivate::viewSectionSizeHint | | Prototype: | int QHeaderViewPrivate::viewSectionSizeHint(int logical) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3623-3631 |
| | 5 | 2 |
QHeaderViewPrivate::updateSectionIndicator| Name: | QHeaderViewPrivate::updateSectionIndicator | | Prototype: | void QHeaderViewPrivate::updateSectionIndicator(int section, int position) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3117-3133 |
| | 9 | 4 |
QHeaderViewPrivate::updateHiddenSections| Name: | QHeaderViewPrivate::updateHiddenSections | | Prototype: | void QHeaderViewPrivate::updateHiddenSections(int logicalFirst, int logicalLast) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1916-1930 |
| | 10 | 5 |
QHeaderViewPrivate::updateDefaultSectionSizeFromStyle| Name: | QHeaderViewPrivate::updateDefaultSectionSizeFromStyle | | Prototype: | void QHeaderViewPrivate::updateDefaultSectionSizeFromStyle() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3537-3546 |
| | 5 | 2 |
QHeaderViewPrivate::setupSectionIndicator| Name: | QHeaderViewPrivate::setupSectionIndicator | | Prototype: | void QHeaderViewPrivate::setupSectionIndicator(int section, int position) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3086-3115 |
| | 20 | 3 |
QHeaderViewPrivate::setScrollOffset| Name: | QHeaderViewPrivate::setScrollOffset | | Prototype: | void QHeaderViewPrivate::setScrollOffset(const QScrollBar *scrollBar, QAbstractItemView::ScrollMode scrollMode) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3651-3662 |
| | 6 | 3 |
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: | 3603-3607 |
| | 2 | 1 |
QHeaderViewPrivate::setGlobalHeaderResizeMode| Name: | QHeaderViewPrivate::setGlobalHeaderResizeMode | | Prototype: | void QHeaderViewPrivate::setGlobalHeaderResizeMode(QHeaderView::ResizeMode mode) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3616-3621 |
| | 3 | 2 |
QHeaderViewPrivate::setDefaultSectionSize| Name: | QHeaderViewPrivate::setDefaultSectionSize | | Prototype: | void QHeaderViewPrivate::setDefaultSectionSize(int size) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3510-3535 |
| | 20 | 6 |
QHeaderViewPrivate::sectionHandleAt| Name: | QHeaderViewPrivate::sectionHandleAt | | Prototype: | int QHeaderViewPrivate::sectionHandleAt(int position) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3057-3084 |
| | 19 | 7 |
QHeaderViewPrivate::resizeSections| Name: | QHeaderViewPrivate::resizeSections | | Prototype: | void QHeaderViewPrivate::resizeSections(QHeaderView::ResizeMode globalMode, bool useGlobalMode) | | Coverage: | 0.000% (0/80) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3217-3344 |
| | 82 | 19 |
QHeaderViewPrivate::resizeSectionItem| Name: | QHeaderViewPrivate::resizeSectionItem | | Prototype: | void QHeaderViewPrivate::resizeSectionItem(int visualIndex, int oldSize, int newSize) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3558-3564 |
| | 4 | 1 |
QHeaderViewPrivate::removeSectionsFromSectionItems| Name: | QHeaderViewPrivate::removeSectionsFromSectionItems | | Prototype: | void QHeaderViewPrivate::removeSectionsFromSectionItems(int start, int end) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3362-3371 |
| | 6 | 2 |
QHeaderViewPrivate::recalcSectionStartPos| Name: | QHeaderViewPrivate::recalcSectionStartPos | | Prototype: | void QHeaderViewPrivate::recalcSectionStartPos() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3548-3556 |
| | 5 | 2 |
QHeaderViewPrivate::read| Name: | QHeaderViewPrivate::read | | Prototype: | bool QHeaderViewPrivate::read(QDataStream &in) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3698-3812 |
| | 88 | 10 |
QHeaderViewPrivate::lastVisibleVisualIndex| Name: | QHeaderViewPrivate::lastVisibleVisualIndex | | Prototype: | int QHeaderViewPrivate::lastVisibleVisualIndex() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3192-3202 |
| | 5 | 3 |
QHeaderViewPrivate::isSectionSelected| Name: | QHeaderViewPrivate::isSectionSelected | | Prototype: | bool QHeaderViewPrivate::isSectionSelected(int section) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3155-3170 |
| | 12 | 4 |
QHeaderViewPrivate::isLastVisibleSection| Name: | QHeaderViewPrivate::isLastVisibleSection | | Prototype: | bool QHeaderViewPrivate::isLastVisibleSection(int section) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3180-3186 |
| | 4 | 2 |
QHeaderViewPrivate::isFirstVisibleSection| Name: | QHeaderViewPrivate::isFirstVisibleSection | | Prototype: | bool QHeaderViewPrivate::isFirstVisibleSection(int section) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3172-3178 |
| | 4 | 2 |
QHeaderViewPrivate::headerVisualIndexAt| Name: | QHeaderViewPrivate::headerVisualIndexAt | | Prototype: | int QHeaderViewPrivate::headerVisualIndexAt(int position) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3583-3601 |
| | 12 | 5 |
QHeaderViewPrivate::headerSectionSize| Name: | QHeaderViewPrivate::headerSectionSize | | Prototype: | int QHeaderViewPrivate::headerSectionSize(int visual) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3566-3571 |
| | 3 | 2 |
QHeaderViewPrivate::headerSectionResizeMode| Name: | QHeaderViewPrivate::headerSectionResizeMode | | Prototype: | QHeaderView::ResizeMode QHeaderViewPrivate::headerSectionResizeMode(int visual) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3609-3614 |
| | 3 | 2 |
QHeaderViewPrivate::headerSectionPosition| Name: | QHeaderViewPrivate::headerSectionPosition | | Prototype: | int QHeaderViewPrivate::headerSectionPosition(int visual) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3573-3581 |
| | 5 | 3 |
QHeaderViewPrivate::flipSortIndicator| Name: | QHeaderViewPrivate::flipSortIndicator | | Prototype: | void QHeaderViewPrivate::flipSortIndicator(int section) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3386-3400 |
| | 9 | 3 |
QHeaderViewPrivate::createSectionItems| Name: | QHeaderViewPrivate::createSectionItems | | Prototype: | void QHeaderViewPrivate::createSectionItems(int start, int end, int size, QHeaderView::ResizeMode mode) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3346-3360 |
| | 10 | 3 |
QHeaderViewPrivate::clear| Name: | QHeaderViewPrivate::clear | | Prototype: | void QHeaderViewPrivate::clear() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3373-3384 |
| | 8 | 2 |
QHeaderViewPrivate::cascadingResize| Name: | QHeaderViewPrivate::cascadingResize | | Prototype: | void QHeaderViewPrivate::cascadingResize(int visual, int newSize) | | Coverage: | 0.000% (0/75) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3402-3508 |
| | 65 | 24 |
QHeaderViewPrivate::adjustedVisualIndex| Name: | QHeaderViewPrivate::adjustedVisualIndex | | Prototype: | int QHeaderViewPrivate::adjustedVisualIndex(int visualIndex) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3633-3649 |
| | 11 | 5 |
QHeaderViewPrivate::_q_sectionsRemoved| Name: | QHeaderViewPrivate::_q_sectionsRemoved | | Prototype: | void QHeaderViewPrivate::_q_sectionsRemoved(const QModelIndex &parent, int logicalFirst, int logicalLast) | | Coverage: | 0.000% (0/56) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1932-2006 |
| | 51 | 17 |
QHeaderViewPrivate::_q_layoutChanged| Name: | QHeaderViewPrivate::_q_layoutChanged | | Prototype: | void QHeaderViewPrivate::_q_layoutChanged() | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 2028-2066 |
| | 27 | 9 |
QHeaderViewPrivate::_q_layoutAboutToBeChanged| Name: | QHeaderViewPrivate::_q_layoutAboutToBeChanged | | Prototype: | void QHeaderViewPrivate::_q_layoutAboutToBeChanged() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 2008-2026 |
| | 10 | 5 |
QHeaderView::visualRegionForSelection| Name: | QHeaderView::visualRegionForSelection | | Prototype: | QRegion QHeaderView::visualRegionForSelection(const QItemSelection &selection) const | | Coverage: | 0.000% (0/98) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 2956-3052 |
| | 70 | 26 |
QHeaderView::visualRect| Name: | QHeaderView::visualRect | | Prototype: | QRect QHeaderView::visualRect(const QModelIndex &) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 2885-2888 |
| | 1 | 1 |
QHeaderView::visualIndexAt| Name: | QHeaderView::visualIndexAt | | Prototype: | int QHeaderView::visualIndexAt(int position) const | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 593-619 |
| | 20 | 7 |
QHeaderView::visualIndex| Name: | QHeaderView::visualIndex | | Prototype: | int QHeaderView::visualIndex(int logicalIndex) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1042-1057 |
| | 12 | 5 |