Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
containsName: | QRect::contains | Prototype: | bool QRect::contains(const QPoint &p, bool proper) const noexcept | Coverage: | 97.297% (36/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 826-859 |
| | 23 | 9 |
containsName: | QRect::contains | Prototype: | bool QRect::contains(const QRect &r, bool proper) const noexcept | Coverage: | 72.000% (36/50) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 890-940 |
| | 33 | 12 |
intersectsName: | QRect::intersects | Prototype: | bool QRect::intersects(const QRect &r) const noexcept | Coverage: | 100.000% (32/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 1118-1158 |
| | 27 | 8 |
normalizedName: | QRect::normalized | Prototype: | QRect QRect::normalized() const noexcept | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 303-321 |
| | 12 | 3 |
operator&Name: | QRect::operator& | Prototype: | QRect QRect::operator&(const QRect &r) const noexcept | Coverage: | 100.000% (32/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 1039-1084 |
| | 32 | 8 |
operator|Name: | QRect::operator| | Prototype: | QRect QRect::operator|(const QRect &r) const noexcept | Coverage: | 100.000% (23/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 968-1009 |
| | 30 | 7 |