| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity | 
 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 |  
  |  | 33 | 12 | 
 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 | 
 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 |  
  |  | 27 | 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 |  
  |  | 23 | 9 | 
 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 |  
  |  | 12 | 3 |