Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
setAngleName: | QLineF::setAngle | Prototype: | void QLineF::setAngle(qreal angle) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | Lines: | 591-601 |
| | 6 | 1 |
lengthName: | QLineF::length | Prototype: | qreal QLineF::length() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | Lines: | 546-551 |
| | 3 | 1 |
fromPolarName: | QLineF::fromPolar | Prototype: | QLineF QLineF::fromPolar(qreal length, qreal angle) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | Lines: | 613-617 |
| | 2 | 1 |
angleName: | QLineF::angle | Prototype: | qreal QLineF::angle() const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | Lines: | 564-577 |
| | 7 | 2 |
intersectName: | QLineF::intersect | Prototype: | QLineF::IntersectType QLineF::intersect(const QLineF &l, QPointF *intersectionPoint) const | Coverage: | 84.211% (16/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | Lines: | 652-676 |
| | 16 | 5 |
angleName: | QLineF::angle | Prototype: | qreal QLineF::angle(const QLineF &l) const | Coverage: | 63.636% (7/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | Lines: | 802-811 |
| | 6 | 3 |
angleToName: | QLineF::angleTo | Prototype: | qreal QLineF::angleTo(const QLineF &l) const | Coverage: | 54.545% (6/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | Lines: | 763-778 |
| | 9 | 3 |
unitVectorName: | QLineF::unitVector | Prototype: | QLineF QLineF::unitVector() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | Lines: | 625-639 |
| | 7 | 2 |