Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QHttpMultiPart::QHttpMultiPartName: | 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 |
QHostInfoRunnable::QHostInfoRunnableName: | QHostInfoRunnable::QHostInfoRunnable | Prototype: | QHostInfoRunnable::QHostInfoRunnable(const QString &hn, int i) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 490-493 |
| | 1 | 1 |
QHostInfoLookupManager::~QHostInfoLookupManagerName: | 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 |
QHostInfoLookupManager::work::[lambda]Name: | QHostInfoLookupManager::work::[lambda] | Prototype: | [this](QHostInfoRunnable *lookup) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 606-608 |
| | 1 | 1 |
QHostInfoLookupManager::clearName: | QHostInfoLookupManager::clear | Prototype: | void QHostInfoLookupManager::clear() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 570-584 |
| | 9 | 1 |
QHostInfoLookupManager::QHostInfoLookupManagerName: | 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: | 555-560 |
| | 3 | 1 |
QHostInfoCache::setEnabledName: | QHostInfoCache::setEnabled | Prototype: | void QHostInfoCache::setEnabled(bool e) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 766-769 |
| | 1 | 1 |
QHostInfoCache::putName: | QHostInfoCache::put | Prototype: | void QHostInfoCache::put(const QString &name, const QHostInfo &info) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 790-803 |
| | 8 | 2 |
QHostInfoCache::isEnabledName: | QHostInfoCache::isEnabled | Prototype: | bool QHostInfoCache::isEnabled() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 759-762 |
| | 1 | 1 |
QHostInfoCache::getName: | QHostInfoCache::get | Prototype: | QHostInfo QHostInfoCache::get(const QString &name, bool *valid) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 772-788 |
| | 7 | 3 |
QHostInfoCache::clearName: | 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 |
QHostInfoCache::QHostInfoCacheName: | QHostInfoCache::QHostInfoCache | Prototype: | QHostInfoCache::QHostInfoCache() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 752-757 |
| | 5 | 1 |
QHostInfo::setLookupIdName: | QHostInfo::setLookupId | Prototype: | void QHostInfo::setLookupId(int id) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 432-435 |
| | 1 | 1 |
QHostInfo::setHostNameName: | QHostInfo::setHostName | Prototype: | void QHostInfo::setHostName(const QString &hostName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 391-394 |
| | 1 | 1 |
QHostInfo::setErrorStringName: | QHostInfo::setErrorString | Prototype: | void QHostInfo::setErrorString(const QString &str) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 454-457 |
| | 1 | 1 |
QHostInfo::setErrorName: | QHostInfo::setError | Prototype: | void QHostInfo::setError(HostInfoError error) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 412-415 |
| | 1 | 1 |
QHostInfo::setAddressesName: | QHostInfo::setAddresses | Prototype: | void QHostInfo::setAddresses(const QList<QHostAddress> &addresses) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 371-374 |
| | 1 | 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::lookupIdName: | QHostInfo::lookupId | Prototype: | int QHostInfo::lookupId() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 422-425 |
| | 1 | 1 |
QHostInfo::localHostNameName: | QHostInfo::localHostName | Prototype: | QString QHostInfo::localHostName() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 474-477 |
| | 1 | 1 |
QHostInfo::hostNameName: | QHostInfo::hostName | Prototype: | QString QHostInfo::hostName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 381-384 |
| | 1 | 1 |
QHostInfo::fromNameName: | QHostInfo::fromName | Prototype: | QHostInfo QHostInfo::fromName(const QString &name) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 268-278 |
| | 4 | 1 |
QHostInfo::errorStringName: | QHostInfo::errorString | Prototype: | QString QHostInfo::errorString() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 443-446 |
| | 1 | 1 |
QHostInfo::errorName: | QHostInfo::error | Prototype: | QHostInfo::HostInfoError QHostInfo::error() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 402-405 |
| | 1 | 1 |
QHostInfo::addressesName: | QHostInfo::addresses | Prototype: | QList<QHostAddress> QHostInfo::addresses() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 361-364 |
| | 1 | 1 |
QHostInfo::abortHostLookupName: | QHostInfo::abortHostLookup | Prototype: | void QHostInfo::abortHostLookup(int id) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 250-253 |
| | 1 | 1 |
QHostInfo::QHostInfoName: | QHostInfo::QHostInfo | Prototype: | QHostInfo::QHostInfo(int id) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 320-324 |
| | 1 | 1 |
QHostInfo::QHostInfoName: | 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 |
QHostAddressPrivate::setAddressName: | QHostAddressPrivate::setAddress | Prototype: | void QHostAddressPrivate::setAddress(quint32 a_) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 136-150 |
| | 8 | 2 |
QHostAddressPrivate::setAddressName: | QHostAddressPrivate::setAddress | Prototype: | void QHostAddressPrivate::setAddress(const quint8 *a_) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 170-177 |
| | 5 | 1 |
QHostAddressPrivate::setAddressName: | QHostAddressPrivate::setAddress | Prototype: | void QHostAddressPrivate::setAddress(const Q_IPV6ADDR &a_) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 179-182 |
| | 1 | 1 |
QHostAddressPrivate::parseName: | QHostAddressPrivate::parse | Prototype: | bool QHostAddressPrivate::parse() | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 197-221 |
| | 15 | 5 |
QHostAddressPrivate::clearName: | 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: | 223-229 |
| | 4 | 1 |
QHostAddressPrivate::QHostAddressPrivateName: | 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: | 130-134 |
| | 1 | 1 |
QHostAddress::toStringName: | 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: | 736-750 |
| | 11 | 5 |
QHostAddress::toIPv6AddressName: | 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::toIPv4AddressName: | 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: | 667-670 |
| | 1 | 1 |
QHostAddress::setAddressName: | 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: | 576-579 |
| | 1 | 1 |
QHostAddress::setAddressName: | 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: | 589-592 |
| | 1 | 1 |
QHostAddress::setAddressName: | 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: | 613-616 |
| | 1 | 1 |
QHostAddress::setAddressName: | 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::scopeIdName: | 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::protocolName: | 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::operator ==Name: | QHostAddress::operator == | Prototype: | bool QHostAddress::operator ==(SpecialAddress other) const | Coverage: | 100.000% (20/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 835-868 |
| | 15 | 10 |
QHostAddress::isNullName: | 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::isMulticastName: | 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: | 1109-1117 |
| | 6 | 4 |
QHostAddress::isLoopbackName: | 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: | 1083-1101 |
| | 9 | 4 |
QHostAddress::isInSubnetName: | 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: | 949-952 |
| | 1 | 1 |
QHostAddress::clearName: | 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: | 568-571 |
| | 1 | 1 |
QHostAddress::QHostAddressName: | 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::QHostAddressName: | 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: | 400-404 |
| | 1 | 1 |
QHostAddress::QHostAddressName: | 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: | 412-416 |
| | 1 | 1 |
QHostAddress::QHostAddressName: | 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: | 434-438 |
| | 1 | 1 |
QHostAddress::QHostAddressName: | 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::QHostAddressName: | 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 |
QHostAddress::QHostAddressName: | 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: | 485-519 |
| | 16 | 8 |
QHistoryStatePrivate::QHistoryStatePrivateName: | 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::historyTypeName: | 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::eventName: | 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: | 283-286 |
| | 1 | 1 |
QHistoryState::defaultTransitionName: | 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::defaultStateName: | 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::QHistoryStateName: | 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::QHistoryStateName: | 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 |
QHashData::rehashName: | QHashData::rehash | Prototype: | void QHashData::rehash(int hint) | Coverage: | 100.000% (33/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 668-712 |
| | 34 | 11 |
QHashData::nextNodeName: | QHashData::nextNode | Prototype: | QHashData::Node *QHashData::nextNode(Node *node) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 604-625 |
| | 12 | 4 |
QHashData::freeNodeName: | QHashData::freeNode | Prototype: | void QHashData::freeNode(void *node) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 506-512 |
| | 3 | 2 |
QGlobalNetworkProxy::~QGlobalNetworkProxyName: | QGlobalNetworkProxy::~QGlobalNetworkProxy | Prototype: | ~QGlobalNetworkProxy() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy.cpp | Lines: | 265-275 |
| | 4 | 1 |
QGlobalNetworkProxy::setApplicationProxyName: | QGlobalNetworkProxy::setApplicationProxy | Prototype: | void setApplicationProxy(const QNetworkProxy &proxy) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy.cpp | Lines: | 277-285 |
| | 6 | 2 |
QGlobalNetworkProxy::applicationProxyName: | QGlobalNetworkProxy::applicationProxy | Prototype: | QNetworkProxy applicationProxy() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy.cpp | Lines: | 298-301 |
| | 1 | 1 |
QGlobalNetworkProxy::QGlobalNetworkProxyName: | QGlobalNetworkProxy::QGlobalNetworkProxy | Prototype: | QGlobalNetworkProxy() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy.cpp | Lines: | 243-263 |
| | 2 | 1 |
QGenericUnixThemePrivate::QGenericUnixThemePrivateName: | QGenericUnixThemePrivate::QGenericUnixThemePrivate | Prototype: | QGenericUnixThemePrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 138-144 |
| | 1 | 1 |
QGenericUnixTheme::xdgIconThemePaths::[lambda]Name: | QGenericUnixTheme::xdgIconThemePaths::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 187-187 |
| | 0 | 1 |
QGenericUnixTheme::themeHint::[lambda]Name: | QGenericUnixTheme::themeHint::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 223-223 |
| | 0 | 1 |
QGenericUnixTheme::themeHintName: | QGenericUnixTheme::themeHint | Prototype: | QVariant QGenericUnixTheme::themeHint(ThemeHint hint) const | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 212-232 |
| | 8 | 9 |
QGenericUnixTheme::fontName: | QGenericUnixTheme::font | Prototype: | const QFont *QGenericUnixTheme::font(Font type) const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 155-166 |
| | 5 | 4 |
QGenericUnixTheme::QGenericUnixThemeName: | QGenericUnixTheme::QGenericUnixTheme | Prototype: | QGenericUnixTheme::QGenericUnixTheme() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 150-153 |
| | 2 | 1 |
QGenericUnixServices::desktopEnvironmentName: | QGenericUnixServices::desktopEnvironment | Prototype: | QByteArray QGenericUnixServices::desktopEnvironment() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/services/genericunix/qgenericunixservices.cpp | Lines: | 133-137 |
| | 1 | 1 |
QGLWidgetPrivate::initName: | QGLWidgetPrivate::init | Prototype: | void QGLWidgetPrivate::init(QGLContext *context, const QGLWidget *shareWidget) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 5160-5163 |
| | 1 | 1 |
QGLWidgetGLPaintDevice::sizeName: | QGLWidgetGLPaintDevice::size | Prototype: | QSize QGLWidgetGLPaintDevice::size() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpaintdevice.cpp | Lines: | 198-206 |
| | 1 | 1 |
QGLWidgetGLPaintDevice::setWidgetName: | QGLWidgetGLPaintDevice::setWidget | Prototype: | void QGLWidgetGLPaintDevice::setWidget(QGLWidget* w) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpaintdevice.cpp | Lines: | 166-169 |
| | 1 | 1 |
QGLWidgetGLPaintDevice::contextName: | QGLWidgetGLPaintDevice::context | Prototype: | QGLContext* QGLWidgetGLPaintDevice::context() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpaintdevice.cpp | Lines: | 208-211 |
| | 1 | 1 |
QGLWidget::~QGLWidgetName: | QGLWidget::~QGLWidget | Prototype: | QGLWidget::~QGLWidget() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3986-3992 |
| | 4 | 1 |
QGLWidget::swapBuffersName: | QGLWidget::swapBuffers | Prototype: | void QGLWidget::swapBuffers() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 4117-4121 |
| | 2 | 1 |
QGLWidget::paintEngineName: | QGLWidget::paintEngine | Prototype: | QPaintEngine *QGLWidget::paintEngine() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 5155-5158 |
| | 1 | 1 |
QGLWidget::makeCurrentName: | QGLWidget::makeCurrent | Prototype: | void QGLWidget::makeCurrent() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 4084-4088 |
| | 2 | 1 |
QGLWidget::isValidName: | QGLWidget::isValid | Prototype: | bool QGLWidget::isValid() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 4054-4058 |
| | 2 | 1 |
QGLWidget::isSharingName: | QGLWidget::isSharing | Prototype: | bool QGLWidget::isSharing() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 4070-4074 |
| | 2 | 1 |
QGLWidget::contextName: | QGLWidget::context | Prototype: | QGLContext *QGLWidget::context() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 5005-5009 |
| | 2 | 1 |
QGLWidget::autoBufferSwapName: | QGLWidget::autoBufferSwap | Prototype: | bool QGLWidget::autoBufferSwap() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 5023-5027 |
| | 2 | 1 |
QGLWidget::QGLWidgetName: | QGLWidget::QGLWidget | Prototype: | QGLWidget::QGLWidget(QWidget *parent, const QGLWidget* shareWidget, Qt::WindowFlags f) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 3881-3889 |
| | 5 | 1 |
QGLTextureCache::~QGLTextureCacheName: | QGLTextureCache::~QGLTextureCache | Prototype: | QGLTextureCache::~QGLTextureCache() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 1921-1926 |
| | 3 | 1 |
QGLTextureCache::instanceName: | QGLTextureCache::instance | Prototype: | QGLTextureCache *QGLTextureCache::instance() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 1994-1997 |
| | 1 | 1 |
QGLTextureCache::QGLTextureCacheName: | QGLTextureCache::QGLTextureCache | Prototype: | QGLTextureCache::QGLTextureCache() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 1913-1919 |
| | 3 | 1 |
QGLShaderStorage::shadersForThreadName: | QGLShaderStorage::shadersForThread | Prototype: | QGLEngineSharedShaders *shadersForThread(const QGLContext *context) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglengineshadermanager.cpp | Lines: | 90-97 |
| | 6 | 2 |
QGLShaderProgramPrivate::QGLShaderProgramPrivateName: | QGLShaderProgramPrivate::QGLShaderProgramPrivate | Prototype: | QGLShaderProgramPrivate(const QGLContext *) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 586-596 |
| | 2 | 1 |
QGLShaderProgram::isLinkedName: | QGLShaderProgram::isLinked | Prototype: | bool QGLShaderProgram::isLinked() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 980-984 |
| | 2 | 1 |
QGLShaderProgram::QGLShaderProgramName: | QGLShaderProgram::QGLShaderProgram | Prototype: | QGLShaderProgram::QGLShaderProgram(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 652-655 |
| | 2 | 1 |
QGLShaderProgram::QGLShaderProgramName: | QGLShaderProgram::QGLShaderProgram | Prototype: | QGLShaderProgram::QGLShaderProgram(const QGLContext *context, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 665-668 |
| | 2 | 1 |