| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QXmlDefaultHandler::notationDecl| Name: | QXmlDefaultHandler::notationDecl | | Prototype: | bool QXmlDefaultHandler::notationDecl(const QString&, const QString&, const QString&) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2351-2355 |
| | 1 | 1 |
QXmlDefaultHandler::processingInstruction| Name: | QXmlDefaultHandler::processingInstruction | | Prototype: | bool QXmlDefaultHandler::processingInstruction(const QString&, const QString&) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2300-2304 |
| | 1 | 1 |
QXmlDefaultHandler::skippedEntity| Name: | QXmlDefaultHandler::skippedEntity | | Prototype: | bool QXmlDefaultHandler::skippedEntity(const QString&) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2311-2314 |
| | 1 | 1 |
QXmlDefaultHandler::startCDATA| Name: | QXmlDefaultHandler::startCDATA | | Prototype: | bool QXmlDefaultHandler::startCDATA() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2436-2439 |
| | 1 | 1 |
QXmlDefaultHandler::startDTD| Name: | QXmlDefaultHandler::startDTD | | Prototype: | bool QXmlDefaultHandler::startDTD(const QString&, const QString&, const QString&) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2396-2399 |
| | 1 | 1 |
QXmlDefaultHandler::startDocument| Name: | QXmlDefaultHandler::startDocument | | Prototype: | bool QXmlDefaultHandler::startDocument() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2218-2221 |
| | 1 | 1 |
QXmlDefaultHandler::startElement| Name: | QXmlDefaultHandler::startElement | | Prototype: | bool QXmlDefaultHandler::startElement(const QString&, const QString&, const QString&, const QXmlAttributes&) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2258-2262 |
| | 1 | 1 |
QXmlDefaultHandler::startEntity| Name: | QXmlDefaultHandler::startEntity | | Prototype: | bool QXmlDefaultHandler::startEntity(const QString&) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2416-2419 |
| | 1 | 1 |
QXmlDefaultHandler::startPrefixMapping| Name: | QXmlDefaultHandler::startPrefixMapping | | Prototype: | bool QXmlDefaultHandler::startPrefixMapping(const QString&, const QString&) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2238-2241 |
| | 1 | 1 |
QXmlDefaultHandler::unparsedEntityDecl| Name: | QXmlDefaultHandler::unparsedEntityDecl | | Prototype: | bool QXmlDefaultHandler::unparsedEntityDecl(const QString&, const QString&, const QString&, const QString&) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2362-2366 |
| | 1 | 1 |
QXmlDefaultHandler::warning| Name: | QXmlDefaultHandler::warning | | Prototype: | bool QXmlDefaultHandler::warning(const QXmlParseException&) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2321-2324 |
| | 1 | 1 |
QXmlInputSource::QXmlInputSource| Name: | QXmlInputSource::QXmlInputSource | | Prototype: | QXmlInputSource::QXmlInputSource() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 1092-1095 |
| | 1 | 1 |
QXmlInputSource::setData| Name: | QXmlInputSource::setData | | Prototype: | void QXmlInputSource::setData(const QByteArray& dat) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 1224-1227 |
| | 1 | 1 |
QXmlNamespaceSupport::QXmlNamespaceSupport| Name: | QXmlNamespaceSupport::QXmlNamespaceSupport | | Prototype: | QXmlNamespaceSupport::QXmlNamespaceSupport() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 513-516 |
| | 1 | 1 |
QXmlNamespaceSupport::pushContext| Name: | QXmlNamespaceSupport::pushContext | | Prototype: | void QXmlNamespaceSupport::pushContext() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 699-702 |
| | 1 | 1 |
QXmlNamespaceSupport::uri| Name: | QXmlNamespaceSupport::uri | | Prototype: | QString QXmlNamespaceSupport::uri(const QString& prefix) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 573-576 |
| | 1 | 1 |
QXmlNamespaceSupport::~QXmlNamespaceSupport| Name: | QXmlNamespaceSupport::~QXmlNamespaceSupport | | Prototype: | QXmlNamespaceSupport::~QXmlNamespaceSupport() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 521-524 |
| | 1 | 1 |
QXmlNamespaceSupportPrivate::QXmlNamespaceSupportPrivate| Name: | QXmlNamespaceSupportPrivate::QXmlNamespaceSupportPrivate | | Prototype: | QXmlNamespaceSupportPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 477-480 |
| | 1 | 1 |
QXmlParseException::columnNumber| Name: | QXmlParseException::columnNumber | | Prototype: | int QXmlParseException::columnNumber() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 369-372 |
| | 1 | 1 |
QXmlParseException::lineNumber| Name: | QXmlParseException::lineNumber | | Prototype: | int QXmlParseException::lineNumber() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 376-379 |
| | 1 | 1 |
QXmlParseException::message| Name: | QXmlParseException::message | | Prototype: | QString QXmlParseException::message() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 362-365 |
| | 1 | 1 |
QXmlParseException::publicId| Name: | QXmlParseException::publicId | | Prototype: | QString QXmlParseException::publicId() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 383-386 |
| | 1 | 1 |
QXmlParseException::systemId| Name: | QXmlParseException::systemId | | Prototype: | QString QXmlParseException::systemId() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 390-393 |
| | 1 | 1 |
QXmlSimpleReader::hasProperty| Name: | QXmlSimpleReader::hasProperty | | Prototype: | bool QXmlSimpleReader::hasProperty(const QString&) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 3036-3039 |
| | 1 | 1 |
QXmlSimpleReader::parse| Name: | QXmlSimpleReader::parse | | Prototype: | bool QXmlSimpleReader::parse(const QXmlInputSource& input) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 3154-3157 |
| | 1 | 1 |
QXmlSimpleReader::parse| Name: | QXmlSimpleReader::parse | | Prototype: | bool QXmlSimpleReader::parse(const QXmlInputSource* input) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 3163-3166 |
| | 1 | 1 |
QXmlSimpleReaderLocator::QXmlSimpleReaderLocator| Name: | QXmlSimpleReaderLocator::QXmlSimpleReaderLocator | | Prototype: | QXmlSimpleReaderLocator(QXmlSimpleReader* parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 443-446 |
| | 1 | 1 |
QXmlSimpleReaderLocator::columnNumber| Name: | QXmlSimpleReaderLocator::columnNumber | | Prototype: | int columnNumber() const override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 451-454 |
| | 1 | 1 |
QXmlSimpleReaderLocator::lineNumber| Name: | QXmlSimpleReaderLocator::lineNumber | | Prototype: | int lineNumber() const override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 455-458 |
| | 1 | 1 |
QXmlSimpleReaderPrivate::atEnd| Name: | QXmlSimpleReaderPrivate::atEnd | | Prototype: | inline bool QXmlSimpleReaderPrivate::atEnd() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2498-2501 |
| | 1 | 1 |
QXmlSimpleReaderPrivate::nameClear| Name: | QXmlSimpleReaderPrivate::nameClear | | Prototype: | inline void QXmlSimpleReaderPrivate::nameClear() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2507-2510 |
| | 1 | 1 |
QXmlSimpleReaderPrivate::refClear| Name: | QXmlSimpleReaderPrivate::refClear | | Prototype: | inline void QXmlSimpleReaderPrivate::refClear() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2512-2515 |
| | 1 | 1 |
QXmlSimpleReaderPrivate::stringClear| Name: | QXmlSimpleReaderPrivate::stringClear | | Prototype: | inline void QXmlSimpleReaderPrivate::stringClear() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2503-2506 |
| | 1 | 1 |
QXmlSimpleReaderPrivate::~QXmlSimpleReaderPrivate| Name: | QXmlSimpleReaderPrivate::~QXmlSimpleReaderPrivate | | Prototype: | QXmlSimpleReaderPrivate::~QXmlSimpleReaderPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2537-2540 |
| | 1 | 1 |
QXmlStreamAttribute::QXmlStreamAttribute| Name: | QXmlStreamAttribute::QXmlStreamAttribute | | Prototype: | QXmlStreamAttribute::QXmlStreamAttribute() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2278-2281 |
| | 1 | 1 |
QXmlStreamAttribute::QXmlStreamAttribute| Name: | QXmlStreamAttribute::QXmlStreamAttribute | | Prototype: | QXmlStreamAttribute::QXmlStreamAttribute(const QXmlStreamAttribute &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2367-2370 |
| | 1 | 1 |
QXmlStreamAttributes::append| Name: | QXmlStreamAttributes::append | | Prototype: | void QXmlStreamAttributes::append(const QString &namespaceUri, const QString &name, const QString &value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2766-2769 |
| | 1 | 1 |
QXmlStreamAttributes::append| Name: | QXmlStreamAttributes::append | | Prototype: | void QXmlStreamAttributes::append(const QString &qualifiedName, const QString &value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2775-2778 |
| | 1 | 1 |
QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration| Name: | QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration | | Prototype: | QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration(const QXmlStreamEntityDeclaration &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2610-2613 |
| | 1 | 1 |
QXmlStreamEntityResolver::resolveEntity| Name: | QXmlStreamEntityResolver::resolveEntity | | Prototype: | QString QXmlStreamEntityResolver::resolveEntity(const QString& , const QString& ) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 186-189 |
| | 1 | 1 |
QXmlStreamEntityResolver::resolveUndeclaredEntity| Name: | QXmlStreamEntityResolver::resolveUndeclaredEntity | | Prototype: | QString QXmlStreamEntityResolver::resolveUndeclaredEntity(const QString & ) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 200-203 |
| | 1 | 1 |
QXmlStreamNamespaceDeclaration::QXmlStreamNamespaceDeclaration| Name: | QXmlStreamNamespaceDeclaration::QXmlStreamNamespaceDeclaration | | Prototype: | QXmlStreamNamespaceDeclaration::QXmlStreamNamespaceDeclaration(const QXmlStreamNamespaceDeclaration &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2540-2543 |
| | 1 | 1 |
QXmlStreamNotationDeclaration::QXmlStreamNotationDeclaration| Name: | QXmlStreamNotationDeclaration::QXmlStreamNotationDeclaration | | Prototype: | QXmlStreamNotationDeclaration::QXmlStreamNotationDeclaration(const QXmlStreamNotationDeclaration &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 2443-2446 |
| | 1 | 1 |
QXmlStreamReader::QXmlStreamReader| Name: | QXmlStreamReader::QXmlStreamReader | | Prototype: | QXmlStreamReader::QXmlStreamReader(QIODevice *device) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 391-395 |
| | 1 | 1 |
QXmlStreamReader::addData| Name: | QXmlStreamReader::addData | | Prototype: | void QXmlStreamReader::addData(const char *data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 526-529 |
| | 1 | 1 |
QXmlStreamReaderPrivate::raiseWellFormedError| Name: | QXmlStreamReaderPrivate::raiseWellFormedError | | Prototype: | void QXmlStreamReaderPrivate::raiseWellFormedError(const QString &message) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 1856-1859 |
| | 1 | 1 |
QXmlStreamStrategy::QXmlStreamStrategy| Name: | QXmlStreamStrategy::QXmlStreamStrategy | | Prototype: | QXmlStreamStrategy(QIODevice *device) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextodfwriter.cpp | | Lines: | 87-90 |
| | 1 | 1 |
QXmlStreamWriter::setCodec| Name: | QXmlStreamWriter::setCodec | | Prototype: | void QXmlStreamWriter::setCodec(const char *codecName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3320-3323 |
| | 1 | 1 |
QXmlStreamWriter::writeStartDocument| Name: | QXmlStreamWriter::writeStartDocument | | Prototype: | void QXmlStreamWriter::writeStartDocument() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3779-3782 |
| | 1 | 1 |
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: | 2975-2975 |
| | 1 | 1 |
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: | 459-462 |
| | 1 | 1 |
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: | 454-457 |
| | 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: | 216-219 |
| | 1 | 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: | 183-186 |
| | 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: | 197-200 |
| | 1 | 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: | 211-214 |
| | 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: | 154-157 |
| | 1 | 1 |
QXmlUtils::isLetter| Name: | QXmlUtils::isLetter | | Prototype: | bool QXmlUtils::isLetter(const QChar c) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | | Lines: | 257-260 |
| | 1 | 1 |
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: | 1288-1291 |
| | 1 | 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: | 1242-1245 |
| | 1 | 1 |
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: | 851-855 |
| | 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: | 1094-1097 |
| | 1 | 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: | 869-872 |
| | 1 | 1 |
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: | 877-880 |
| | 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: | 1086-1089 |
| | 1 | 1 |
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: | 1146-1150 |
| | 1 | 1 |
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: | 1273-1276 |
| | 1 | 1 |
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: | 1320-1323 |
| | 1 | 1 |
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: | 1232-1235 |
| | 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: | 1256-1259 |
| | 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: | 1161-1164 |
| | 1 | 1 |
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: | 1169-1172 |
| | 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: | 1222-1225 |
| | 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: | 1245-1248 |
| | 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: | 1201-1204 |
| | 1 | 1 |
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: | 80-80 |
| | 1 | 4 |
Q_QGS_QSystemLocale_globalSystemLocale::innerFunction::~HolderBase| Name: | Q_QGS_QSystemLocale_globalSystemLocale::innerFunction::~HolderBase | | Prototype: | ~HolderBase() noexcept | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 80-80 |
| | 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: | 76-76 |
| | 1 | 4 |
Q_QGS__q_manager::innerFunction::~HolderBase| Name: | Q_QGS__q_manager::innerFunction::~HolderBase | | Prototype: | ~HolderBase() noexcept | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 76-76 |
| | 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: | 278-278 |
| | 1 | 4 |
Q_QGS__q_sslErrorList::innerFunction::~HolderBase| Name: | Q_QGS__q_sslErrorList::innerFunction::~HolderBase | | Prototype: | ~HolderBase() noexcept | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 278-278 |
| | 1 | 2 |
Q_QGS_accessibleActionStrings::innerFunction| Name: | Q_QGS_accessibleActionStrings::innerFunction | | Prototype: | inline Type *innerFunction() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qaccessible.cpp | | Lines: | 2878-2878 |
| | 1 | 4 |
Q_QGS_accessibleActionStrings::innerFunction::~HolderBase| Name: | Q_QGS_accessibleActionStrings::innerFunction::~HolderBase | | Prototype: | ~HolderBase() noexcept | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qaccessible.cpp | | Lines: | 2878-2878 |
| | 1 | 2 |
Q_QGS_animationTimer::innerFunction| Name: | Q_QGS_animationTimer::innerFunction | | Prototype: | inline Type *innerFunction() | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 557-557 |
| | 1 | 4 |
Q_QGS_animationTimer::innerFunction::~HolderBase| Name: | Q_QGS_animationTimer::innerFunction::~HolderBase | | Prototype: | ~HolderBase() noexcept | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 557-557 |
| | 1 | 2 |
Q_QGS_app_fonts::innerFunction| Name: | Q_QGS_app_fonts::innerFunction | | Prototype: | inline Type *innerFunction() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 457-457 |
| | 1 | 4 |
Q_QGS_app_fonts::innerFunction::~HolderBase| Name: | Q_QGS_app_fonts::innerFunction::~HolderBase | | Prototype: | ~HolderBase() noexcept | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 457-457 |
| | 1 | 2 |
Q_QGS_app_palettes::innerFunction| Name: | Q_QGS_app_palettes::innerFunction | | Prototype: | inline Type *innerFunction() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 451-451 |
| | 1 | 4 |
Q_QGS_app_palettes::innerFunction::~HolderBase| Name: | Q_QGS_app_palettes::innerFunction::~HolderBase | | Prototype: | ~HolderBase() noexcept | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 451-451 |
| | 1 | 2 |
Q_QGS_bridgeloader::innerFunction| Name: | Q_QGS_bridgeloader::innerFunction | | Prototype: | inline Type *innerFunction() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qplatformaccessibility.cpp | | Lines: | 53-53 |
| | 1 | 4 |
Q_QGS_bridgeloader::innerFunction::~HolderBase| Name: | Q_QGS_bridgeloader::innerFunction::~HolderBase | | Prototype: | ~HolderBase() noexcept | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qplatformaccessibility.cpp | | Lines: | 53-53 |
| | 1 | 2 |
Q_QGS_bridges::innerFunction| Name: | Q_QGS_bridges::innerFunction | | Prototype: | inline Type *innerFunction() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qplatformaccessibility.cpp | | Lines: | 56-56 |
| | 1 | 4 |
Q_QGS_bridges::innerFunction::~HolderBase| Name: | Q_QGS_bridges::innerFunction::~HolderBase | | Prototype: | ~HolderBase() noexcept | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qplatformaccessibility.cpp | | Lines: | 56-56 |
| | 1 | 2 |
Q_QGS_coreappdata::innerFunction| Name: | Q_QGS_coreappdata::innerFunction | | Prototype: | inline Type *innerFunction() | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 358-358 |
| | 1 | 4 |
Q_QGS_coreappdata::innerFunction::~HolderBase| Name: | Q_QGS_coreappdata::innerFunction::~HolderBase | | Prototype: | ~HolderBase() noexcept | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 358-358 |
| | 1 | 2 |
Q_QGS_customFormatVectorFunc::innerFunction| Name: | Q_QGS_customFormatVectorFunc::innerFunction | | Prototype: | inline Type *innerFunction() | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 146-146 |
| | 1 | 4 |
Q_QGS_customFormatVectorFunc::innerFunction::~HolderBase| Name: | Q_QGS_customFormatVectorFunc::innerFunction::~HolderBase | | Prototype: | ~HolderBase() noexcept | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 146-146 |
| | 1 | 2 |
Q_QGS_customTypes::innerFunction| Name: | Q_QGS_customTypes::innerFunction | | Prototype: | inline Type *innerFunction() | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmetatype.cpp | | Lines: | 140-140 |
| | 1 | 4 |
Q_QGS_customTypes::innerFunction::~HolderBase| Name: | Q_QGS_customTypes::innerFunction::~HolderBase | | Prototype: | ~HolderBase() noexcept | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmetatype.cpp | | Lines: | 140-140 |
| | 1 | 2 |
Q_QGS_customTypesComparatorRegistry::innerFunction| Name: | Q_QGS_customTypesComparatorRegistry::innerFunction | | Prototype: | inline Type *innerFunction() | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 579-579 |
| | 1 | 4 |