Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
containsName: | QRect::contains | Prototype: | bool QRect::contains(const QRect &r, bool proper) const | Coverage: | 72.000% (36/50) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 870-920 |
| | 33 | 12 |
containsName: | QRect::contains | Prototype: | bool QRect::contains(const QPoint &p, bool proper) const | Coverage: | 97.297% (36/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 806-839 |
| | 23 | 9 |
intersectsName: | QRect::intersects | Prototype: | bool QRect::intersects(const QRect &r) const | Coverage: | 100.000% (32/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 1098-1138 |
| | 27 | 8 |
normalizedName: | QRect::normalized | Prototype: | QRect QRect::normalized() const | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 297-315 |
| | 12 | 3 |
operator&Name: | QRect::operator& | Prototype: | QRect QRect::operator&(const QRect &r) const | Coverage: | 100.000% (32/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 1019-1064 |
| | 32 | 8 |
operator|Name: | QRect::operator| | Prototype: | QRect QRect::operator|(const QRect &r) const | Coverage: | 100.000% (23/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 948-989 |
| | 30 | 7 |