| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity | 
 linesIntersect| Name:  | QIntersectionFinder::linesIntersect |  | Prototype:  | bool QIntersectionFinder::linesIntersect(const QLineF &a, const QLineF &b) const |  | Coverage:  |   0.000% (0/49) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp |  | Lines:  | 107-172 |  
  |  | 39 | 9 | 
 hasIntersections| Name:  | QIntersectionFinder::hasIntersections |  | Prototype:  | bool QIntersectionFinder::hasIntersections(const QPathSegments &a, const QPathSegments &b) const |  | Coverage:  |   0.000% (0/38) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp |  | Lines:  | 174-218 |  
  |  | 29 | 10 | 
 produceIntersections| Name:  | QIntersectionFinder::produceIntersections |  | Prototype:  | void QIntersectionFinder::produceIntersections(QPathSegments &segments) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp |  | Lines:  | 579-585 |  
  |  | 3 | 2 |