| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
Property| Name: | QTextFormatPrivate::Property | | Coverage: | 0.000% (0/3) |
| | 3 | 3 |
QTextFormatPrivate| Name: | QTextFormatPrivate::QTextFormatPrivate | | Prototype: | QTextFormatPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 170-170 |
| | 1 | 1 |
clearProperty| Name: | QTextFormatPrivate::clearProperty | | Prototype: | inline void clearProperty(qint32 key) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 213-223 |
| | 7 | 4 |
font| Name: | QTextFormatPrivate::font | | Prototype: | inline const QFont &font() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 246-250 |
| | 3 | 2 |
hasProperty| Name: | QTextFormatPrivate::hasProperty | | Prototype: | inline bool hasProperty(qint32 key) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 241-242 |
| | 1 | 1 |
hash| Name: | QTextFormatPrivate::hash | | Prototype: | inline uint hash() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 186-191 |
| | 3 | 2 |
insertProperty| Name: | QTextFormatPrivate::insertProperty | | Prototype: | inline void insertProperty(qint32 key, const QVariant &value) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 200-211 |
| | 8 | 4 |
operator==| Name: | QTextFormatPrivate::operator== | | Prototype: | inline bool operator==(const QTextFormatPrivate &rhs) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 193-198 |
| | 3 | 2 |
property| Name: | QTextFormatPrivate::property | | Prototype: | inline QVariant property(qint32 key) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 233-239 |
| | 4 | 2 |
propertyIndex| Name: | QTextFormatPrivate::propertyIndex | | Prototype: | inline int propertyIndex(qint32 key) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 225-231 |
| | 4 | 3 |
recalcFont| Name: | QTextFormatPrivate::recalcFont | | Prototype: | void QTextFormatPrivate::recalcFont() const | | Coverage: | 0.000% (0/57) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 346-432 |
| | 57 | 26 |
recalcHash| Name: | QTextFormatPrivate::recalcHash | | Prototype: | uint QTextFormatPrivate::recalcHash() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 311-320 |
| | 5 | 2 |
resolveFont| Name: | QTextFormatPrivate::resolveFont | | Prototype: | void QTextFormatPrivate::resolveFont(const QFont &defaultFont) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 322-344 |
| | 12 | 3 |