| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QVector4D| Name: | 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: | 107-113 |
| | 4 | 1 |
QVector4D| Name: | 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: | 121-127 |
| | 4 | 1 |
QVector4D| Name: | 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: | 139-145 |
| | 4 | 1 |
QVector4D| Name: | 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: | 153-159 |
| | 4 | 1 |
dotProduct| Name: | 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: | 388-391 |
| | 1 | 1 |
length| Name: | 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: | 258-266 |
| | 5 | 1 |
lengthSquared| Name: | 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: | 274-277 |
| | 1 | 1 |
normalize| Name: | 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: | 314-330 |
| | 11 | 2 |
normalized| Name: | 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: | 288-306 |
| | 13 | 3 |
toVector2D| Name: | 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: | 504-507 |
| | 1 | 1 |
toVector2DAffine| Name: | 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: | 516-521 |
| | 3 | 2 |
toVector3D| Name: | 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: | 532-535 |
| | 1 | 1 |
toVector3DAffine| Name: | 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: | 543-548 |
| | 3 | 2 |