| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QIcon::paint| Name: | QIcon::paint | | Prototype: | void QIcon::paint(QPainter *painter, const QRect &rect, Qt::Alignment alignment, Mode mode, State state) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 888-911 |
| | 18 | 6 |
QIcon::operator=| Name: | QIcon::operator= | | Prototype: | QIcon &QIcon::operator=(const QIcon &other) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 694-702 |
| | 6 | 3 |
QIcon::name| Name: | QIcon::name | | Prototype: | QString QIcon::name() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 1076-1081 |
| | 3 | 2 |
QIcon::isNull| Name: | QIcon::isNull | | Prototype: | bool QIcon::isNull() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 930-933 |
| | 1 | 1 |
QIcon::isMask| Name: | QIcon::isMask | | Prototype: | bool QIcon::isMask() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 1261-1266 |
| | 3 | 2 |
QIcon::isDetached| Name: | QIcon::isDetached | | Prototype: | bool QIcon::isDetached() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 937-940 |
| | 1 | 1 |
QIcon::hasThemeIcon| Name: | QIcon::hasThemeIcon | | Prototype: | bool QIcon::hasThemeIcon(const QString &name) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 1227-1232 |
| | 2 | 1 |
QIcon::fromTheme| Name: | QIcon::fromTheme | | Prototype: | QIcon QIcon::fromTheme(const QString &name) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 1176-1195 |
| | 13 | 3 |
QIcon::fromTheme| Name: | QIcon::fromTheme | | Prototype: | QIcon QIcon::fromTheme(const QString &name, const QIcon &fallback) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 1209-1217 |
| | 4 | 2 |
QIcon::detach| Name: | QIcon::detach | | Prototype: | void QIcon::detach() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 944-961 |
| | 13 | 6 |
QIcon::cacheKey| Name: | QIcon::cacheKey | | Prototype: | qint64 QIcon::cacheKey() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 759-764 |
| | 3 | 2 |
QIcon::availableSizes| Name: | QIcon::availableSizes | | Prototype: | QList<QSize> QIcon::availableSizes(Mode mode, State state) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 1058-1063 |
| | 3 | 2 |
QIcon::addPixmap| Name: | QIcon::addPixmap | | Prototype: | void QIcon::addPixmap(const QPixmap &pixmap, Mode mode, State state) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 972-982 |
| | 7 | 3 |
QIcon::addFile| Name: | QIcon::addFile | | Prototype: | void QIcon::addFile(const QString &fileName, const QSize &size, Mode mode, State state) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 1027-1050 |
| | 14 | 5 |
QIcon::actualSize| Name: | QIcon::actualSize | | Prototype: | QSize QIcon::actualSize(const QSize &size, Mode mode, State state) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 817-822 |
| | 3 | 2 |
QIcon::actualSize| Name: | QIcon::actualSize | | Prototype: | QSize QIcon::actualSize(QWindow *window, const QSize &size, Mode mode, State state) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 867-880 |
| | 7 | 3 |
QIcon::QIcon| Name: | QIcon::QIcon | | Prototype: | QIcon::QIcon() noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 615-618 |
| | 2 | 1 |
QIcon::QIcon| Name: | QIcon::QIcon | | Prototype: | QIcon::QIcon(const QPixmap &pixmap) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 623-627 |
| | 1 | 1 |
QIcon::QIcon| Name: | QIcon::QIcon | | Prototype: | QIcon::QIcon(const QIcon &other) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 632-637 |
| | 2 | 2 |
QIcon::QIcon| Name: | QIcon::QIcon | | Prototype: | QIcon::QIcon(const QString &fileName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 664-668 |
| | 1 | 1 |
QIcon::QIcon| Name: | QIcon::QIcon | | Prototype: | QIcon::QIcon(QIconEngine *engine) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 675-679 |
| | 1 | 1 |
QIPAddressUtils::toString| Name: | 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: | 129-140 |
| | 7 | 1 |
QIPAddressUtils::toString| Name: | QIPAddressUtils::toString | | Prototype: | void toString(QString &appendTo, IPv6Address address) | | Coverage: | 92.105% (70/76) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | | Lines: | 256-355 |
| | 58 | 21 |
QIPAddressUtils::toHex| Name: | 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: | 251-254 |
| | 1 | 1 |
QIPAddressUtils::parseIp6| Name: | QIPAddressUtils::parseIp6 | | Prototype: | const QChar *parseIp6(IPv6Address &address, const QChar *begin, const QChar *end) | | Coverage: | 97.500% (78/80) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | | Lines: | 152-249 |
| | 67 | 21 |
QIPAddressUtils::parseIp4Internal| Name: | QIPAddressUtils::parseIp4Internal | | Prototype: | static bool parseIp4Internal(IPv4Address &address, const char *ptr, bool acceptLeadingZero) | | Coverage: | 94.340% (50/53) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | | Lines: | 85-127 |
| | 34 | 13 |
QIPAddressUtils::parseIp4| Name: | 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: | 74-83 |
| | 6 | 2 |
QIPAddressUtils::number| Name: | QIPAddressUtils::number | | Prototype: | static QString number(quint8 val, int base = 10) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | | Lines: | 48-52 |
| | 2 | 1 |
QIPAddressUtils::checkedToAscii| Name: | 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: | 55-71 |
| | 11 | 3 |
QIODevicePrivate::setWriteChannelCount| Name: | QIODevicePrivate::setWriteChannelCount | | Prototype: | void QIODevicePrivate::setWriteChannelCount(int count) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 733-747 |
| | 7 | 3 |
QIODevicePrivate::setReadChannelCount| Name: | QIODevicePrivate::setReadChannelCount | | Prototype: | void QIODevicePrivate::setReadChannelCount(int count) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 684-694 |
| | 6 | 2 |
QIODevicePrivate::seekBuffer| Name: | QIODevicePrivate::seekBuffer | | Prototype: | void QIODevicePrivate::seekBuffer(qint64 newPos) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 883-896 |
| | 5 | 2 |
QIODevicePrivate::putCharHelper| Name: | 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: | 1742-1745 |
| | 1 | 1 |
QIODevicePrivate::peek| Name: | QIODevicePrivate::peek | | Prototype: | qint64 QIODevicePrivate::peek(char *data, qint64 maxSize) | | Coverage: | 25.000% (2/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1750-1773 |
| | 13 | 3 |
QIODevicePrivate::peek| Name: | QIODevicePrivate::peek | | Prototype: | QByteArray QIODevicePrivate::peek(qint64 maxSize) | | Coverage: | 25.000% (2/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1778-1801 |
| | 13 | 3 |
QIODevicePrivate::QIODevicePrivate| Name: | 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: | 158-175 |
| | 2 | 1 |
QIODevice::writeChannelCount| Name: | QIODevice::writeChannelCount | | Prototype: | int QIODevice::writeChannelCount() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 637-640 |
| | 1 | 1 |
QIODevice::write| Name: | QIODevice::write | | Prototype: | qint64 QIODevice::write(const char *data, qint64 maxSize) | | Coverage: | 77.273% (17/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1594-1664 |
| | 12 | 6 |
QIODevice::write| Name: | 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: | 1682-1685 |
| | 1 | 1 |
QIODevice::waitForReadyRead| Name: | 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: | 1885-1889 |
| | 2 | 1 |
QIODevice::waitForBytesWritten| Name: | QIODevice::waitForBytesWritten | | Prototype: | bool QIODevice::waitForBytesWritten(int msecs) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1917-1921 |
| | 2 | 1 |
QIODevice::ungetChar| Name: | QIODevice::ungetChar | | Prototype: | void QIODevice::ungetChar(char c) | | Coverage: | 46.154% (6/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1708-1725 |
| | 8 | 5 |
QIODevice::startTransaction| Name: | QIODevice::startTransaction | | Prototype: | void QIODevice::startTransaction() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1516-1525 |
| | 6 | 2 |
QIODevice::size| Name: | QIODevice::size | | Prototype: | qint64 QIODevice::size() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 832-835 |
| | 1 | 1 |
QIODevice::setTextModeEnabled| Name: | QIODevice::setTextModeEnabled | | Prototype: | void QIODevice::setTextModeEnabled(bool enabled) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 552-563 |
| | 7 | 3 |
QIODevice::setOpenMode| Name: | QIODevice::setOpenMode | | Prototype: | void QIODevice::setOpenMode(OpenMode openMode) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 531-541 |
| | 5 | 1 |
QIODevice::setErrorString| Name: | 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: | 1929-1932 |
| | 1 | 1 |
QIODevice::setCurrentWriteChannel| Name: | QIODevice::setCurrentWriteChannel | | Prototype: | void QIODevice::setCurrentWriteChannel(int channel) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 718-728 |
| | 2 | 1 |
QIODevice::setCurrentReadChannel| Name: | QIODevice::setCurrentReadChannel | | Prototype: | void QIODevice::setCurrentReadChannel(int channel) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 664-679 |
| | 5 | 2 |
QIODevice::seek| Name: | QIODevice::seek | | Prototype: | bool QIODevice::seek(qint64 pos) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 849-878 |
| | 13 | 4 |
QIODevice::rollbackTransaction| Name: | QIODevice::rollbackTransaction | | Prototype: | void QIODevice::rollbackTransaction() | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1561-1572 |
| | 8 | 3 |
QIODevice::reset| Name: | 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: | 933-939 |
| | 1 | 1 |
QIODevice::readLineData| Name: | QIODevice::readLineData | | Prototype: | qint64 QIODevice::readLineData(char *data, qint64 maxSize) | | Coverage: | 100.000% (14/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1453-1475 |
| | 13 | 4 |
QIODevice::readLine| Name: | QIODevice::readLine | | Prototype: | qint64 QIODevice::readLine(char *data, qint64 maxSize) | | Coverage: | 70.149% (47/67) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1282-1382 |
| | 50 | 17 |
QIODevice::readLine| Name: | QIODevice::readLine | | Prototype: | QByteArray QIODevice::readLine(qint64 maxSize) | | Coverage: | 78.571% (22/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1394-1434 |
| | 22 | 8 |
QIODevice::readChannelCount| Name: | QIODevice::readChannelCount | | Prototype: | int QIODevice::readChannelCount() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 624-627 |
| | 1 | 1 |
QIODevice::readAll| Name: | QIODevice::readAll | | Prototype: | QByteArray QIODevice::readAll() | | Coverage: | 84.000% (21/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1200-1244 |
| | 25 | 7 |
QIODevice::read| Name: | QIODevice::read | | Prototype: | qint64 QIODevice::read(char *data, qint64 maxSize) | | Coverage: | 96.040% (97/101) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 988-1141 |
| | 80 | 27 |
QIODevice::read| Name: | QIODevice::read | | Prototype: | QByteArray QIODevice::read(qint64 maxSize) | | Coverage: | 44.000% (11/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1154-1190 |
| | 19 | 8 |
QIODevice::putChar| Name: | 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: | 1734-1737 |
| | 1 | 1 |
QIODevice::pos| Name: | 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: | 814-821 |
| | 2 | 1 |
QIODevice::peek| Name: | 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: | 1835-1838 |
| | 1 | 1 |
QIODevice::peek| Name: | 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: | 1857-1860 |
| | 1 | 1 |
QIODevice::openMode| Name: | 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: | 519-522 |
| | 1 | 1 |
QIODevice::open| Name: | 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: | 756-770 |
| | 9 | 1 |
QIODevice::isWritable| Name: | 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: | 611-614 |
| | 1 | 1 |
QIODevice::isTransactionStarted| Name: | QIODevice::isTransactionStarted | | Prototype: | bool QIODevice::isTransactionStarted() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1582-1585 |
| | 1 | 1 |
QIODevice::isTextModeEnabled| Name: | 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: | 570-573 |
| | 1 | 1 |
QIODevice::isSequential| Name: | 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: | 508-511 |
| | 1 | 1 |
QIODevice::isReadable| Name: | 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: | 597-600 |
| | 1 | 1 |
QIODevice::isOpen| Name: | 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: | 583-586 |
| | 1 | 1 |
QIODevice::getChar| Name: | 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: | 1811-1816 |
| | 2 | 1 |
QIODevice::errorString| Name: | 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: | 1940-1951 |
| | 4 | 2 |
QIODevice::currentWriteChannel| Name: | QIODevice::currentWriteChannel | | Prototype: | int QIODevice::currentWriteChannel() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 703-706 |
| | 1 | 1 |
QIODevice::currentReadChannel| Name: | QIODevice::currentReadChannel | | Prototype: | int QIODevice::currentReadChannel() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 649-652 |
| | 1 | 1 |
QIODevice::commitTransaction| Name: | QIODevice::commitTransaction | | Prototype: | void QIODevice::commitTransaction() | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1537-1548 |
| | 8 | 3 |
QIODevice::close| Name: | 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: | 778-799 |
| | 11 | 2 |
QIODevice::canReadLine| Name: | 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: | 1494-1499 |
| | 3 | 1 |
QIODevice::bytesToWrite| Name: | QIODevice::bytesToWrite | | Prototype: | qint64 QIODevice::bytesToWrite() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 970-973 |
| | 1 | 1 |
QIODevice::bytesAvailable| Name: | 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: | 953-959 |
| | 4 | 2 |
QIODevice::atEnd| Name: | 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: | 910-920 |
| | 4 | 1 |
QIODevice::QIODevice| Name: | 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: | 445-453 |
| | 7 | 1 |
QIODevice::QIODevice| Name: | 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: | 459-465 |
| | 5 | 1 |
QIODevice::QIODevice| Name: | 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: | 470-473 |
| | 2 | 1 |
QHttpThreadDelegate::~QHttpThreadDelegate| Name: | QHttpThreadDelegate::~QHttpThreadDelegate | | Prototype: | QHttpThreadDelegate::~QHttpThreadDelegate() | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 209-221 |
| | 4 | 3 |
QHttpThreadDelegate::synchronousProxyAuthenticationRequiredSlot| Name: | QHttpThreadDelegate::synchronousProxyAuthenticationRequiredSlot | | Prototype: | void QHttpThreadDelegate::synchronousProxyAuthenticationRequiredSlot(const QNetworkProxy &p, QAuthenticator *a) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 723-743 |
| | 8 | 3 |
QHttpThreadDelegate::synchronousHeaderChangedSlot| Name: | QHttpThreadDelegate::synchronousHeaderChangedSlot | | Prototype: | void QHttpThreadDelegate::synchronousHeaderChangedSlot() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 630-645 |
| | 8 | 2 |
QHttpThreadDelegate::synchronousFinishedWithErrorSlot| Name: | QHttpThreadDelegate::synchronousFinishedWithErrorSlot | | Prototype: | void QHttpThreadDelegate::synchronousFinishedWithErrorSlot(QNetworkReply::NetworkError errorCode, const QString &detail) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 562-578 |
| | 8 | 2 |
QHttpThreadDelegate::synchronousFinishedSlot| Name: | QHttpThreadDelegate::synchronousFinishedSlot | | Prototype: | void QHttpThreadDelegate::synchronousFinishedSlot() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 516-537 |
| | 11 | 3 |
QHttpThreadDelegate::synchronousAuthenticationRequiredSlot| Name: | QHttpThreadDelegate::synchronousAuthenticationRequiredSlot | | Prototype: | void QHttpThreadDelegate::synchronousAuthenticationRequiredSlot(const QHttpNetworkRequest &request, QAuthenticator *a) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 700-720 |
| | 9 | 3 |
QHttpThreadDelegate::startRequestSynchronously| Name: | 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: | 246-268 |
| | 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: | 292-292 |
| | 0 | 1 |
QHttpThreadDelegate::startRequest| Name: | QHttpThreadDelegate::startRequest | | Prototype: | void QHttpThreadDelegate::startRequest() | | Coverage: | 87.500% (35/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 272-396 |
| | 62 | 12 |
QHttpThreadDelegate::sslErrorsSlot| Name: | QHttpThreadDelegate::sslErrorsSlot | | Prototype: | void QHttpThreadDelegate::sslErrorsSlot(const QList<QSslError> &errors) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 675-689 |
| | 10 | 4 |
QHttpThreadDelegate::readyReadSlot| Name: | QHttpThreadDelegate::readyReadSlot | | Prototype: | void QHttpThreadDelegate::readyReadSlot() | | Coverage: | 83.333% (20/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 441-476 |
| | 20 | 8 |
QHttpThreadDelegate::readBufferSizeChanged| Name: | QHttpThreadDelegate::readBufferSizeChanged | | Prototype: | void QHttpThreadDelegate::readBufferSizeChanged(qint64 size) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 420-430 |
| | 4 | 2 |
QHttpThreadDelegate::readBufferFreed| Name: | QHttpThreadDelegate::readBufferFreed | | Prototype: | void QHttpThreadDelegate::readBufferFreed(qint64 size) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 432-439 |
| | 3 | 2 |
QHttpThreadDelegate::preSharedKeyAuthenticationRequiredSlot| Name: | QHttpThreadDelegate::preSharedKeyAuthenticationRequiredSlot | | Prototype: | void QHttpThreadDelegate::preSharedKeyAuthenticationRequiredSlot(QSslPreSharedKeyAuthenticator *authenticator) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 691-697 |
| | 3 | 2 |
QHttpThreadDelegate::headerChangedSlot| Name: | QHttpThreadDelegate::headerChangedSlot | | Prototype: | void QHttpThreadDelegate::headerChangedSlot() | | Coverage: | 76.471% (13/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 585-628 |
| | 23 | 5 |
QHttpThreadDelegate::finishedWithErrorSlot| Name: | QHttpThreadDelegate::finishedWithErrorSlot | | Prototype: | void QHttpThreadDelegate::finishedWithErrorSlot(QNetworkReply::NetworkError errorCode, const QString &detail) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 539-559 |
| | 9 | 3 |