| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 unproject| Name:  | QVector3D::unproject |  | Prototype:  | QVector3D QVector3D::unproject(const QMatrix4x4 &modelView, const QMatrix4x4 &projection, const QRect &viewport) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp |  | Lines:  | 428-442 |  
  |  | 10 | 2 | 
 toVector4D| Name:  | QVector3D::toVector4D |  | Prototype:  | QVector4D QVector3D::toVector4D() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp |  | Lines:  | 638-641 |  
  |  | 1 | 1 | 
 toVector2D| Name:  | QVector3D::toVector2D |  | Prototype:  | QVector2D QVector3D::toVector2D() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp |  | Lines:  | 624-627 |  
  |  | 1 | 1 | 
 project| Name:  | QVector3D::project |  | Prototype:  | QVector3D QVector3D::project(const QMatrix4x4 &modelView, const QMatrix4x4 &projection, const QRect &viewport) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp |  | Lines:  | 397-410 |  
  |  | 9 | 2 | 
 normalized| Name:  | QVector3D::normalized |  | Prototype:  | QVector3D QVector3D::normalized() const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp |  | Lines:  | 229-245 |  
  |  | 11 | 3 | 
 normalize| Name:  | QVector3D::normalize |  | Prototype:  | void QVector3D::normalize() |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp |  | Lines:  | 253-267 |  
  |  | 9 | 2 | 
 normal| Name:  | QVector3D::normal |  | Prototype:  | QVector3D QVector3D::normal(const QVector3D& v1, const QVector3D& v2) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp |  | Lines:  | 358-361 |  
  |  | 1 | 1 | 
 normal| Name:  | QVector3D::normal |  | Prototype:  | QVector3D QVector3D::normal (const QVector3D& v1, const QVector3D& v2, const QVector3D& v3) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp |  | Lines:  | 375-379 |  
  |  | 1 | 1 | 
 lengthSquared| Name:  | QVector3D::lengthSquared |  | Prototype:  | float QVector3D::lengthSquared() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp |  | Lines:  | 691-694 |  
  |  | 1 | 1 | 
 length| Name:  | QVector3D::length |  | Prototype:  | float QVector3D::length() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp |  | Lines:  | 676-683 |  
  |  | 4 | 1 | 
 dotProduct| Name:  | QVector3D::dotProduct |  | Prototype:  | float QVector3D::dotProduct(const QVector3D& v1, const QVector3D& v2) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp |  | Lines:  | 331-334 |  
  |  | 1 | 1 | 
 distanceToPoint| Name:  | QVector3D::distanceToPoint |  | Prototype:  | float QVector3D::distanceToPoint(const QVector3D& point) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp |  | Lines:  | 452-455 |  
  |  | 1 | 1 | 
 distanceToPlane| Name:  | QVector3D::distanceToPlane |  | Prototype:  | float QVector3D::distanceToPlane (const QVector3D& plane, const QVector3D& normal) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp |  | Lines:  | 467-471 |  
  |  | 1 | 1 | 
 distanceToPlane| Name:  | QVector3D::distanceToPlane |  | Prototype:  | float QVector3D::distanceToPlane (const QVector3D& plane1, const QVector3D& plane2, const QVector3D& plane3) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp |  | Lines:  | 487-492 |  
  |  | 2 | 1 | 
 distanceToLine| Name:  | QVector3D::distanceToLine |  | Prototype:  | float QVector3D::distanceToLine (const QVector3D& point, const QVector3D& direction) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp |  | Lines:  | 503-510 |  
  |  | 4 | 2 | 
 crossProduct| Name:  | QVector3D::crossProduct |  | Prototype:  | QVector3D QVector3D::crossProduct(const QVector3D& v1, const QVector3D& v2) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp |  | Lines:  | 342-347 |  
  |  | 3 | 1 | 
 QVector3D| Name:  | QVector3D::QVector3D |  | Prototype:  | QVector3D::QVector3D(const QVector2D& vector) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp |  | Lines:  | 107-112 |  
  |  | 3 | 1 | 
 QVector3D| Name:  | QVector3D::QVector3D |  | Prototype:  | QVector3D::QVector3D(const QVector2D& vector, float zpos) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp |  | Lines:  | 120-125 |  
  |  | 3 | 1 | 
 QVector3D| Name:  | QVector3D::QVector3D |  | Prototype:  | QVector3D::QVector3D(const QVector4D& vector) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp |  | Lines:  | 137-142 |  
  |  | 3 | 1 |