| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 3149-3152 |
| | 1 | 1 |
QXmlSimpleReader::parse| Name: | QXmlSimpleReader::parse | | Prototype: | bool QXmlSimpleReader::parse(const QXmlInputSource *input, bool incremental) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 3179-3206 |
| | 17 | 4 |
QXmlSimpleReader::lexicalHandler| Name: | QXmlSimpleReader::lexicalHandler | | Prototype: | QXmlLexicalHandler* QXmlSimpleReader::lexicalHandler() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 3111-3115 |
| | 2 | 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: | 3022-3025 |
| | 1 | 1 |
QXmlSimpleReader::hasFeature| Name: | QXmlSimpleReader::hasFeature | | Prototype: | bool QXmlSimpleReader::hasFeature(const QString& name) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2990-3002 |
| | 8 | 2 |
QXmlSimpleReader::feature| Name: | QXmlSimpleReader::feature | | Prototype: | bool QXmlSimpleReader::feature(const QString& name, bool *ok) const | | Coverage: | 25.000% (6/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2913-2935 |
| | 17 | 7 |
QXmlSimpleReader::errorHandler| Name: | QXmlSimpleReader::errorHandler | | Prototype: | QXmlErrorHandler* QXmlSimpleReader::errorHandler() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 3093-3097 |
| | 2 | 1 |
QXmlSimpleReader::entityResolver| Name: | QXmlSimpleReader::entityResolver | | Prototype: | QXmlEntityResolver* QXmlSimpleReader::entityResolver() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 3039-3043 |
| | 2 | 1 |
QXmlSimpleReader::declHandler| Name: | QXmlSimpleReader::declHandler | | Prototype: | QXmlDeclHandler* QXmlSimpleReader::declHandler() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 3129-3133 |
| | 2 | 1 |
QXmlSimpleReader::contentHandler| Name: | QXmlSimpleReader::contentHandler | | Prototype: | QXmlContentHandler* QXmlSimpleReader::contentHandler() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 3075-3079 |
| | 2 | 1 |
QXmlSimpleReader::QXmlSimpleReader| Name: | QXmlSimpleReader::QXmlSimpleReader | | Prototype: | QXmlSimpleReader::QXmlSimpleReader() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2898-2901 |
| | 2 | 1 |
QXmlSimpleReader::DTDHandler| Name: | QXmlSimpleReader::DTDHandler | | Prototype: | QXmlDTDHandler* QXmlSimpleReader::DTDHandler() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 3057-3061 |
| | 2 | 1 |
QXmlParseExceptionPrivate::QXmlParseExceptionPrivate| Name: | QXmlParseExceptionPrivate::QXmlParseExceptionPrivate | | Prototype: | QXmlParseExceptionPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 237-240 |
| | 2 | 1 |
QXmlParseExceptionPrivate::QXmlParseExceptionPrivate| Name: | QXmlParseExceptionPrivate::QXmlParseExceptionPrivate | | Prototype: | QXmlParseExceptionPrivate(const QXmlParseExceptionPrivate &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 241-245 |
| | 2 | 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: | 376-379 |
| | 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: | 369-372 |
| | 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: | 348-351 |
| | 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: | 362-365 |
| | 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: | 355-358 |
| | 1 | 1 |
QXmlParseException::QXmlParseException| Name: | QXmlParseException::QXmlParseException | | Prototype: | QXmlParseException::QXmlParseException(const QString& name, int c, int l, const QString& p, const QString& s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 318-327 |
| | 5 | 1 |
QXmlParseException::QXmlParseException| Name: | QXmlParseException::QXmlParseException | | Prototype: | QXmlParseException::QXmlParseException(const QXmlParseException& other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 332-336 |
| | 3 | 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: | 463-466 |
| | 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: | 507-510 |
| | 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: | 559-562 |
| | 1 | 1 |
QXmlNamespaceSupport::splitName| Name: | QXmlNamespaceSupport::splitName | | Prototype: | void QXmlNamespaceSupport::splitName(const QString& qname, QString& prefix, QString& localname) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 570-579 |
| | 5 | 2 |
QXmlNamespaceSupport::setPrefix| Name: | QXmlNamespaceSupport::setPrefix | | Prototype: | void QXmlNamespaceSupport::setPrefix(const QString& pre, const QString& uri) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 524-531 |
| | 3 | 2 |
QXmlNamespaceSupport::reset| Name: | QXmlNamespaceSupport::reset | | Prototype: | void QXmlNamespaceSupport::reset() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 709-714 |
| | 3 | 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: | 685-688 |
| | 1 | 1 |
QXmlNamespaceSupport::processName| Name: | QXmlNamespaceSupport::processName | | Prototype: | void QXmlNamespaceSupport::processName(const QString& qname, bool isAttribute, QString& nsuri, QString& localname) const | | Coverage: | 93.333% (14/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 598-626 |
| | 13 | 5 |
QXmlNamespaceSupport::prefixes| Name: | QXmlNamespaceSupport::prefixes | | Prototype: | QStringList QXmlNamespaceSupport::prefixes() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 635-646 |
| | 7 | 3 |
QXmlNamespaceSupport::prefixes| Name: | QXmlNamespaceSupport::prefixes | | Prototype: | QStringList QXmlNamespaceSupport::prefixes(const QString& uri) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 662-673 |
| | 7 | 3 |
QXmlNamespaceSupport::prefix| Name: | QXmlNamespaceSupport::prefix | | Prototype: | QString QXmlNamespaceSupport::prefix(const QString& uri) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 543-552 |
| | 6 | 3 |
QXmlNamespaceSupport::popContext| Name: | QXmlNamespaceSupport::popContext | | Prototype: | void QXmlNamespaceSupport::popContext() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 699-704 |
| | 3 | 2 |
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: | 499-502 |
| | 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: | 1102-1109 |
| | 2 | 1 |
QXmlInputSource::setData| Name: | QXmlInputSource::setData | | Prototype: | void QXmlInputSource::setData(const QString& dat) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 1195-1202 |
| | 5 | 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: | 1210-1213 |
| | 1 | 1 |
QXmlInputSource::reset| Name: | QXmlInputSource::reset | | Prototype: | void QXmlInputSource::reset() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 1165-1169 |
| | 2 | 1 |
QXmlInputSource::next| Name: | QXmlInputSource::next | | Prototype: | QChar QXmlInputSource::next() | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 1130-1152 |
| | 13 | 5 |
QXmlInputSource::init| Name: | QXmlInputSource::init | | Prototype: | void QXmlInputSource::init() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 1050-1071 |
| | 9 | 1 |
QXmlInputSource::fromRawData| Name: | QXmlInputSource::fromRawData | | Prototype: | QString QXmlInputSource::fromRawData(const QByteArray &data, bool beginning) | | Coverage: | 59.524% (50/84) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 1333-1421 |
| | 50 | 16 |
QXmlInputSource::fetchData| Name: | QXmlInputSource::fetchData | | Prototype: | void QXmlInputSource::fetchData() | | Coverage: | 60.606% (20/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 1234-1276 |
| | 21 | 9 |
QXmlInputSource::data| Name: | QXmlInputSource::data | | Prototype: | QString QXmlInputSource::data() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 1177-1185 |
| | 5 | 2 |
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: | 1078-1081 |
| | 1 | 1 |
QXmlInputSource::QXmlInputSource| Name: | QXmlInputSource::QXmlInputSource | | Prototype: | QXmlInputSource::QXmlInputSource(QIODevice *dev) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 1091-1097 |
| | 4 | 2 |
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: | 2307-2310 |
| | 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: | 2348-2352 |
| | 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: | 2224-2227 |
| | 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: | 2402-2405 |
| | 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: | 2244-2248 |
| | 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: | 2204-2207 |
| | 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: | 2382-2385 |
| | 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: | 2422-2425 |
| | 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: | 2297-2300 |
| | 1 | 1 |
QXmlDefaultHandler::resolveEntity| Name: | QXmlDefaultHandler::resolveEntity | | Prototype: | bool QXmlDefaultHandler::resolveEntity(const QString&, const QString&, QXmlInputSource*& ret) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2360-2365 |
| | 2 | 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: | 2286-2290 |
| | 1 | 1 |
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: | 2337-2341 |
| | 1 | 1 |
QXmlDefaultHandler::internalEntityDecl| Name: | QXmlDefaultHandler::internalEntityDecl | | Prototype: | bool QXmlDefaultHandler::internalEntityDecl(const QString&, const QString&) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2462-2465 |
| | 1 | 1 |
QXmlDefaultHandler::ignorableWhitespace| Name: | QXmlDefaultHandler::ignorableWhitespace | | Prototype: | bool QXmlDefaultHandler::ignorableWhitespace(const QString&) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2276-2279 |
| | 1 | 1 |
QXmlDefaultHandler::fatalError| Name: | QXmlDefaultHandler::fatalError | | Prototype: | bool QXmlDefaultHandler::fatalError(const QXmlParseException&) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2327-2330 |
| | 1 | 1 |
QXmlDefaultHandler::externalEntityDecl| Name: | QXmlDefaultHandler::externalEntityDecl | | Prototype: | bool QXmlDefaultHandler::externalEntityDecl(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: | 2472-2475 |
| | 1 | 1 |
QXmlDefaultHandler::errorString| Name: | QXmlDefaultHandler::errorString | | Prototype: | QString QXmlDefaultHandler::errorString() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2372-2375 |
| | 1 | 1 |
QXmlDefaultHandler::error| Name: | QXmlDefaultHandler::error | | Prototype: | bool QXmlDefaultHandler::error(const QXmlParseException&) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2317-2320 |
| | 1 | 1 |
QXmlDefaultHandler::endPrefixMapping| Name: | QXmlDefaultHandler::endPrefixMapping | | Prototype: | bool QXmlDefaultHandler::endPrefixMapping(const QString&) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2234-2237 |
| | 1 | 1 |
QXmlDefaultHandler::endEntity| Name: | QXmlDefaultHandler::endEntity | | Prototype: | bool QXmlDefaultHandler::endEntity(const QString&) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2412-2415 |
| | 1 | 1 |
QXmlDefaultHandler::endElement| Name: | QXmlDefaultHandler::endElement | | Prototype: | bool QXmlDefaultHandler::endElement(const QString&, const QString&, const QString&) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2255-2259 |
| | 1 | 1 |
QXmlDefaultHandler::endDocument| Name: | QXmlDefaultHandler::endDocument | | Prototype: | bool QXmlDefaultHandler::endDocument() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2214-2217 |
| | 1 | 1 |
QXmlDefaultHandler::endDTD| Name: | QXmlDefaultHandler::endDTD | | Prototype: | bool QXmlDefaultHandler::endDTD() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2392-2395 |
| | 1 | 1 |
QXmlDefaultHandler::endCDATA| Name: | QXmlDefaultHandler::endCDATA | | Prototype: | bool QXmlDefaultHandler::endCDATA() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2432-2435 |
| | 1 | 1 |
QXmlDefaultHandler::comment| Name: | QXmlDefaultHandler::comment | | Prototype: | bool QXmlDefaultHandler::comment(const QString&) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2442-2445 |
| | 1 | 1 |
QXmlDefaultHandler::characters| Name: | QXmlDefaultHandler::characters | | Prototype: | bool QXmlDefaultHandler::characters(const QString&) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2266-2269 |
| | 1 | 1 |
QXmlDefaultHandler::attributeDecl| Name: | QXmlDefaultHandler::attributeDecl | | Prototype: | bool QXmlDefaultHandler::attributeDecl(const QString&, const QString&, const QString&, const QString&, const QString&) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2452-2455 |
| | 1 | 1 |
QXmlDefaultHandler::QXmlDefaultHandler| Name: | QXmlDefaultHandler::QXmlDefaultHandler | | Prototype: | QXmlDefaultHandler::QXmlDefaultHandler() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2174-2179 |
| | 1 | 1 |
QXmlAttributes::value| Name: | QXmlAttributes::value | | Prototype: | QString QXmlAttributes::value(int index) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 912-915 |
| | 1 | 1 |
QXmlAttributes::value| Name: | QXmlAttributes::value | | Prototype: | QString QXmlAttributes::value(const QString& qName) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 925-931 |
| | 4 | 2 |
QXmlAttributes::value| Name: | QXmlAttributes::value | | Prototype: | QString QXmlAttributes::value(QLatin1String qName) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 941-947 |
| | 4 | 2 |
QXmlAttributes::value| Name: | QXmlAttributes::value | | Prototype: | QString QXmlAttributes::value(const QString& uri, const QString& localName) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 958-964 |
| | 4 | 2 |
QXmlAttributes::uri| Name: | QXmlAttributes::uri | | Prototype: | QString QXmlAttributes::uri(int index) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 863-866 |
| | 1 | 1 |
QXmlAttributes::type| Name: | QXmlAttributes::type | | Prototype: | QString QXmlAttributes::type(int) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 874-877 |
| | 1 | 1 |
QXmlAttributes::type| Name: | QXmlAttributes::type | | Prototype: | QString QXmlAttributes::type(const QString&) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 886-889 |
| | 1 | 1 |
QXmlAttributes::type| Name: | QXmlAttributes::type | | Prototype: | QString QXmlAttributes::type(const QString&, const QString&) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 902-905 |
| | 1 | 1 |
QXmlAttributes::qName| Name: | QXmlAttributes::qName | | Prototype: | QString QXmlAttributes::qName(int index) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 851-854 |
| | 1 | 1 |
QXmlAttributes::localName| Name: | QXmlAttributes::localName | | Prototype: | QString QXmlAttributes::localName(int index) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 840-843 |
| | 1 | 1 |
QXmlAttributes::length| Name: | QXmlAttributes::length | | Prototype: | int QXmlAttributes::length() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 821-824 |
| | 1 | 1 |
QXmlAttributes::index| Name: | QXmlAttributes::index | | Prototype: | int QXmlAttributes::index(const QString& qName) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 773-780 |
| | 4 | 3 |
QXmlAttributes::index| Name: | QXmlAttributes::index | | Prototype: | int QXmlAttributes::index(QLatin1String qName) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 784-791 |
| | 4 | 3 |
QXmlAttributes::index| Name: | QXmlAttributes::index | | Prototype: | int QXmlAttributes::index(const QString& uri, const QString& localPart) const | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 806-814 |
| | 5 | 3 |
QXmlAttributes::clear| Name: | QXmlAttributes::clear | | Prototype: | void QXmlAttributes::clear() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 971-974 |
| | 1 | 1 |
QXmlAttributes::append| Name: | QXmlAttributes::append | | Prototype: | void QXmlAttributes::append(const QString &qName, const QString &uri, const QString &localPart, const QString &value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 984-993 |
| | 6 | 1 |
QXmlAttributes::QXmlAttributes| Name: | QXmlAttributes::QXmlAttributes | | Prototype: | QXmlAttributes::QXmlAttributes() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 749-754 |
| | 1 | 1 |
QXlibEglIntegration::getCompatibleVisualId| Name: | QXlibEglIntegration::getCompatibleVisualId | | Prototype: | VisualID QXlibEglIntegration::getCompatibleVisualId(Display *display, EGLDisplay eglDisplay, EGLConfig config) | | Coverage: | 0.000% (0/59) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qxlibeglintegration.cpp | | Lines: | 39-156 |
| | 104 | 16 |
QXdgNotificationInterface::QXdgNotificationInterface| Name: | QXdgNotificationInterface::QXdgNotificationInterface | | Prototype: | QXdgNotificationInterface::QXdgNotificationInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qxdgnotificationproxy.cpp | | Lines: | 38-41 |
| | 2 | 1 |
QXcbXSettingsPropertyValue::updateValue| Name: | QXcbXSettingsPropertyValue::updateValue | | Prototype: | void updateValue(QXcbVirtualDesktop *screen, const QByteArray &name, const QVariant &value, int last_change_serial) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines: | 66-76 |
| | 7 | 3 |
QXcbXSettingsPropertyValue::addCallback| Name: | QXcbXSettingsPropertyValue::addCallback | | Prototype: | void addCallback(QXcbXSettings::PropertyChangeFunc func, void *handle) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines: | 78-84 |
| | 4 | 1 |
QXcbXSettingsPropertyValue::QXcbXSettingsPropertyValue| Name: | QXcbXSettingsPropertyValue::QXcbXSettingsPropertyValue | | Prototype: | QXcbXSettingsPropertyValue() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines: | 62-64 |
| | 1 | 1 |
QXcbXSettingsPrivate::round_to_nearest_multiple_of_4| Name: | QXcbXSettingsPrivate::round_to_nearest_multiple_of_4 | | Prototype: | static int round_to_nearest_multiple_of_4(int value) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines: | 135-141 |
| | 4 | 2 |
QXcbXSettingsPrivate::populateSettings| Name: | QXcbXSettingsPrivate::populateSettings | | Prototype: | void populateSettings(const QByteArray &xSettings) | | Coverage: | 36.508% (23/63) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines: | 144-217 |
| | 52 | 15 |
QXcbXSettingsPrivate::getSettings| Name: | QXcbXSettingsPrivate::getSettings | | Prototype: | QByteArray getSettings() | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines: | 101-133 |
| | 23 | 4 |
QXcbXSettingsPrivate::QXcbXSettingsPrivate| Name: | QXcbXSettingsPrivate::QXcbXSettingsPrivate | | Prototype: | QXcbXSettingsPrivate(QXcbVirtualDesktop *screen) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines: | 95-99 |
| | 2 | 1 |
QXcbXSettings::~QXcbXSettings| Name: | QXcbXSettings::~QXcbXSettings | | Prototype: | QXcbXSettings::~QXcbXSettings() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines: | 271-275 |
| | 2 | 1 |