| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QHttpNetworkReply::readAll| Name: | QHttpNetworkReply::readAll | | Prototype: | QByteArray QHttpNetworkReply::readAll() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 216-220 |
| | 2 | 1 |
QHttpNetworkReply::read| Name: | QHttpNetworkReply::read | | Prototype: | QByteArray QHttpNetworkReply::read(qint64 amount) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 222-226 |
| | 2 | 1 |
QHttpNetworkReply::parseHeader| Name: | QHttpNetworkReply::parseHeader | | Prototype: | void QHttpNetworkReply::parseHeader(const QByteArray &header) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 125-129 |
| | 2 | 1 |
QHttpNetworkReply::isHttpRedirect| Name: | QHttpNetworkReply::isHttpRedirect | | Prototype: | bool QHttpNetworkReply::isHttpRedirect(int statusCode) | | Coverage: | 63.636% (7/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 92-96 |
| | 2 | 1 |
QHttpNetworkReply::abort| Name: | QHttpNetworkReply::abort | | Prototype: | void QHttpNetworkReply::abort() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 267-271 |
| | 2 | 1 |
QHttpNetworkReply::QHttpNetworkReply| Name: | QHttpNetworkReply::QHttpNetworkReply | | Prototype: | QHttpNetworkReply::QHttpNetworkReply(const QUrl &url, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 53-56 |
| | 2 | 1 |
QHttpNetworkHeaderPrivate::QHttpNetworkHeaderPrivate| Name: | QHttpNetworkHeaderPrivate::QHttpNetworkHeaderPrivate | | Prototype: | QHttpNetworkHeaderPrivate::QHttpNetworkHeaderPrivate(const QUrl &newUrl) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkheader.cpp | | Lines: | 40-43 |
| | 2 | 1 |
QHttpNetworkHeaderPrivate::QHttpNetworkHeaderPrivate| Name: | QHttpNetworkHeaderPrivate::QHttpNetworkHeaderPrivate | | Prototype: | QHttpNetworkHeaderPrivate::QHttpNetworkHeaderPrivate(const QHttpNetworkHeaderPrivate &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkheader.cpp | | Lines: | 45-50 |
| | 2 | 1 |
QHttpNetworkConnectionChannel::sendRequest| Name: | QHttpNetworkConnectionChannel::sendRequest | | Prototype: | bool QHttpNetworkConnectionChannel::sendRequest() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | | Lines: | 228-232 |
| | 2 | 1 |
QHttpNetworkConnectionChannel::_q_uploadDataReadyRead| Name: | QHttpNetworkConnectionChannel::_q_uploadDataReadyRead | | Prototype: | void QHttpNetworkConnectionChannel::_q_uploadDataReadyRead() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | | Lines: | 1015-1019 |
| | 2 | 2 |
QHttpNetworkConnectionChannel::_q_receiveReply| Name: | QHttpNetworkConnectionChannel::_q_receiveReply | | Prototype: | void QHttpNetworkConnectionChannel::_q_receiveReply() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | | Lines: | 235-239 |
| | 2 | 1 |
QHttpNetworkConnectionChannel::_q_readyRead| Name: | QHttpNetworkConnectionChannel::_q_readyRead | | Prototype: | void QHttpNetworkConnectionChannel::_q_readyRead() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | | Lines: | 241-245 |
| | 2 | 1 |
QHttpNetworkConnection::transparentProxy| Name: | QHttpNetworkConnection::transparentProxy | | Prototype: | QNetworkProxy QHttpNetworkConnection::transparentProxy() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 1358-1362 |
| | 2 | 1 |
QHttpNetworkConnection::sslContext| Name: | QHttpNetworkConnection::sslContext | | Prototype: | QSharedPointer<QSslContext> QHttpNetworkConnection::sslContext() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 1390-1394 |
| | 2 | 1 |
QHttpNetworkConnection::setSslContext| Name: | QHttpNetworkConnection::setSslContext | | Prototype: | void QHttpNetworkConnection::setSslContext(QSharedPointer<QSslContext> context) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 1396-1400 |
| | 2 | 1 |
QHttpNetworkConnection::setConnectionType| Name: | QHttpNetworkConnection::setConnectionType | | Prototype: | void QHttpNetworkConnection::setConnectionType(ConnectionType type) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 1371-1375 |
| | 2 | 1 |
QHttpNetworkConnection::sendRequest| Name: | QHttpNetworkConnection::sendRequest | | Prototype: | QHttpNetworkReply* QHttpNetworkConnection::sendRequest(const QHttpNetworkRequest &request) | | 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::port| Name: | QHttpNetworkConnection::port | | Prototype: | quint16 QHttpNetworkConnection::port() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 1308-1312 |
| | 2 | 1 |
QHttpNetworkConnection::isSsl| Name: | QHttpNetworkConnection::isSsl | | Prototype: | bool QHttpNetworkConnection::isSsl() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 1320-1324 |
| | 2 | 1 |
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: | 1302-1306 |
| | 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: | 1365-1369 |
| | 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: | 1345-1349 |
| | 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: | 264-268 |
| | 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: | 276-280 |
| | 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: | 629-632 |
| | 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: | 518-524 |
| | 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: | 778-782 |
| | 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: | 294-298 |
| | 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: | 285-288 |
| | 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: | 714-718 |
| | 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: | 620-624 |
| | 2 | 1 |
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::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::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::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(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 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 |
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 |
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::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::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 |
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 |
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: | 1345-1349 |
| | 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: | 1467-1471 |
| | 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: | 1433-1437 |
| | 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: | 1446-1450 |
| | 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: | 1085-1089 |
| | 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: | 1135-1139 |
| | 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: | 1305-1309 |
| | 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: | 1177-1181 |
| | 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: | 1507-1511 |
| | 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: | 1662-1666 |
| | 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: | 1110-1114 |
| | 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: | 1676-1680 |
| | 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: | 1161-1165 |
| | 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: | 2842-2846 |
| | 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: | 931-935 |
| | 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: | 1319-1323 |
| | 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: | 1739-1746 |
| | 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: | 416-420 |
| | 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: | 429-433 |
| | 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: | 1377-1381 |
| | 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: | 1183-1187 |
| | 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: | 978-982 |
| | 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: | 1650-1654 |
| | 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: | 1527-1531 |
| | 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: | 1631-1635 |
| | 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: | 1501-1505 |
| | 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: | 1263-1266 |
| | 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: | 1272-1275 |
| | 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: | 222-225 |
| | 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: | 218-221 |
| | 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: | 3015-3019 |
| | 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: | 3572-3576 |
| | 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: | 3008-3013 |
| | 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: | 3276-3280 |
| | 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: | 3270-3274 |
| | 2 | 1 |
QGuiApplication::platformNativeInterface| Name: | QGuiApplication::platformNativeInterface | | Prototype: | QPlatformNativeInterface *QGuiApplication::platformNativeInterface() | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 1569-1573 |
| | 2 | 1 |
QGuiApplication::platformName| Name: | QGuiApplication::platformName | | Prototype: | QString QGuiApplication::platformName() | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 1052-1056 |
| | 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: | 2848-2852 |
| | 2 | 1 |
QGuiApplication::overrideCursor| Name: | QGuiApplication::overrideCursor | | Prototype: | QCursor *QGuiApplication::overrideCursor() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 3378-3382 |
| | 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: | 3264-3268 |
| | 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: | 3282-3286 |
| | 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: | 1612-1618 |
| | 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: | 579-586 |
| | 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: | 591-594 |
| | 2 | 1 |
QGtkStylePrivate::init| Name: | QGtkStylePrivate::init | | Prototype: | void QGtkStylePrivate::init() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle_p.cpp | | Lines: | 275-279 |
| | 2 | 1 |
QGtkStylePrivate::gtkPainter| Name: | QGtkStylePrivate::gtkPainter | | Prototype: | QGtkPainter* QGtkStylePrivate::gtkPainter(QPainter *painter) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle_p.cpp | | Lines: | 281-287 |
| | 2 | 1 |
QGtkStylePrivate::QGtkStylePrivate| Name: | QGtkStylePrivate::QGtkStylePrivate | | Prototype: | QGtkStylePrivate::QGtkStylePrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle_p.cpp | | Lines: | 262-268 |
| | 2 | 1 |
QGtkStyle::QGtkStyle| Name: | QGtkStyle::QGtkStyle | | Prototype: | QGtkStyle::QGtkStyle() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle.cpp | | Lines: | 322-327 |
| | 2 | 1 |
QGtkStyle::QGtkStyle| Name: | QGtkStyle::QGtkStyle | | Prototype: | QGtkStyle::QGtkStyle(QGtkStylePrivate &dd) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle.cpp | | Lines: | 334-339 |
| | 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: | 267-271 |
| | 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: | 519-523 |
| | 2 | 1 |
QGroupBox::isChecked| Name: | QGroupBox::isChecked | | Prototype: | bool QGroupBox::isChecked() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | | Lines: | 588-592 |
| | 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: | 581-585 |
| | 2 | 1 |