| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QMatrix4x4| Name:  | QMatrix4x4::QMatrix4x4 |  | Prototype:  | QMatrix4x4::QMatrix4x4(const float *values) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 98-104 |  
  |  | 4 | 3 | 
 QMatrix4x4| Name:  | QMatrix4x4::QMatrix4x4 |  | Prototype:  | QMatrix4x4::QMatrix4x4(const float *values, int cols, int rows) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 169-182 |  
  |  | 8 | 5 | 
 QMatrix4x4| Name:  | QMatrix4x4::QMatrix4x4 |  | Prototype:  | QMatrix4x4::QMatrix4x4(const QMatrix& matrix) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 195-214 |  
  |  | 17 | 1 | 
 QMatrix4x4| Name:  | QMatrix4x4::QMatrix4x4 |  | Prototype:  | QMatrix4x4::QMatrix4x4(const QTransform& transform) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 227-246 |  
  |  | 17 | 1 | 
 copyDataTo| Name:  | QMatrix4x4::copyDataTo |  | Prototype:  | void QMatrix4x4::copyDataTo(float *values) const |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1649-1654 |  
  |  | 3 | 3 | 
 determinant| Name:  | QMatrix4x4::determinant |  | Prototype:  | double QMatrix4x4::determinant() const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 377-389 |  
  |  | 9 | 4 | 
 flipCoordinates| Name:  | QMatrix4x4::flipCoordinates |  | Prototype:  | void QMatrix4x4::flipCoordinates() |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1623-1643 |  
  |  | 12 | 2 | 
 frustum| Name:  | QMatrix4x4::frustum |  | Prototype:  | void QMatrix4x4::frustum(float left, float right, float bottom, float top, float nearPlane, float farPlane) |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1442-1473 |  
  |  | 24 | 2 | 
 inverted| Name:  | QMatrix4x4::inverted |  | Prototype:  | QMatrix4x4 QMatrix4x4::inverted(bool *invertible) const |  | Coverage:  |   0.000% (0/56) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 403-513 |  
  |  | 92 | 18 | 
 lookAt| Name:  | QMatrix4x4::lookAt |  | Prototype:  | void QMatrix4x4::lookAt(const QVector3D& eye, const QVector3D& center, const QVector3D& up) |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1532-1563 |  
  |  | 26 | 2 | 
 mapRect| Name:  | QMatrix4x4::mapRect |  | Prototype:  | QRect QMatrix4x4::mapRect(const QRect& rect) const |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1790-1826 |  
  |  | 26 | 5 | 
 mapRect| Name:  | QMatrix4x4::mapRect |  | Prototype:  | QRectF QMatrix4x4::mapRect(const QRectF& rect) const |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1836-1867 |  
  |  | 21 | 5 | 
 normalMatrix| Name:  | QMatrix4x4::normalMatrix |  | Prototype:  | QMatrix3x3 QMatrix4x4::normalMatrix() const |  | Coverage:  |   0.000% (0/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 523-574 |  
  |  | 39 | 6 | 
 operator/=| Name:  | QMatrix4x4::operator/= |  | Prototype:  | QMatrix4x4& QMatrix4x4::operator/=(float divisor) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 622-642 |  
  |  | 18 | 1 | 
 optimize| Name:  | QMatrix4x4::optimize |  | Prototype:  | void QMatrix4x4::optimize() |  | Coverage:  |   0.000% (0/56) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1947-1997 |  
  |  | 30 | 8 | 
 ortho| Name:  | QMatrix4x4::ortho |  | Prototype:  | void QMatrix4x4::ortho(const QRect& rect) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1370-1377 |  
  |  | 1 | 1 | 
 ortho| Name:  | QMatrix4x4::ortho |  | Prototype:  | void QMatrix4x4::ortho(const QRectF& rect) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1388-1391 |  
  |  | 1 | 1 | 
 ortho| Name:  | QMatrix4x4::ortho |  | Prototype:  | void QMatrix4x4::ortho(float left, float right, float bottom, float top, float nearPlane, float farPlane) |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1401-1432 |  
  |  | 24 | 2 | 
 orthonormalInverse| Name:  | QMatrix4x4::orthonormalInverse |  | Prototype:  | QMatrix4x4 QMatrix4x4::orthonormalInverse() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1897-1925 |  
  |  | 19 | 1 | 
 perspective| Name:  | QMatrix4x4::perspective |  | Prototype:  | void QMatrix4x4::perspective(float verticalAngle, float aspectRatio, float nearPlane, float farPlane) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1485-1519 |  
  |  | 27 | 3 | 
 projectedRotate| Name:  | QMatrix4x4::projectedRotate |  | Prototype:  | void QMatrix4x4::projectedRotate(float angle, float x, float y, float z) |  | Coverage:  |   0.000% (0/51) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1217-1308 |  
  |  | 77 | 14 | 
 rotate| Name:  | QMatrix4x4::rotate |  | Prototype:  | void QMatrix4x4::rotate(float angle, const QVector3D& vector) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1095-1098 |  
  |  | 1 | 1 | 
 rotate| Name:  | QMatrix4x4::rotate |  | Prototype:  | void QMatrix4x4::rotate(float angle, float x, float y, float z) |  | Coverage:  |   0.000% (0/51) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1110-1212 |  
  |  | 87 | 14 | 
 rotate| Name:  | QMatrix4x4::rotate |  | Prototype:  | void QMatrix4x4::rotate(const QQuaternion& quaternion) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1319-1357 |  
  |  | 31 | 1 | 
 scale| Name:  | QMatrix4x4::scale |  | Prototype:  | void QMatrix4x4::scale(const QVector3D& vector) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 817-851 |  
  |  | 30 | 4 | 
 scale| Name:  | QMatrix4x4::scale |  | Prototype:  | void QMatrix4x4::scale(float x, float y) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 863-887 |  
  |  | 20 | 4 | 
 scale| Name:  | QMatrix4x4::scale |  | Prototype:  | void QMatrix4x4::scale(float x, float y, float z) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 897-928 |  
  |  | 27 | 4 | 
 scale| Name:  | QMatrix4x4::scale |  | Prototype:  | void QMatrix4x4::scale(float factor) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 938-969 |  
  |  | 27 | 4 | 
 toAffine| Name:  | QMatrix4x4::toAffine |  | Prototype:  | QMatrix QMatrix4x4::toAffine() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1663-1668 |  
  |  | 3 | 1 | 
 toTransform| Name:  | QMatrix4x4::toTransform |  | Prototype:  | QTransform QMatrix4x4::toTransform() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1681-1686 |  
  |  | 3 | 1 | 
 toTransform| Name:  | QMatrix4x4::toTransform |  | Prototype:  | QTransform QMatrix4x4::toTransform(float distanceToPlane) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1705-1730 |  
  |  | 12 | 3 | 
 translate| Name:  | QMatrix4x4::translate |  | Prototype:  | void QMatrix4x4::translate(const QVector3D& vector) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 979-1011 |  
  |  | 28 | 6 | 
 translate| Name:  | QMatrix4x4::translate |  | Prototype:  | void QMatrix4x4::translate(float x, float y) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1022-1046 |  
  |  | 20 | 6 | 
 translate| Name:  | QMatrix4x4::translate |  | Prototype:  | void QMatrix4x4::translate(float x, float y, float z) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1056-1085 |  
  |  | 25 | 6 | 
 transposed| Name:  | QMatrix4x4::transposed |  | Prototype:  | QMatrix4x4 QMatrix4x4::transposed() const |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 579-590 |  
  |  | 6 | 3 | 
 viewport| Name:  | QMatrix4x4::viewport |  | Prototype:  | void QMatrix4x4::viewport(float left, float bottom, float width, float height, float nearPlane, float farPlane) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1586-1611 |  
  |  | 21 | 1 |