| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
hasProperty| Name: | QTextFormat::hasProperty | | Prototype: | bool QTextFormat::hasProperty(int propertyId) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1205-1208 |
| | 1 | 1 |
property| Name: | QTextFormat::property | | Prototype: | QVariant QTextFormat::property(int propertyId) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1096-1099 |
| | 1 | 1 |
propertyCount| Name: | QTextFormat::propertyCount | | Prototype: | int QTextFormat::propertyCount() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1233-1236 |
| | 1 | 1 |
toBlockFormat| Name: | QTextFormat::toBlockFormat | | Prototype: | QTextBlockFormat QTextFormat::toBlockFormat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 869-872 |
| | 1 | 1 |
toCharFormat| Name: | QTextFormat::toCharFormat | | Prototype: | QTextCharFormat QTextFormat::toCharFormat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 877-880 |
| | 1 | 1 |
toFrameFormat| Name: | QTextFormat::toFrameFormat | | Prototype: | QTextFrameFormat QTextFormat::toFrameFormat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 901-904 |
| | 1 | 1 |
toImageFormat| Name: | QTextFormat::toImageFormat | | Prototype: | QTextImageFormat QTextFormat::toImageFormat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 909-912 |
| | 1 | 1 |
toListFormat| Name: | QTextFormat::toListFormat | | Prototype: | QTextListFormat QTextFormat::toListFormat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 885-888 |
| | 1 | 1 |
toTableCellFormat| Name: | QTextFormat::toTableCellFormat | | Prototype: | QTextTableCellFormat QTextFormat::toTableCellFormat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 919-922 |
| | 1 | 1 |
toTableFormat| Name: | QTextFormat::toTableFormat | | Prototype: | QTextTableFormat QTextFormat::toTableFormat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 893-896 |
| | 1 | 1 |
type| Name: | QTextFormat::type | | Prototype: | int QTextFormat::type() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 861-864 |
| | 1 | 1 |
QTextFormat| Name: | QTextFormat::QTextFormat | | Prototype: | QTextFormat::QTextFormat() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 765-768 |
| | 2 | 1 |
QTextFormat| Name: | QTextFormat::QTextFormat | | Prototype: | QTextFormat::QTextFormat(int type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 775-778 |
| | 2 | 1 |
QTextFormat| Name: | QTextFormat::QTextFormat | | Prototype: | QTextFormat::QTextFormat(const QTextFormat &rhs) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 787-790 |
| | 2 | 1 |
clearProperty| Name: | QTextFormat::clearProperty | | Prototype: | void QTextFormat::clearProperty(int propertyId) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1138-1143 |
| | 3 | 2 |
lengthProperty| Name: | QTextFormat::lengthProperty | | Prototype: | QTextLength QTextFormat::lengthProperty(int propertyId) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1057-1062 |
| | 3 | 2 |
operator=| Name: | QTextFormat::operator= | | Prototype: | QTextFormat &QTextFormat::operator=(const QTextFormat &rhs) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 798-803 |
| | 3 | 1 |
properties| Name: | QTextFormat::properties | | Prototype: | QMap<int, QVariant> QTextFormat::properties() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1219-1227 |
| | 5 | 3 |
setProperty| Name: | QTextFormat::setProperty | | Prototype: | void QTextFormat::setProperty(int propertyId, const QVariant &value) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1106-1114 |
| | 5 | 3 |
boolProperty| Name: | QTextFormat::boolProperty | | Prototype: | bool QTextFormat::boolProperty(int propertyId) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 931-939 |
| | 6 | 3 |
brushProperty| Name: | QTextFormat::brushProperty | | Prototype: | QBrush QTextFormat::brushProperty(int propertyId) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1041-1049 |
| | 6 | 3 |
colorProperty| Name: | QTextFormat::colorProperty | | Prototype: | QColor QTextFormat::colorProperty(int propertyId) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1005-1013 |
| | 6 | 3 |
doubleProperty| Name: | QTextFormat::doubleProperty | | Prototype: | qreal QTextFormat::doubleProperty(int propertyId) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 969-977 |
| | 6 | 3 |
objectIndex| Name: | QTextFormat::objectIndex | | Prototype: | int QTextFormat::objectIndex() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1169-1177 |
| | 6 | 3 |
penProperty| Name: | QTextFormat::penProperty | | Prototype: | QPen QTextFormat::penProperty(int propertyId) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1023-1031 |
| | 6 | 3 |
setObjectIndex| Name: | QTextFormat::setObjectIndex | | Prototype: | void QTextFormat::setObjectIndex(int o) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1186-1197 |
| | 6 | 4 |
stringProperty| Name: | QTextFormat::stringProperty | | Prototype: | QString QTextFormat::stringProperty(int propertyId) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 987-995 |
| | 6 | 3 |
intProperty| Name: | QTextFormat::intProperty | | Prototype: | int QTextFormat::intProperty(int propertyId) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 948-959 |
| | 7 | 3 |
setProperty| Name: | QTextFormat::setProperty | | Prototype: | void QTextFormat::setProperty(int propertyId, const QVector<QTextLength> &value) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1121-1131 |
| | 8 | 3 |
operator==| Name: | QTextFormat::operator== | | Prototype: | bool QTextFormat::operator==(const QTextFormat &rhs) const | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1252-1270 |
| | 11 | 6 |
lengthVectorProperty| Name: | QTextFormat::lengthVectorProperty | | Prototype: | QVector<QTextLength> QTextFormat::lengthVectorProperty(int propertyId) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1072-1089 |
| | 12 | 5 |
merge| Name: | QTextFormat::merge | | Prototype: | void QTextFormat::merge(const QTextFormat &other) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 833-854 |
| | 13 | 5 |