Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QIdentityProxyModelPrivate::_q_sourceRowsAboutToBeRemovedName: | QIdentityProxyModelPrivate::_q_sourceRowsAboutToBeRemoved | Prototype: | void QIdentityProxyModelPrivate::_q_sourceRowsAboutToBeRemoved(const QModelIndex &parent, int start, int end) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | Lines: | 569-574 |
| | 3 | 1 |
QIdentityProxyModelPrivate::_q_sourceRowsAboutToBeMovedName: | QIdentityProxyModelPrivate::_q_sourceRowsAboutToBeMoved | Prototype: | void QIdentityProxyModelPrivate::_q_sourceRowsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destParent, int dest) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | Lines: | 561-567 |
| | 4 | 1 |
QIdentityProxyModelPrivate::_q_sourceRowsAboutToBeInsertedName: | QIdentityProxyModelPrivate::_q_sourceRowsAboutToBeInserted | Prototype: | void QIdentityProxyModelPrivate::_q_sourceRowsAboutToBeInserted(const QModelIndex &parent, int start, int end) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | Lines: | 554-559 |
| | 3 | 1 |
QIdentityProxyModelPrivate::_q_sourceModelResetName: | QIdentityProxyModelPrivate::_q_sourceModelReset | Prototype: | void QIdentityProxyModelPrivate::_q_sourceModelReset() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | Lines: | 548-552 |
| | 2 | 1 |
QIdentityProxyModelPrivate::_q_sourceModelAboutToBeResetName: | QIdentityProxyModelPrivate::_q_sourceModelAboutToBeReset | Prototype: | void QIdentityProxyModelPrivate::_q_sourceModelAboutToBeReset() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | Lines: | 542-546 |
| | 2 | 1 |
QIdentityProxyModelPrivate::_q_sourceDataChangedName: | QIdentityProxyModelPrivate::_q_sourceDataChanged | Prototype: | void QIdentityProxyModelPrivate::_q_sourceDataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | Lines: | 475-481 |
| | 4 | 1 |
QIdentityProxyModelPrivate::_q_sourceColumnsInsertedName: | QIdentityProxyModelPrivate::_q_sourceColumnsInserted | Prototype: | void QIdentityProxyModelPrivate::_q_sourceColumnsInserted(const QModelIndex &parent, int start, int end) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | Lines: | 442-450 |
| | 6 | 1 |
QIdentityProxyModelPrivate::_q_sourceColumnsAboutToBeInsertedName: | QIdentityProxyModelPrivate::_q_sourceColumnsAboutToBeInserted | Prototype: | void QIdentityProxyModelPrivate::_q_sourceColumnsAboutToBeInserted(const QModelIndex &parent, int start, int end) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | Lines: | 420-425 |
| | 3 | 1 |
QIdentityProxyModel::setSourceModelName: | QIdentityProxyModel::setSourceModel | Prototype: | void QIdentityProxyModel::setSourceModel(QAbstractItemModel* newSourceModel) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | Lines: | 333-418 |
| | 77 | 3 |
QIdentityProxyModel::rowCountName: | QIdentityProxyModel::rowCount | Prototype: | int QIdentityProxyModel::rowCount(const QModelIndex& parent) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | Lines: | 314-319 |
| | 3 | 1 |
QIdentityProxyModel::parentName: | QIdentityProxyModel::parent | Prototype: | QModelIndex QIdentityProxyModel::parent(const QModelIndex& child) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | Lines: | 283-289 |
| | 4 | 1 |
QIdentityProxyModel::indexName: | QIdentityProxyModel::index | Prototype: | QModelIndex QIdentityProxyModel::index(int row, int column, const QModelIndex& parent) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | Lines: | 151-158 |
| | 5 | 1 |
QIdentityProxyModel::columnCountName: | QIdentityProxyModel::columnCount | Prototype: | int QIdentityProxyModel::columnCount(const QModelIndex& parent) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | Lines: | 131-136 |
| | 3 | 1 |
QIdentityProxyModel::QIdentityProxyModelName: | QIdentityProxyModel::QIdentityProxyModel | Prototype: | QIdentityProxyModel::QIdentityProxyModel(QObject* parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | Lines: | 106-110 |
| | 3 | 1 |
QIcuTimeZonePrivate::~QIcuTimeZonePrivateName: | QIcuTimeZonePrivate::~QIcuTimeZonePrivate | Prototype: | QIcuTimeZonePrivate::~QIcuTimeZonePrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | Lines: | 297-300 |
| | 1 | 1 |
QIcuTimeZonePrivate::standardTimeOffsetName: | QIcuTimeZonePrivate::standardTimeOffset | Prototype: | int QIcuTimeZonePrivate::standardTimeOffset(qint64 atMSecsSinceEpoch) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | Lines: | 357-363 |
| | 4 | 1 |
QIcuTimeZonePrivate::offsetFromUtcName: | QIcuTimeZonePrivate::offsetFromUtc | Prototype: | int QIcuTimeZonePrivate::offsetFromUtc(qint64 atMSecsSinceEpoch) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | Lines: | 349-355 |
| | 4 | 1 |
QIcuTimeZonePrivate::hasTransitionsName: | QIcuTimeZonePrivate::hasTransitions | Prototype: | bool QIcuTimeZonePrivate::hasTransitions() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | Lines: | 419-428 |
| | 1 | 1 |
QIcuTimeZonePrivate::hasDaylightTimeName: | QIcuTimeZonePrivate::hasDaylightTime | Prototype: | bool QIcuTimeZonePrivate::hasDaylightTime() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | Lines: | 373-377 |
| | 1 | 1 |
QIcuTimeZonePrivate::daylightTimeOffsetName: | QIcuTimeZonePrivate::daylightTimeOffset | Prototype: | int QIcuTimeZonePrivate::daylightTimeOffset(qint64 atMSecsSinceEpoch) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | Lines: | 365-371 |
| | 4 | 1 |
QIcuTimeZonePrivate::dataName: | QIcuTimeZonePrivate::data | Prototype: | QTimeZonePrivate::Data QIcuTimeZonePrivate::data(qint64 forMSecsSinceEpoch) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | Lines: | 401-417 |
| | 7 | 1 |
QIcuTimeZonePrivate::abbreviationName: | QIcuTimeZonePrivate::abbreviation | Prototype: | QString QIcuTimeZonePrivate::abbreviation(qint64 atMSecsSinceEpoch) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | Lines: | 340-347 |
| | 3 | 2 |
QIcuTimeZonePrivate::QIcuTimeZonePrivateName: | QIcuTimeZonePrivate::QIcuTimeZonePrivate | Prototype: | QIcuTimeZonePrivate::QIcuTimeZonePrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | Lines: | 269-274 |
| | 1 | 1 |
QIcuTimeZonePrivate::QIcuTimeZonePrivateName: | QIcuTimeZonePrivate::QIcuTimeZonePrivate | Prototype: | QIcuTimeZonePrivate::QIcuTimeZonePrivate(const QByteArray &ianaId) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | Lines: | 277-283 |
| | 2 | 2 |
QIcuCodec::nameName: | QIcuCodec::name | Prototype: | QByteArray QIcuCodec::name() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | Lines: | 659-662 |
| | 1 | 1 |
QIcuCodec::mibEnumName: | QIcuCodec::mibEnum | Prototype: | int QIcuCodec::mibEnum() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | Lines: | 684-692 |
| | 4 | 3 |
QIcuCodec::availableMibsName: | QIcuCodec::availableMibs | Prototype: | QList<int> QIcuCodec::availableMibs() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | Lines: | 417-428 |
| | 6 | 2 |
QIcuCodec::QIcuCodecName: | QIcuCodec::QIcuCodec | Prototype: | QIcuCodec::QIcuCodec(const char *name) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | Lines: | 552-555 |
| | 2 | 1 |
QIPAddressUtils::toStringName: | QIPAddressUtils::toString | Prototype: | void toString(QString &appendTo, IPv4Address address) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 123-134 |
| | 7 | 1 |
QIPAddressUtils::toHexName: | QIPAddressUtils::toHex | Prototype: | static inline QChar toHex(uchar c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 245-248 |
| | 1 | 1 |
QIPAddressUtils::parseIp4Name: | QIPAddressUtils::parseIp4 | Prototype: | bool parseIp4(IPv4Address &address, const QChar *begin, const QChar *end) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 68-77 |
| | 6 | 2 |
QIPAddressUtils::numberName: | QIPAddressUtils::number | Prototype: | static QString number(quint8 val, int base = 10) | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 42-46 |
| | 2 | 1 |
QIPAddressUtils::checkedToAsciiName: | QIPAddressUtils::checkedToAscii | Prototype: | static const QChar *checkedToAscii(Buffer &buffer, const QChar *begin, const QChar *end) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 49-65 |
| | 11 | 3 |
QIODevicePrivate::putCharHelperName: | QIODevicePrivate::putCharHelper | Prototype: | bool QIODevicePrivate::putCharHelper(char c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1417-1420 |
| | 1 | 1 |
QIODevicePrivate::peekName: | QIODevicePrivate::peek | Prototype: | qint64 QIODevicePrivate::peek(char *data, qint64 maxSize) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1425-1435 |
| | 7 | 3 |
QIODevicePrivate::peekName: | QIODevicePrivate::peek | Prototype: | QByteArray QIODevicePrivate::peek(qint64 maxSize) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1440-1451 |
| | 7 | 3 |
QIODevicePrivate::QIODevicePrivateName: | QIODevicePrivate::QIODevicePrivate | Prototype: | QIODevicePrivate::QIODevicePrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 144-153 |
| | 2 | 1 |
QIODevice::writeName: | QIODevice::write | Prototype: | qint64 QIODevice::write(const char *data) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1364-1367 |
| | 1 | 1 |
QIODevice::waitForReadyReadName: | QIODevice::waitForReadyRead | Prototype: | bool QIODevice::waitForReadyRead(int msecs) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1535-1539 |
| | 2 | 1 |
QIODevice::setOpenModeName: | QIODevice::setOpenMode | Prototype: | void QIODevice::setOpenMode(OpenMode openMode) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 464-474 |
| | 5 | 2 |
QIODevice::setErrorStringName: | QIODevice::setErrorString | Prototype: | void QIODevice::setErrorString(const QString &str) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1579-1582 |
| | 1 | 1 |
QIODevice::resetName: | QIODevice::reset | Prototype: | bool QIODevice::reset() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 718-724 |
| | 1 | 1 |
QIODevice::readLineDataName: | QIODevice::readLineData | Prototype: | qint64 QIODevice::readLineData(char *data, qint64 maxSize) | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1220-1242 |
| | 13 | 4 |
QIODevice::putCharName: | QIODevice::putChar | Prototype: | bool QIODevice::putChar(char c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1409-1412 |
| | 1 | 1 |
QIODevice::posName: | QIODevice::pos | Prototype: | qint64 QIODevice::pos() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 607-614 |
| | 2 | 1 |
QIODevice::peekName: | QIODevice::peek | Prototype: | qint64 QIODevice::peek(char *data, qint64 maxSize) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1485-1488 |
| | 1 | 1 |
QIODevice::peekName: | QIODevice::peek | Prototype: | QByteArray QIODevice::peek(qint64 maxSize) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1507-1510 |
| | 1 | 1 |
QIODevice::openModeName: | QIODevice::openMode | Prototype: | QIODevice::OpenMode QIODevice::openMode() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 452-455 |
| | 1 | 1 |
QIODevice::openName: | QIODevice::open | Prototype: | bool QIODevice::open(OpenMode mode) | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 556-567 |
| | 6 | 1 |
QIODevice::isWritableName: | QIODevice::isWritable | Prototype: | bool QIODevice::isWritable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 544-547 |
| | 1 | 1 |
QIODevice::isTextModeEnabledName: | QIODevice::isTextModeEnabled | Prototype: | bool QIODevice::isTextModeEnabled() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 503-506 |
| | 1 | 1 |
QIODevice::isSequentialName: | QIODevice::isSequential | Prototype: | bool QIODevice::isSequential() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 441-444 |
| | 1 | 1 |
QIODevice::isReadableName: | QIODevice::isReadable | Prototype: | bool QIODevice::isReadable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 530-533 |
| | 1 | 1 |
QIODevice::isOpenName: | QIODevice::isOpen | Prototype: | bool QIODevice::isOpen() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 516-519 |
| | 1 | 1 |
QIODevice::getCharName: | QIODevice::getChar | Prototype: | bool QIODevice::getChar(char *c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1461-1466 |
| | 2 | 1 |
QIODevice::errorStringName: | QIODevice::errorString | Prototype: | QString QIODevice::errorString() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1590-1601 |
| | 4 | 2 |
QIODevice::closeName: | QIODevice::close | Prototype: | void QIODevice::close() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 575-592 |
| | 8 | 2 |
QIODevice::canReadLineName: | QIODevice::canReadLine | Prototype: | bool QIODevice::canReadLine() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1261-1264 |
| | 1 | 1 |
QIODevice::bytesAvailableName: | QIODevice::bytesAvailable | Prototype: | qint64 QIODevice::bytesAvailable() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 738-744 |
| | 4 | 2 |
QIODevice::atEndName: | QIODevice::atEnd | Prototype: | bool QIODevice::atEnd() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 695-705 |
| | 4 | 1 |
QIODevice::QIODeviceName: | QIODevice::QIODevice | Prototype: | QIODevice::QIODevice() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 378-386 |
| | 7 | 1 |
QIODevice::QIODeviceName: | QIODevice::QIODevice | Prototype: | QIODevice::QIODevice(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 392-398 |
| | 5 | 1 |
QIODevice::QIODeviceName: | QIODevice::QIODevice | Prototype: | QIODevice::QIODevice(QIODevicePrivate &dd, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 403-406 |
| | 2 | 1 |
QHttpThreadDelegate::startRequestSynchronouslyName: | QHttpThreadDelegate::startRequestSynchronously | Prototype: | void QHttpThreadDelegate::startRequestSynchronously() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 240-262 |
| | 8 | 1 |
QHttpThreadDelegate::startRequest::[lambda]Name: | QHttpThreadDelegate::startRequest::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 286-286 |
| | 0 | 1 |
QHttpThreadDelegate::dataReadProgressSlotName: | QHttpThreadDelegate::dataReadProgressSlot | Prototype: | void QHttpThreadDelegate::dataReadProgressSlot(qint64 done, qint64 total) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 642-651 |
| | 4 | 2 |
QHttpThreadDelegate::cacheCredentialsSlotName: | QHttpThreadDelegate::cacheCredentialsSlot | Prototype: | void QHttpThreadDelegate::cacheCredentialsSlot(const QHttpNetworkRequest &request, QAuthenticator *authenticator) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 653-656 |
| | 1 | 1 |
QHttpThreadDelegate::QHttpThreadDelegateName: | QHttpThreadDelegate::QHttpThreadDelegate | Prototype: | QHttpThreadDelegate::QHttpThreadDelegate(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 218-237 |
| | 2 | 1 |
QHttpSocketEnginePrivate::QHttpSocketEnginePrivateName: | QHttpSocketEnginePrivate::QHttpSocketEnginePrivate | Prototype: | QHttpSocketEnginePrivate::QHttpSocketEnginePrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 803-818 |
| | 3 | 1 |
QHttpSocketEngineHandler::createSocketEngineName: | QHttpSocketEngineHandler::createSocketEngine | Prototype: | QAbstractSocketEngine *QHttpSocketEngineHandler::createSocketEngine(qintptr, QObject *) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 844-847 |
| | 1 | 1 |
QHttpSocketEngine::writeName: | QHttpSocketEngine::write | Prototype: | qint64 QHttpSocketEngine::write(const char *data, qint64 len) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 237-241 |
| | 2 | 1 |
QHttpSocketEngine::slotSocketStateChangedName: | QHttpSocketEngine::slotSocketStateChanged | Prototype: | void QHttpSocketEngine::slotSocketStateChanged(QAbstractSocket::SocketState state) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 743-746 |
| | 1 | 1 |
QHttpSocketEngine::slotSocketConnectedName: | QHttpSocketEngine::slotSocketConnected | Prototype: | void QHttpSocketEngine::slotSocketConnected() | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 476-510 |
| | 24 | 4 |
QHttpSocketEngine::slotSocketBytesWrittenName: | QHttpSocketEngine::slotSocketBytesWritten | Prototype: | void QHttpSocketEngine::slotSocketBytesWritten() | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 704-709 |
| | 3 | 2 |
QHttpSocketEngine::setProxyName: | QHttpSocketEngine::setProxy | Prototype: | void QHttpSocketEngine::setProxy(const QNetworkProxy &proxy) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 105-115 |
| | 8 | 3 |
QHttpSocketEngine::setExceptionNotificationEnabledName: | QHttpSocketEngine::setExceptionNotificationEnabled | Prototype: | void QHttpSocketEngine::setExceptionNotificationEnabled(bool enable) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 470-474 |
| | 2 | 1 |
QHttpSocketEngine::isWriteNotificationEnabledName: | QHttpSocketEngine::isWriteNotificationEnabled | Prototype: | bool QHttpSocketEngine::isWriteNotificationEnabled() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 450-454 |
| | 2 | 1 |
QHttpSocketEngine::isValidName: | QHttpSocketEngine::isValid | Prototype: | bool QHttpSocketEngine::isValid() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 123-127 |
| | 2 | 1 |
QHttpSocketEngine::isReadNotificationEnabledName: | QHttpSocketEngine::isReadNotificationEnabled | Prototype: | bool QHttpSocketEngine::isReadNotificationEnabled() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 427-431 |
| | 2 | 1 |
QHttpSocketEngine::isExceptionNotificationEnabledName: | QHttpSocketEngine::isExceptionNotificationEnabled | Prototype: | bool QHttpSocketEngine::isExceptionNotificationEnabled() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 464-468 |
| | 2 | 1 |
QHttpSocketEngine::hasPendingDatagramsName: | QHttpSocketEngine::hasPendingDatagrams | Prototype: | bool QHttpSocketEngine::hasPendingDatagrams() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 284-287 |
| | 1 | 1 |
QHttpSocketEngine::emitReadNotificationName: | QHttpSocketEngine::emitReadNotification | Prototype: | void QHttpSocketEngine::emitReadNotification() | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 771-782 |
| | 5 | 2 |
QHttpSocketEngine::emitPendingWriteNotificationName: | QHttpSocketEngine::emitPendingWriteNotification | Prototype: | void QHttpSocketEngine::emitPendingWriteNotification() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 756-762 |
| | 4 | 2 |
QHttpSocketEngine::emitPendingReadNotificationName: | QHttpSocketEngine::emitPendingReadNotification | Prototype: | void QHttpSocketEngine::emitPendingReadNotification() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 748-754 |
| | 4 | 2 |
QHttpSocketEngine::emitPendingConnectionNotificationName: | QHttpSocketEngine::emitPendingConnectionNotification | Prototype: | void QHttpSocketEngine::emitPendingConnectionNotification() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 764-769 |
| | 3 | 1 |
QHttpSocketEngine::connectToHostByNameName: | QHttpSocketEngine::connectToHostByName | Prototype: | bool QHttpSocketEngine::connectToHostByName(const QString &hostname, quint16 port) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 172-181 |
| | 5 | 1 |
QHttpSocketEngine::connectToHostName: | QHttpSocketEngine::connectToHost | Prototype: | bool QHttpSocketEngine::connectToHost(const QHostAddress &address, quint16 port) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 161-170 |
| | 5 | 1 |
QHttpSocketEngine::closeName: | QHttpSocketEngine::close | Prototype: | void QHttpSocketEngine::close() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 198-206 |
| | 5 | 2 |
QHttpSocketEngine::QHttpSocketEngineName: | QHttpSocketEngine::QHttpSocketEngine | Prototype: | QHttpSocketEngine::QHttpSocketEngine(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 50-53 |
| | 2 | 1 |
QHttpProtocolHandler::QHttpProtocolHandlerName: | QHttpProtocolHandler::QHttpProtocolHandler | Prototype: | QHttpProtocolHandler::QHttpProtocolHandler(QHttpNetworkConnectionChannel *channel) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpprotocolhandler.cpp | Lines: | 43-46 |
| | 2 | 1 |
QHttpPartPrivate::sizeName: | QHttpPartPrivate::size | Prototype: | qint64 QHttpPartPrivate::size() const | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | Lines: | 394-404 |
| | 6 | 2 |
QHttpPartPrivate::checkHeaderCreatedName: | QHttpPartPrivate::checkHeaderCreated | Prototype: | void QHttpPartPrivate::checkHeaderCreated() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | Lines: | 415-426 |
| | 7 | 3 |
QHttpPart::~QHttpPartName: | QHttpPart::~QHttpPart | Prototype: | QHttpPart::~QHttpPart() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | Lines: | 106-109 |
| | 1 | 1 |
QHttpPart::setRawHeaderName: | QHttpPart::setRawHeader | Prototype: | void QHttpPart::setRawHeader(const QByteArray &headerName, const QByteArray &headerValue) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | Lines: | 171-174 |
| | 1 | 1 |
QHttpPart::setHeaderName: | QHttpPart::setHeader | Prototype: | void QHttpPart::setHeader(QNetworkRequest::KnownHeaders header, const QVariant &value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | Lines: | 153-156 |
| | 1 | 1 |
QHttpPart::setBodyDeviceName: | QHttpPart::setBodyDevice | Prototype: | void QHttpPart::setBodyDevice(QIODevice *device) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | Lines: | 204-207 |
| | 1 | 1 |
QHttpPart::setBodyName: | QHttpPart::setBody | Prototype: | void QHttpPart::setBody(const QByteArray &body) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | Lines: | 184-187 |
| | 1 | 1 |
QHttpPart::QHttpPartName: | QHttpPart::QHttpPart | Prototype: | QHttpPart::QHttpPart() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | Lines: | 92-94 |
| | 2 | 1 |
QHttpPart::QHttpPartName: | QHttpPart::QHttpPart | Prototype: | QHttpPart::QHttpPart(const QHttpPart &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | Lines: | 99-101 |
| | 2 | 1 |
QHttpNetworkRequestPrivate::QHttpNetworkRequestPrivateName: | QHttpNetworkRequestPrivate::QHttpNetworkRequestPrivate | Prototype: | QHttpNetworkRequestPrivate::QHttpNetworkRequestPrivate(QHttpNetworkRequest::Operation op, QHttpNetworkRequest::Priority pri, const QUrl &newUrl) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | Lines: | 41-47 |
| | 2 | 1 |