Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QVector4DName: | QVector4D::QVector4D | Prototype: | QVector4D::QVector4D(const QVector2D& vector) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 101-107 |
| | 4 | 1 |
QVector4DName: | QVector4D::QVector4D | Prototype: | QVector4D::QVector4D(const QVector2D& vector, float zpos, float wpos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 115-121 |
| | 4 | 1 |
QVector4DName: | QVector4D::QVector4D | Prototype: | QVector4D::QVector4D(const QVector3D& vector) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 133-139 |
| | 4 | 1 |
QVector4DName: | QVector4D::QVector4D | Prototype: | QVector4D::QVector4D(const QVector3D& vector, float wpos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 147-153 |
| | 4 | 1 |
dotProductName: | QVector4D::dotProduct | Prototype: | float QVector4D::dotProduct(const QVector4D& v1, const QVector4D& v2) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 382-385 |
| | 1 | 1 |
lengthName: | QVector4D::length | Prototype: | float QVector4D::length() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 252-260 |
| | 5 | 1 |
lengthSquaredName: | QVector4D::lengthSquared | Prototype: | float QVector4D::lengthSquared() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 268-271 |
| | 1 | 1 |
normalizeName: | QVector4D::normalize | Prototype: | void QVector4D::normalize() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 308-324 |
| | 11 | 2 |
normalizedName: | QVector4D::normalized | Prototype: | QVector4D QVector4D::normalized() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 282-300 |
| | 13 | 3 |
toVector2DName: | QVector4D::toVector2D | Prototype: | QVector2D QVector4D::toVector2D() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 498-501 |
| | 1 | 1 |
toVector2DAffineName: | QVector4D::toVector2DAffine | Prototype: | QVector2D QVector4D::toVector2DAffine() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 510-515 |
| | 3 | 2 |
toVector3DName: | QVector4D::toVector3D | Prototype: | QVector3D QVector4D::toVector3D() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 526-529 |
| | 1 | 1 |
toVector3DAffineName: | QVector4D::toVector3DAffine | Prototype: | QVector3D QVector4D::toVector3DAffine() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 537-542 |
| | 3 | 2 |