| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QPolygon| Name: | 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: | 170-179 |
| | 7 | 2 |
QPolygon| Name: | 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: | 189-192 |
| | 1 | 1 |
boundingRect| Name: | 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: | 438-459 |
| | 18 | 7 |
containsPoint| Name: | QPolygon::containsPoint | | Prototype: | bool QPolygon::containsPoint(const QPoint &pt, Qt::FillRule fillRule) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | | Lines: | 855-877 |
| | 14 | 4 |
intersected| Name: | 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: | 907-913 |
| | 3 | 1 |
point| Name: | 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: | 261-268 |
| | 5 | 3 |
putPoints| Name: | 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: | 355-364 |
| | 6 | 3 |
putPoints| Name: | 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: | 387-403 |
| | 13 | 4 |
putPoints| Name: | 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: | 417-428 |
| | 8 | 4 |
setPoints| Name: | 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: | 305-313 |
| | 5 | 2 |
setPoints| Name: | 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: | 329-342 |
| | 10 | 2 |
subtracted| Name: | 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: | 925-931 |
| | 3 | 1 |
translate| Name: | 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: | 208-220 |
| | 8 | 3 |
translated| Name: | 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: | 237-242 |
| | 3 | 1 |
united| Name: | 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: | 890-896 |
| | 3 | 1 |