Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
systemIdName: | 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 |
publicIdName: | 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 |
messageName: | 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 |
lineNumberName: | 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 |
columnNumberName: | 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 |
QXmlParseExceptionName: | 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: | 346-350 |
| | 3 | 1 |
QXmlParseExceptionName: | 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: | 332-341 |
| | 5 | 1 |