Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 104-110 |
| | 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: | 175-188 |
| | 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: | 201-220 |
| | 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: | 233-252 |
| | 17 | 1 |
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: | 1655-1660 |
| | 3 | 3 |
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: | 383-395 |
| | 9 | 4 |
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: | 1629-1649 |
| | 12 | 2 |
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: | 1448-1479 |
| | 24 | 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: | 409-519 |
| | 92 | 18 |
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: | 1538-1569 |
| | 26 | 2 |
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: | 1796-1832 |
| | 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: | 1842-1873 |
| | 21 | 5 |
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: | 529-580 |
| | 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: | 628-648 |
| | 18 | 1 |
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: | 1953-2003 |
| | 30 | 8 |
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: | 1376-1383 |
| | 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: | 1394-1397 |
| | 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: | 1407-1438 |
| | 24 | 2 |
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: | 1903-1931 |
| | 19 | 1 |
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: | 1491-1525 |
| | 27 | 3 |
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: | 1223-1314 |
| | 77 | 14 |
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: | 1101-1104 |
| | 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: | 1116-1218 |
| | 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: | 1325-1363 |
| | 31 | 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: | 823-857 |
| | 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: | 869-893 |
| | 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: | 903-934 |
| | 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: | 944-975 |
| | 27 | 4 |
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: | 1669-1674 |
| | 3 | 1 |
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: | 1687-1692 |
| | 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: | 1711-1736 |
| | 12 | 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: | 985-1017 |
| | 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: | 1028-1052 |
| | 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: | 1062-1091 |
| | 25 | 6 |
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: | 585-596 |
| | 6 | 3 |
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: | 1592-1617 |
| | 21 | 1 |