| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QXmlStreamWriterPrivate::findNamespace| Name: | QXmlStreamWriterPrivate::findNamespace | | Prototype: | QXmlStreamPrivateTagStack::NamespaceDeclaration &QXmlStreamWriterPrivate::findNamespace(const QString &namespaceUri, bool writeDeclaration, bool noDefault) | | Coverage: | 77.419% (24/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3157-3188 |
| | 24 | 10 |
QXmlStreamWriterPrivate::finishStartElement| Name: | QXmlStreamWriterPrivate::finishStartElement | | Prototype: | bool QXmlStreamWriterPrivate::finishStartElement(bool contents) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3137-3155 |
| | 13 | 3 |
QXmlStreamWriterPrivate::indent| Name: | QXmlStreamWriterPrivate::indent | | Prototype: | void QXmlStreamWriterPrivate::indent(int level) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3192-3197 |
| | 3 | 2 |
QXmlStreamWriterPrivate::write| Name: | QXmlStreamWriterPrivate::write | | Prototype: | template <int N> void write(const char (&s)[N]) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2969-2969 |
| | 1 | 1 |
QXmlStreamWriterPrivate::write| Name: | QXmlStreamWriterPrivate::write | | Prototype: | void QXmlStreamWriterPrivate::write(const QStringRef &s) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3039-3056 |
| | 9 | 5 |
QXmlStreamWriterPrivate::write| Name: | QXmlStreamWriterPrivate::write | | Prototype: | void QXmlStreamWriterPrivate::write(const QString &s) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3058-3075 |
| | 9 | 5 |
QXmlStreamWriterPrivate::write| Name: | QXmlStreamWriterPrivate::write | | Prototype: | void QXmlStreamWriterPrivate::write(const char *s, int len) | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3108-3121 |
| | 8 | 5 |
QXmlStreamWriterPrivate::writeEscaped| Name: | QXmlStreamWriterPrivate::writeEscaped | | Prototype: | void QXmlStreamWriterPrivate::writeEscaped(const QString &s, bool escapeWhitespace) | | Coverage: | 100.000% (30/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3077-3105 |
| | 22 | 10 |
QXmlStreamWriterPrivate::writeNamespaceDeclaration| Name: | QXmlStreamWriterPrivate::writeNamespaceDeclaration | | Prototype: | void QXmlStreamWriterPrivate::writeNamespaceDeclaration(const NamespaceDeclaration &namespaceDeclaration) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3123-3135 |
| | 9 | 2 |
QXmlStreamWriterPrivate::writeStartElement| Name: | QXmlStreamWriterPrivate::writeStartElement | | Prototype: | void QXmlStreamWriterPrivate::writeStartElement(const QString &namespaceUri, const QString &name) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3858-3877 |
| | 14 | 4 |
QXmlStreamWriterPrivate::~QXmlStreamWriterPrivate| Name: | QXmlStreamWriterPrivate::~QXmlStreamWriterPrivate | | Prototype: | ~QXmlStreamWriterPrivate() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2957-2963 |
| | 3 | 2 |
QXmlTestLogger::QXmlTestLogger| Name: | QXmlTestLogger::QXmlTestLogger | | Prototype: | QXmlTestLogger::QXmlTestLogger(XmlMode mode, const char *filename) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | | Lines: | 95-98 |
| | 2 | 1 |
QXmlTestLogger::addBenchmarkResult| Name: | QXmlTestLogger::addBenchmarkResult | | Prototype: | void QXmlTestLogger::addBenchmarkResult(const QBenchmarkResult &result) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | | Lines: | 253-272 |
| | 15 | 1 |
QXmlTestLogger::addIncident| Name: | QXmlTestLogger::addIncident | | Prototype: | void QXmlTestLogger::addIncident(IncidentTypes type, const char *description, const char *file, int line) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | | Lines: | 222-251 |
| | 22 | 1 |
QXmlTestLogger::addMessage| Name: | QXmlTestLogger::addMessage | | Prototype: | void QXmlTestLogger::addMessage(MessageTypes type, const QString &message, const char *file, int line) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | | Lines: | 274-303 |
| | 22 | 1 |
QXmlTestLogger::enterTestFunction| Name: | QXmlTestLogger::enterTestFunction | | Prototype: | void QXmlTestLogger::enterTestFunction(const char *function) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | | Lines: | 143-150 |
| | 5 | 1 |
QXmlTestLogger::leaveTestFunction| Name: | QXmlTestLogger::leaveTestFunction | | Prototype: | void QXmlTestLogger::leaveTestFunction() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | | Lines: | 152-161 |
| | 6 | 1 |
QXmlTestLogger::startLogging| Name: | QXmlTestLogger::startLogging | | Prototype: | void QXmlTestLogger::startLogging() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | | Lines: | 104-128 |
| | 18 | 2 |
QXmlTestLogger::stopLogging| Name: | QXmlTestLogger::stopLogging | | Prototype: | void QXmlTestLogger::stopLogging() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | | Lines: | 130-141 |
| | 7 | 2 |
QXmlTestLogger::xmlCdata| Name: | QXmlTestLogger::xmlCdata | | Prototype: | int QXmlTestLogger::xmlCdata(QTestCharBuffer *destBuf, char const* src, size_t n) | | Coverage: | 77.273% (17/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | | Lines: | 370-413 |
| | 24 | 7 |
QXmlTestLogger::xmlCdata| Name: | QXmlTestLogger::xmlCdata | | Prototype: | int QXmlTestLogger::xmlCdata(QTestCharBuffer* str, char const* src) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | | Lines: | 453-456 |
| | 1 | 1 |
QXmlTestLogger::xmlQuote| Name: | QXmlTestLogger::xmlQuote | | Prototype: | int QXmlTestLogger::xmlQuote(QTestCharBuffer* destBuf, char const* src, size_t n) | | Coverage: | 63.265% (31/49) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | | Lines: | 310-364 |
| | 22 | 18 |
QXmlTestLogger::xmlQuote| Name: | QXmlTestLogger::xmlQuote | | Prototype: | int QXmlTestLogger::xmlQuote(QTestCharBuffer* str, char const* src) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | | Lines: | 448-451 |
| | 1 | 1 |
QXmlUtils::isBaseChar| Name: | QXmlUtils::isBaseChar | | Prototype: | bool QXmlUtils::isBaseChar(const QChar c) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | | Lines: | 211-214 |
| | 1 | 1 |
QXmlUtils::isChar| Name: | QXmlUtils::isChar | | Prototype: | bool QXmlUtils::isChar(const QChar c) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | | Lines: | 260-267 |
| | 5 | 1 |
QXmlUtils::isCombiningChar| Name: | QXmlUtils::isCombiningChar | | Prototype: | bool QXmlUtils::isCombiningChar(const QChar c) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | | Lines: | 178-181 |
| | 1 | 1 |
QXmlUtils::isDigit| Name: | QXmlUtils::isDigit | | Prototype: | bool QXmlUtils::isDigit(const QChar c) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | | Lines: | 192-195 |
| | 1 | 1 |
QXmlUtils::isEncName| Name: | QXmlUtils::isEncName | | Prototype: | bool QXmlUtils::isEncName(const QString &encName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | | Lines: | 225-235 |
| | 3 | 1 |
QXmlUtils::isExtender| Name: | QXmlUtils::isExtender | | Prototype: | bool QXmlUtils::isExtender(const QChar c) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | | Lines: | 206-209 |
| | 1 | 1 |
QXmlUtils::isIdeographic| Name: | QXmlUtils::isIdeographic | | Prototype: | bool QXmlUtils::isIdeographic(const QChar c) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | | Lines: | 149-152 |
| | 1 | 1 |
QXmlUtils::isLetter| Name: | QXmlUtils::isLetter | | Prototype: | bool QXmlUtils::isLetter(const QChar c) | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | | Lines: | 246-249 |
| | 1 | 1 |
QXmlUtils::isNCName| Name: | QXmlUtils::isNCName | | Prototype: | bool QXmlUtils::isNCName(const QStringRef &ncName) | | Coverage: | 78.947% (15/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | | Lines: | 361-380 |
| | 11 | 5 |
QXmlUtils::isNameChar| Name: | QXmlUtils::isNameChar | | Prototype: | bool QXmlUtils::isNameChar(const QChar c) | | Coverage: | 89.474% (17/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | | Lines: | 279-290 |
| | 9 | 1 |
QXmlUtils::isPublicID| Name: | QXmlUtils::isPublicID | | Prototype: | bool QXmlUtils::isPublicID(const QString &candidate) | | Coverage: | 97.561% (40/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | | Lines: | 302-349 |
| | 11 | 26 |
QXmlUtils::rangeContains| Name: | QXmlUtils::rangeContains | | Prototype: | bool QXmlUtils::rangeContains(RangeIter begin, RangeIter end, const QChar c) | | Coverage: | 86.957% (20/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | | Lines: | 59-93 |
| | 19 | 8 |
QXpmHandler::QXpmHandler| Name: | QXpmHandler::QXpmHandler | | Prototype: | QXpmHandler::QXpmHandler() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 1172-1175 |
| | 2 | 1 |
QXpmHandler::canRead| Name: | QXpmHandler::canRead | | Prototype: | bool QXpmHandler::canRead() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 1205-1216 |
| | 6 | 3 |
QXpmHandler::canRead| Name: | QXpmHandler::canRead | | Prototype: | bool QXpmHandler::canRead(QIODevice *device) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 1218-1230 |
| | 7 | 3 |
QXpmHandler::name| Name: | QXpmHandler::name | | Prototype: | QByteArray QXpmHandler::name() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 1285-1288 |
| | 1 | 1 |
QXpmHandler::option| Name: | QXpmHandler::option | | Prototype: | QVariant QXpmHandler::option(ImageOption option) const | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 1251-1277 |
| | 17 | 9 |
QXpmHandler::read| Name: | QXpmHandler::read | | Prototype: | bool QXpmHandler::read(QImage *image) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 1232-1237 |
| | 3 | 2 |
QXpmHandler::readHeader| Name: | QXpmHandler::readHeader | | Prototype: | bool QXpmHandler::readHeader() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 1177-1184 |
| | 5 | 2 |
QXpmHandler::readImage| Name: | QXpmHandler::readImage | | Prototype: | bool QXpmHandler::readImage(QImage *image) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 1186-1203 |
| | 10 | 4 |
QXpmHandler::setOption| Name: | QXpmHandler::setOption | | Prototype: | void QXpmHandler::setOption(ImageOption option, const QVariant &value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 1279-1283 |
| | 2 | 2 |
QXpmHandler::supportsOption| Name: | QXpmHandler::supportsOption | | Prototype: | bool QXpmHandler::supportsOption(ImageOption option) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 1244-1249 |
| | 3 | 1 |
QXpmHandler::write| Name: | QXpmHandler::write | | Prototype: | bool QXpmHandler::write(const QImage &image) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 1239-1242 |
| | 1 | 1 |
QXunitTestLogger::QXunitTestLogger| Name: | QXunitTestLogger::QXunitTestLogger | | Prototype: | QXunitTestLogger::QXunitTestLogger(const char *filename) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp | | Lines: | 54-64 |
| | 2 | 1 |
QXunitTestLogger::addBenchmarkResult| Name: | QXunitTestLogger::addBenchmarkResult | | Prototype: | void QXunitTestLogger::addBenchmarkResult(const QBenchmarkResult &result) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp | | Lines: | 247-263 |
| | 11 | 1 |
QXunitTestLogger::addIncident| Name: | QXunitTestLogger::addIncident | | Prototype: | void QXunitTestLogger::addIncident(IncidentTypes type, const char *description, const char *file, int line) | | Coverage: | 64.789% (46/71) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp | | Lines: | 149-245 |
| | 57 | 19 |
QXunitTestLogger::addMessage| Name: | QXunitTestLogger::addMessage | | Prototype: | void QXunitTestLogger::addMessage(MessageTypes type, const QString &message, const char *file, int line) | | Coverage: | 88.462% (23/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp | | Lines: | 286-343 |
| | 36 | 12 |
QXunitTestLogger::addTag| Name: | QXunitTestLogger::addTag | | Prototype: | void QXunitTestLogger::addTag(QTestElement* element) | | Coverage: | 90.000% (18/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp | | Lines: | 265-284 |
| | 12 | 4 |
QXunitTestLogger::enterTestFunction| Name: | QXunitTestLogger::enterTestFunction | | Prototype: | void QXunitTestLogger::enterTestFunction(const char *function) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp | | Lines: | 136-143 |
| | 4 | 1 |
QXunitTestLogger::startLogging| Name: | QXunitTestLogger::startLogging | | Prototype: | void QXunitTestLogger::startLogging() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp | | Lines: | 72-79 |
| | 4 | 1 |
QXunitTestLogger::stopLogging| Name: | QXunitTestLogger::stopLogging | | Prototype: | void QXunitTestLogger::stopLogging() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp | | Lines: | 81-134 |
| | 34 | 2 |
QXunitTestLogger::~QXunitTestLogger| Name: | QXunitTestLogger::~QXunitTestLogger | | Prototype: | QXunitTestLogger::~QXunitTestLogger() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxunittestlogger.cpp | | Lines: | 66-70 |
| | 2 | 1 |
QZipPrivate::QZipPrivate| Name: | QZipPrivate::QZipPrivate | | Prototype: | QZipPrivate(QIODevice *device, bool ownDev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 417-420 |
| | 2 | 1 |
QZipPrivate::fillFileInfo| Name: | QZipPrivate::fillFileInfo | | Prototype: | QZipReader::FileInfo QZipPrivate::fillFileInfo(int index) const | | Coverage: | 0.000% (0/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 438-501 |
| | 40 | 18 |
QZipPrivate::~QZipPrivate| Name: | QZipPrivate::~QZipPrivate | | Prototype: | ~QZipPrivate() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 422-426 |
| | 2 | 2 |
QZipReader::QZipReader| Name: | QZipReader::QZipReader | | Prototype: | QZipReader::QZipReader(const QString &archive, QIODevice::OpenMode mode) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 816-836 |
| | 14 | 5 |
QZipReader::QZipReader| Name: | QZipReader::QZipReader | | Prototype: | QZipReader::QZipReader(QIODevice *device) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 843-847 |
| | 1 | 1 |
QZipReader::close| Name: | QZipReader::close | | Prototype: | void QZipReader::close() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1086-1089 |
| | 1 | 1 |
QZipReader::count| Name: | QZipReader::count | | Prototype: | int QZipReader::count() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 903-907 |
| | 2 | 1 |
QZipReader::device| Name: | QZipReader::device | | Prototype: | QIODevice* QZipReader::device() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 861-864 |
| | 1 | 1 |
QZipReader::entryInfoAt| Name: | QZipReader::entryInfoAt | | Prototype: | QZipReader::FileInfo QZipReader::entryInfoAt(int index) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 916-922 |
| | 4 | 2 |
QZipReader::exists| Name: | QZipReader::exists | | Prototype: | bool QZipReader::exists() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 877-883 |
| | 4 | 2 |
QZipReader::extractAll| Name: | QZipReader::extractAll | | Prototype: | bool QZipReader::extractAll(const QString &destinationDir) const | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1012-1060 |
| | 30 | 13 |
QZipReader::fileData| Name: | QZipReader::fileData | | Prototype: | QByteArray QZipReader::fileData(const QString &fileName) const | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 927-1005 |
| | 51 | 14 |
QZipReader::fileInfoList| Name: | QZipReader::fileInfoList | | Prototype: | QVector<QZipReader::FileInfo> QZipReader::fileInfoList() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 888-898 |
| | 7 | 2 |
QZipReader::isReadable| Name: | QZipReader::isReadable | | Prototype: | bool QZipReader::isReadable() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 869-872 |
| | 1 | 1 |
QZipReader::status| Name: | QZipReader::status | | Prototype: | QZipReader::Status QZipReader::status() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1078-1081 |
| | 1 | 1 |
QZipReader::~QZipReader| Name: | QZipReader::~QZipReader | | Prototype: | QZipReader::~QZipReader() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 852-856 |
| | 2 | 1 |
QZipReaderPrivate::QZipReaderPrivate| Name: | QZipReaderPrivate::QZipReaderPrivate | | Prototype: | QZipReaderPrivate(QIODevice *device, bool ownDev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 506-509 |
| | 2 | 1 |
QZipReaderPrivate::scanFiles| Name: | QZipReaderPrivate::scanFiles | | Prototype: | void QZipReaderPrivate::scanFiles() | | Coverage: | 0.000% (0/47) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 552-639 |
| | 60 | 15 |
QZipStreamStrategy::QZipStreamStrategy| Name: | QZipStreamStrategy::QZipStreamStrategy | | Prototype: | QZipStreamStrategy(QIODevice *device) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextodfwriter.cpp | | Lines: | 99-122 |
| | 16 | 1 |
QZipStreamStrategy::addFile| Name: | QZipStreamStrategy::addFile | | Prototype: | void addFile(const QString &fileName, const QString &mimeType, const QByteArray &bytes) override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextodfwriter.cpp | | Lines: | 134-138 |
| | 2 | 1 |
QZipStreamStrategy::addFile| Name: | QZipStreamStrategy::addFile | | Prototype: | void addFile(const QString &fileName, const QString &mimeType) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextodfwriter.cpp | | Lines: | 141-146 |
| | 3 | 1 |
QZipStreamStrategy::~QZipStreamStrategy| Name: | QZipStreamStrategy::~QZipStreamStrategy | | Prototype: | ~QZipStreamStrategy() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextodfwriter.cpp | | Lines: | 124-132 |
| | 6 | 1 |
QZipWriter::QZipWriter| Name: | QZipWriter::QZipWriter | | Prototype: | QZipWriter::QZipWriter(const QString &fileName, QIODevice::OpenMode mode) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1111-1131 |
| | 14 | 5 |
QZipWriter::QZipWriter| Name: | QZipWriter::QZipWriter | | Prototype: | QZipWriter::QZipWriter(QIODevice *device) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1138-1142 |
| | 1 | 1 |
QZipWriter::addDirectory| Name: | QZipWriter::addDirectory | | Prototype: | void QZipWriter::addDirectory(const QString &dirName) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1298-1305 |
| | 4 | 2 |
QZipWriter::addFile| Name: | QZipWriter::addFile | | Prototype: | void QZipWriter::addFile(const QString &fileName, const QByteArray &data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1265-1268 |
| | 1 | 1 |
QZipWriter::addFile| Name: | QZipWriter::addFile | | Prototype: | void QZipWriter::addFile(const QString &fileName, QIODevice *device) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1277-1292 |
| | 11 | 4 |
QZipWriter::addSymLink| Name: | QZipWriter::addSymLink | | Prototype: | void QZipWriter::addSymLink(const QString &fileName, const QString &destination) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1312-1315 |
| | 1 | 1 |
QZipWriter::close| Name: | QZipWriter::close | | Prototype: | void QZipWriter::close() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1320-1353 |
| | 22 | 3 |
QZipWriter::compressionPolicy| Name: | QZipWriter::compressionPolicy | | Prototype: | QZipWriter::CompressionPolicy QZipWriter::compressionPolicy() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1224-1227 |
| | 1 | 1 |
QZipWriter::creationPermissions| Name: | QZipWriter::creationPermissions | | Prototype: | QFile::Permissions QZipWriter::creationPermissions() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1248-1251 |
| | 1 | 1 |
QZipWriter::device| Name: | QZipWriter::device | | Prototype: | QIODevice* QZipWriter::device() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1153-1156 |
| | 1 | 1 |
QZipWriter::exists| Name: | QZipWriter::exists | | Prototype: | bool QZipWriter::exists() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1169-1175 |
| | 4 | 2 |
QZipWriter::isWritable| Name: | QZipWriter::isWritable | | Prototype: | bool QZipWriter::isWritable() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1161-1164 |
| | 1 | 1 |
QZipWriter::setCompressionPolicy| Name: | QZipWriter::setCompressionPolicy | | Prototype: | void QZipWriter::setCompressionPolicy(CompressionPolicy policy) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1214-1217 |
| | 1 | 1 |
QZipWriter::setCreationPermissions| Name: | QZipWriter::setCreationPermissions | | Prototype: | void QZipWriter::setCreationPermissions(QFile::Permissions permissions) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1237-1240 |
| | 1 | 1 |
QZipWriter::status| Name: | QZipWriter::status | | Prototype: | QZipWriter::Status QZipWriter::status() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1193-1196 |
| | 1 | 1 |
QZipWriter::~QZipWriter| Name: | QZipWriter::~QZipWriter | | Prototype: | QZipWriter::~QZipWriter() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1144-1148 |
| | 2 | 1 |
QZipWriterPrivate::QZipWriterPrivate| Name: | QZipWriterPrivate::QZipWriterPrivate | | Prototype: | QZipWriterPrivate(QIODevice *device, bool ownDev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 519-525 |
| | 2 | 1 |
QZipWriterPrivate::addEntry| Name: | QZipWriterPrivate::addEntry | | Prototype: | void QZipWriterPrivate::addEntry(EntryType type, const QString &fileName, const QByteArray &contents ) | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 641-752 |
| | 67 | 15 |
Q_QGS_QSystemLocale_globalSystemLocale::innerFunction| Name: | Q_QGS_QSystemLocale_globalSystemLocale::innerFunction | | Prototype: | inline Type *innerFunction() | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 74-74 |
| | 1 | 4 |
Q_QGS_QSystemLocale_globalSystemLocale::innerFunction::~HolderBase| Name: | Q_QGS_QSystemLocale_globalSystemLocale::innerFunction::~HolderBase | | Prototype: | ~HolderBase() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 74-74 |
| | 1 | 2 |
Q_QGS__q_manager::innerFunction| Name: | Q_QGS__q_manager::innerFunction | | Prototype: | inline Type *innerFunction() | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 69-69 |
| | 1 | 4 |
Q_QGS__q_manager::innerFunction::~HolderBase| Name: | Q_QGS__q_manager::innerFunction::~HolderBase | | Prototype: | ~HolderBase() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 69-69 |
| | 1 | 2 |
Q_QGS__q_sslErrorList::innerFunction| Name: | Q_QGS__q_sslErrorList::innerFunction | | Prototype: | inline Type *innerFunction() | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 268-268 |
| | 1 | 4 |