Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
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: | 1245-1263 |
| | 11 | 6 |
mergeName: | 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: | 826-847 |
| | 13 | 5 |
lengthVectorPropertyName: | 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: | 1065-1082 |
| | 12 | 5 |
setObjectIndexName: | 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: | 1179-1190 |
| | 6 | 4 |
stringPropertyName: | 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: | 980-988 |
| | 6 | 3 |
setPropertyName: | 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: | 1099-1107 |
| | 5 | 3 |
setPropertyName: | 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: | 1114-1124 |
| | 8 | 3 |
propertiesName: | 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: | 1212-1220 |
| | 5 | 3 |
penPropertyName: | 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: | 1016-1024 |
| | 6 | 3 |
objectIndexName: | 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: | 1162-1170 |
| | 6 | 3 |
intPropertyName: | 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: | 941-952 |
| | 7 | 3 |
doublePropertyName: | 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: | 962-970 |
| | 6 | 3 |
colorPropertyName: | 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: | 998-1006 |
| | 6 | 3 |
brushPropertyName: | 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: | 1034-1042 |
| | 6 | 3 |
boolPropertyName: | 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: | 924-932 |
| | 6 | 3 |
lengthPropertyName: | 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: | 1050-1055 |
| | 3 | 2 |
clearPropertyName: | 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: | 1131-1136 |
| | 3 | 2 |
typeName: | 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: | 854-857 |
| | 1 | 1 |
toTableFormatName: | 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: | 886-889 |
| | 1 | 1 |
toTableCellFormatName: | 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: | 912-915 |
| | 1 | 1 |
toListFormatName: | 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: | 878-881 |
| | 1 | 1 |
toImageFormatName: | 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: | 902-905 |
| | 1 | 1 |
toFrameFormatName: | 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: | 894-897 |
| | 1 | 1 |
toCharFormatName: | 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: | 870-873 |
| | 1 | 1 |
toBlockFormatName: | 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: | 862-865 |
| | 1 | 1 |
propertyCountName: | QTextFormat::propertyCount | Prototype: | int QTextFormat::propertyCount() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 1226-1229 |
| | 1 | 1 |
propertyName: | QTextFormat::property | Prototype: | QVariant QTextFormat::property(int propertyId) const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 1089-1092 |
| | 1 | 1 |
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: | 791-796 |
| | 3 | 1 |
hasPropertyName: | QTextFormat::hasProperty | Prototype: | bool QTextFormat::hasProperty(int propertyId) const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 1198-1201 |
| | 1 | 1 |
QTextFormatName: | 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: | 758-761 |
| | 2 | 1 |
QTextFormatName: | 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: | 768-771 |
| | 2 | 1 |
QTextFormatName: | 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: | 780-783 |
| | 2 | 1 |