| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
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: | 3895-3943 |
| | 32 | 14 |
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: | 3647-3676 |
| | 22 | 6 |
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: | 3708-3724 |
| | 12 | 3 |
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: | 3444-3459 |
| | 12 | 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: | 3814-3833 |
| | 11 | 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: | 3754-3767 |
| | 10 | 3 |
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: | 3790-3806 |
| | 9 | 2 |
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: | 3737-3747 |
| | 8 | 2 |
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: | 3538-3548 |
| | 8 | 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: | 3424-3434 |
| | 8 | 1 |
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: | 3263-3274 |
| | 8 | 3 |
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: | 3554-3563 |
| | 7 | 3 |
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: | 3508-3517 |
| | 7 | 1 |
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: | 3469-3478 |
| | 6 | 2 |
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: | 3301-3310 |
| | 6 | 2 |
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: | 3683-3690 |
| | 5 | 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: | 3490-3497 |
| | 5 | 2 |
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: | 3634-3640 |
| | 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: | 3571-3577 |
| | 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: | 3587-3593 |
| | 4 | 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: | 3230-3237 |
| | 4 | 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: | 3621-3626 |
| | 3 | 1 |
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: | 3604-3609 |
| | 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: | 3843-3848 |
| | 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: | 3859-3864 |
| | 3 | 1 |
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: | 3526-3531 |
| | 3 | 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: | 3392-3396 |
| | 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: | 3361-3365 |
| | 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: | 3410-3414 |
| | 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: | 3282-3286 |
| | 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: | 3330-3334 |
| | 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: | 3398-3402 |
| | 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: | 3372-3376 |
| | 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: | 3211-3214 |
| | 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: | 3219-3224 |
| | 2 | 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: | 3242-3247 |
| | 2 | 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: | 3779-3782 |
| | 1 | 1 |
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 |