Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
operator==Name: | QTextFormatPrivate::Property::operator== | Prototype: | inline bool operator==(const Property &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 180-181 |
| | 1 | 1 |
operator!=Name: | QTextFormatPrivate::Property::operator!= | Prototype: | inline bool operator!=(const Property &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 182-183 |
| | 1 | 1 |
PropertyName: | QTextFormatPrivate::Property::Property | Prototype: | inline Property(qint32 k, const QVariant &v) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 174-174 |
| | 1 | 1 |