Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
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: | 658-682 |
| | 16 | 5 |
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: | 769-784 |
| | 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: | 631-645 |
| | 7 | 2 |
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: | 570-583 |
| | 7 | 2 |
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: | 597-607 |
| | 6 | 1 |
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: | 808-817 |
| | 6 | 3 |
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: | 552-557 |
| | 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: | 619-623 |
| | 2 | 1 |