Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
toAlignedRectName: | QRectF::toAlignedRect | Prototype: | QRect QRectF::toAlignedRect() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 2344-2351 |
| | 5 | 1 |
normalizedName: | QRectF::normalized | Prototype: | QRectF QRectF::normalized() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 1526-1538 |
| | 8 | 3 |
containsName: | QRectF::contains | Prototype: | bool QRectF::contains(const QPointF &p) const | Coverage: | 100.000% (25/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 1939-1966 |
| | 19 | 7 |
operator|Name: | QRectF::operator| | Prototype: | QRectF QRectF::operator|(const QRectF &r) const | Coverage: | 100.000% (23/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 2123-2161 |
| | 25 | 7 |
containsName: | QRectF::contains | Prototype: | bool QRectF::contains(const QRectF &r) const | Coverage: | 89.744% (35/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 1985-2030 |
| | 33 | 11 |
intersectsName: | QRectF::intersects | Prototype: | bool QRectF::intersects(const QRectF &r) const | Coverage: | 89.744% (35/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 2277-2322 |
| | 33 | 11 |
operator&Name: | QRectF::operator& | Prototype: | QRectF QRectF::operator&(const QRectF &r) const | Coverage: | 89.744% (35/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 2192-2242 |
| | 38 | 11 |