| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 2456-2459 |
| | 1 | 1 |
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: | 2446-2449 |
| | 1 | 1 |
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: | 2426-2429 |
| | 1 | 1 |
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: | 2331-2334 |
| | 1 | 1 |
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: | 2386-2389 |
| | 1 | 1 |
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: | 2486-2489 |
| | 1 | 1 |
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: | 2290-2293 |
| | 1 | 1 |
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 |
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: | 2374-2379 |
| | 2 | 1 |
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 |
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 |
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 |
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 |
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 |
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 |
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: | 2188-2193 |
| | 1 | 1 |
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: | 2466-2469 |
| | 1 | 1 |
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: | 2280-2283 |
| | 1 | 1 |
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: | 2406-2409 |
| | 1 | 1 |
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: | 2228-2231 |
| | 1 | 1 |
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: | 2269-2273 |
| | 1 | 1 |
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: | 2248-2251 |
| | 1 | 1 |
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: | 2341-2344 |
| | 1 | 1 |
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: | 2476-2479 |
| | 1 | 1 |
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 |
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 |
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 |
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 |