Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
viewportName: | 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 |
transposedName: | 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 |
translateName: | 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 |
translateName: | 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 |
translateName: | 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 |
toTransformName: | 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 |
toTransformName: | 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 |
toAffineName: | 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 |
scaleName: | 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 |
scaleName: | 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 |
scaleName: | 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 |
scaleName: | 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 |
rotateName: | 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 |
rotateName: | 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 |
rotateName: | 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 |
projectedRotateName: | 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 |
perspectiveName: | 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 |
orthonormalInverseName: | 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 |
orthoName: | 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 |
orthoName: | 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 |
orthoName: | 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 |
optimizeName: | 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 |
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 |
normalMatrixName: | 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 |
mapRectName: | 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 |
mapRectName: | 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 |
lookAtName: | 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 |
invertedName: | 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 |
frustumName: | 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 |
flipCoordinatesName: | 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 |
determinantName: | 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 |
copyDataToName: | 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 |
QMatrix4x4Name: | 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 |
QMatrix4x4Name: | 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 |
QMatrix4x4Name: | 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 |
QMatrix4x4Name: | 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 |