| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
writeTextElement| Name: | QXmlStreamWriter::writeTextElement | | Prototype: | void QXmlStreamWriter::writeTextElement(const QString &qualifiedName, const QString &text) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3598-3603 |
| | 3 | 1 |
writeTextElement| Name: | QXmlStreamWriter::writeTextElement | | Prototype: | void QXmlStreamWriter::writeTextElement(const QString &namespaceUri, const QString &name, const QString &text) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3615-3620 |
| | 3 | 1 |
writeStartElement| Name: | QXmlStreamWriter::writeStartElement | | Prototype: | void QXmlStreamWriter::writeStartElement(const QString &qualifiedName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3835-3840 |
| | 3 | 1 |
writeStartElement| Name: | QXmlStreamWriter::writeStartElement | | Prototype: | void QXmlStreamWriter::writeStartElement(const QString &namespaceUri, const QString &name) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3851-3856 |
| | 3 | 1 |
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: | 3773-3776 |
| | 1 | 1 |
writeStartDocument| Name: | QXmlStreamWriter::writeStartDocument | | Prototype: | void QXmlStreamWriter::writeStartDocument(const QString &version) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3784-3799 |
| | 8 | 2 |
writeStartDocument| Name: | QXmlStreamWriter::writeStartDocument | | Prototype: | void QXmlStreamWriter::writeStartDocument(const QString &version, bool standalone) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3807-3825 |
| | 10 | 3 |
writeProcessingInstruction| Name: | QXmlStreamWriter::writeProcessingInstruction | | Prototype: | void QXmlStreamWriter::writeProcessingInstruction(const QString &target, const QString &data) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3748-3761 |
| | 10 | 3 |
writeNamespace| Name: | QXmlStreamWriter::writeNamespace | | Prototype: | void QXmlStreamWriter::writeNamespace(const QString &namespaceUri, const QString &prefix) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3702-3718 |
| | 12 | 3 |
writeEntityReference| Name: | QXmlStreamWriter::writeEntityReference | | Prototype: | void QXmlStreamWriter::writeEntityReference(const QString &name) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3677-3684 |
| | 5 | 1 |
writeEndElement| Name: | QXmlStreamWriter::writeEndElement | | Prototype: | void QXmlStreamWriter::writeEndElement() | | Coverage: | 100.000% (22/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3641-3670 |
| | 22 | 6 |
writeEndDocument| Name: | QXmlStreamWriter::writeEndDocument | | Prototype: | void QXmlStreamWriter::writeEndDocument() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3628-3634 |
| | 4 | 2 |
writeEmptyElement| Name: | QXmlStreamWriter::writeEmptyElement | | Prototype: | void QXmlStreamWriter::writeEmptyElement(const QString &qualifiedName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3565-3571 |
| | 4 | 1 |
writeEmptyElement| Name: | QXmlStreamWriter::writeEmptyElement | | Prototype: | void QXmlStreamWriter::writeEmptyElement(const QString &namespaceUri, const QString &name) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3581-3587 |
| | 4 | 1 |
writeDefaultNamespace| Name: | QXmlStreamWriter::writeDefaultNamespace | | Prototype: | void QXmlStreamWriter::writeDefaultNamespace(const QString &namespaceUri) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3731-3741 |
| | 8 | 2 |
writeDTD| Name: | QXmlStreamWriter::writeDTD | | Prototype: | void QXmlStreamWriter::writeDTD(const QString &dtd) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3548-3557 |
| | 7 | 3 |
writeCurrentToken| Name: | QXmlStreamWriter::writeCurrentToken | | Prototype: | void QXmlStreamWriter::writeCurrentToken(const QXmlStreamReader &reader) | | Coverage: | 51.724% (15/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3887-3935 |
| | 32 | 14 |
writeComment| Name: | QXmlStreamWriter::writeComment | | Prototype: | void QXmlStreamWriter::writeComment(const QString &text) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3532-3542 |
| | 8 | 2 |
writeCharacters| Name: | QXmlStreamWriter::writeCharacters | | Prototype: | void QXmlStreamWriter::writeCharacters(const QString &text) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3520-3525 |
| | 3 | 1 |
writeCDATA| Name: | QXmlStreamWriter::writeCDATA | | Prototype: | void QXmlStreamWriter::writeCDATA(const QString &text) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3502-3511 |
| | 7 | 1 |
writeAttributes| Name: | QXmlStreamWriter::writeAttributes | | Prototype: | void QXmlStreamWriter::writeAttributes(const QXmlStreamAttributes& attributes) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3484-3491 |
| | 5 | 2 |
writeAttribute| Name: | QXmlStreamWriter::writeAttribute | | Prototype: | void QXmlStreamWriter::writeAttribute(const QString &qualifiedName, const QString &value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3418-3428 |
| | 8 | 1 |
writeAttribute| Name: | QXmlStreamWriter::writeAttribute | | Prototype: | void QXmlStreamWriter::writeAttribute(const QString &namespaceUri, const QString &name, const QString &value) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3438-3453 |
| | 12 | 2 |
writeAttribute| Name: | QXmlStreamWriter::writeAttribute | | Prototype: | void QXmlStreamWriter::writeAttribute(const QXmlStreamAttribute& attribute) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3463-3472 |
| | 6 | 2 |
setDevice| Name: | QXmlStreamWriter::setDevice | | Prototype: | void QXmlStreamWriter::setDevice(QIODevice *device) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3257-3268 |
| | 8 | 3 |
setCodec| Name: | QXmlStreamWriter::setCodec | | Prototype: | void QXmlStreamWriter::setCodec(QTextCodec *codec) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3295-3304 |
| | 6 | 2 |
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: | 3314-3317 |
| | 1 | 1 |
setAutoFormattingIndent| Name: | QXmlStreamWriter::setAutoFormattingIndent | | Prototype: | void QXmlStreamWriter::setAutoFormattingIndent(int spacesOrTabs) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3386-3390 |
| | 2 | 1 |
setAutoFormatting| Name: | QXmlStreamWriter::setAutoFormatting | | Prototype: | void QXmlStreamWriter::setAutoFormatting(bool enable) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3355-3359 |
| | 2 | 1 |
hasError| Name: | QXmlStreamWriter::hasError | | Prototype: | bool QXmlStreamWriter::hasError() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3404-3408 |
| | 2 | 1 |
device| Name: | QXmlStreamWriter::device | | Prototype: | QIODevice *QXmlStreamWriter::device() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3276-3280 |
| | 2 | 1 |
codec| Name: | QXmlStreamWriter::codec | | Prototype: | QTextCodec *QXmlStreamWriter::codec() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3324-3328 |
| | 2 | 1 |
autoFormattingIndent| Name: | QXmlStreamWriter::autoFormattingIndent | | Prototype: | int QXmlStreamWriter::autoFormattingIndent() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3392-3396 |
| | 2 | 1 |
autoFormatting| Name: | QXmlStreamWriter::autoFormatting | | Prototype: | bool QXmlStreamWriter::autoFormatting() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3366-3370 |
| | 2 | 1 |
QXmlStreamWriter| Name: | QXmlStreamWriter::QXmlStreamWriter | | Prototype: | QXmlStreamWriter::QXmlStreamWriter() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3205-3208 |
| | 2 | 1 |
QXmlStreamWriter| Name: | QXmlStreamWriter::QXmlStreamWriter | | Prototype: | QXmlStreamWriter::QXmlStreamWriter(QIODevice *device) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3213-3218 |
| | 2 | 1 |
QXmlStreamWriter| Name: | QXmlStreamWriter::QXmlStreamWriter | | Prototype: | QXmlStreamWriter::QXmlStreamWriter(QByteArray *array) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3224-3231 |
| | 4 | 1 |
QXmlStreamWriter| Name: | QXmlStreamWriter::QXmlStreamWriter | | Prototype: | QXmlStreamWriter::QXmlStreamWriter(QString *string) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3236-3241 |
| | 2 | 1 |