| Function | Condition % | Modifications | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
normalized| Name: | 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 | | Comparison: | New |
| | New | 12 | 3 |
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 | | Comparison: | New |
| | New | 30 | 7 |
intersects| Name: | 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 | | Comparison: | New |
| | New | 27 | 8 |
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 | | Comparison: | New |
| | New | 32 | 8 |
contains| Name: | 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 | | Comparison: | New |
| | New | 23 | 9 |
contains| Name: | 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 | | Comparison: | New |
| | New | 33 | 12 |