Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QPolygonName: | QPolygon::QPolygon | Prototype: | QPolygon::QPolygon(int nPoints, const int *points) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 195-198 |
| | 1 | 1 |
intersectedName: | QPolygon::intersected | Prototype: | QPolygon QPolygon::intersected(const QPolygon &r) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 913-919 |
| | 3 | 1 |
subtractedName: | QPolygon::subtracted | Prototype: | QPolygon QPolygon::subtracted(const QPolygon &r) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 931-937 |
| | 3 | 1 |
translatedName: | QPolygon::translated | Prototype: | QPolygon QPolygon::translated(int dx, int dy) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 243-248 |
| | 3 | 1 |
unitedName: | QPolygon::united | Prototype: | QPolygon QPolygon::united(const QPolygon &r) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 896-902 |
| | 3 | 1 |
QPolygonName: | QPolygon::QPolygon | Prototype: | QPolygon::QPolygon(const QRect &r, bool closed) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 176-185 |
| | 7 | 2 |
setPointsName: | QPolygon::setPoints | Prototype: | void QPolygon::setPoints(int nPoints, const int *points) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 311-319 |
| | 5 | 2 |
setPointsName: | QPolygon::setPoints | Prototype: | void QPolygon::setPoints(int nPoints, int firstx, int firsty, ...) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 335-348 |
| | 10 | 2 |
pointName: | QPolygon::point | Prototype: | void QPolygon::point(int index, int *x, int *y) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 267-274 |
| | 5 | 3 |
putPointsName: | QPolygon::putPoints | Prototype: | void QPolygon::putPoints(int index, int nPoints, const int *points) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 361-370 |
| | 6 | 3 |
translateName: | QPolygon::translate | Prototype: | void QPolygon::translate(int dx, int dy) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 214-226 |
| | 8 | 3 |
containsPointName: | QPolygon::containsPoint | Prototype: | bool QPolygon::containsPoint(const QPoint &pt, Qt::FillRule fillRule) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 861-883 |
| | 14 | 4 |
putPointsName: | QPolygon::putPoints | Prototype: | void QPolygon::putPoints(int index, int nPoints, const QPolygon & from, int fromIndex) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 423-434 |
| | 8 | 4 |
putPointsName: | QPolygon::putPoints | Prototype: | void QPolygon::putPoints(int index, int nPoints, int firstx, int firsty, ...) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 393-409 |
| | 13 | 4 |
boundingRectName: | QPolygon::boundingRect | Prototype: | QRect QPolygon::boundingRect() const | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 444-465 |
| | 18 | 7 |