Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
isAccurateName: | QIntersectionPoint::isAccurate | Prototype: | inline bool isAccurate() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 229-229 |
| | 1 | 1 |
isValidName: | QIntersectionPoint::isValid | Prototype: | inline bool isValid() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 227-227 |
| | 1 | 1 |
operator !=Name: | QIntersectionPoint::operator != | Prototype: | inline bool operator != (const QIntersectionPoint &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 232-232 |
| | 1 | 1 |
operator <=Name: | QIntersectionPoint::operator <= | Prototype: | inline bool operator <= (const QIntersectionPoint &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 235-235 |
| | 1 | 1 |
operator ==Name: | QIntersectionPoint::operator == | Prototype: | bool QIntersectionPoint::operator == (const QIntersectionPoint &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 336-339 |
| | 1 | 1 |
operator >Name: | QIntersectionPoint::operator > | Prototype: | inline bool operator > (const QIntersectionPoint &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 233-233 |
| | 1 | 1 |
operator >=Name: | QIntersectionPoint::operator >= | Prototype: | inline bool operator >= (const QIntersectionPoint &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 234-234 |
| | 1 | 1 |
roundName: | QIntersectionPoint::round | Prototype: | QPodPoint QIntersectionPoint::round() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 315-323 |
| | 6 | 3 |
operator <Name: | QIntersectionPoint::operator < | Prototype: | bool QIntersectionPoint::operator < (const QIntersectionPoint &other) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 325-334 |
| | 7 | 4 |
isOnLineName: | QIntersectionPoint::isOnLine | Prototype: | bool QIntersectionPoint::isOnLine(const QPodPoint &u, const QPodPoint &v) const | Coverage: | 0.000% (0/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 342-377 |
| | 24 | 9 |