| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
map| Name: | QMatrix::map | | Prototype: | QPainterPath QMatrix::map(const QPainterPath &path) const | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 695-727 |
| | 17 | 6 |
rotate| Name: | QMatrix::rotate | | Prototype: | QMatrix &QMatrix::rotate(qreal a) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 889-911 |
| | 18 | 4 |
mapToPolygon| Name: | QMatrix::mapToPolygon | | Prototype: | QPolygon QMatrix::mapToPolygon(const QRect &rect) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 749-794 |
| | 30 | 4 |
mapRect| Name: | QMatrix::mapRect | | Prototype: | QRect QMatrix::mapRect(const QRect &rect) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 369-413 |
| | 37 | 4 |
mapRect| Name: | QMatrix::mapRect | | Prototype: | QRectF QMatrix::mapRect(const QRectF &rect) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 434-477 |
| | 37 | 4 |
inverted| Name: | QMatrix::inverted | | Prototype: | QMatrix QMatrix::inverted(bool *invertible) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 939-957 |
| | 13 | 4 |
map| Name: | QMatrix::map | | Prototype: | QRegion QMatrix::map(const QRegion &r) const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 665-677 |
| | 8 | 3 |
map| Name: | QMatrix::map | | Prototype: | QPolygon QMatrix::map(const QPolygon &a) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 600-611 |
| | 8 | 2 |
map| Name: | QMatrix::map | | Prototype: | QPolygonF QMatrix::map(const QPolygonF &a) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 621-632 |
| | 8 | 2 |
translate| Name: | QMatrix::translate | | Prototype: | QMatrix &QMatrix::translate(qreal dx, qreal dy) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 827-832 |
| | 3 | 1 |
shear| Name: | QMatrix::shear | | Prototype: | QMatrix &QMatrix::shear(qreal sh, qreal sv) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 859-870 |
| | 9 | 1 |
setMatrix| Name: | QMatrix::setMatrix | | Prototype: | void QMatrix::setMatrix(qreal m11, qreal m12, qreal m21, qreal m22, qreal dx, qreal dy) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 267-275 |
| | 6 | 1 |
scale| Name: | QMatrix::scale | | Prototype: | QMatrix &QMatrix::scale(qreal sx, qreal sy) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 843-850 |
| | 5 | 1 |
reset| Name: | QMatrix::reset | | Prototype: | void QMatrix::reset() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 805-809 |
| | 2 | 1 |
operator==| Name: | QMatrix::operator== | | Prototype: | bool QMatrix::operator==(const QMatrix &m) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 967-975 |
| | 6 | 1 |
operator=| Name: | QMatrix::operator= | | Prototype: | QMatrix &QMatrix::operator=(const QMatrix &matrix) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 1063-1072 |
| | 7 | 1 |
operator!=| Name: | QMatrix::operator!= | | Prototype: | bool QMatrix::operator!=(const QMatrix &m) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 1004-1012 |
| | 6 | 1 |
operator *=| Name: | QMatrix::operator *= | | Prototype: | QMatrix &QMatrix::operator *=(const QMatrix &m) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 1022-1036 |
| | 10 | 1 |
operator *| Name: | QMatrix::operator * | | Prototype: | QMatrix QMatrix::operator *(const QMatrix &m) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 1048-1058 |
| | 7 | 1 |
map| Name: | QMatrix::map | | Prototype: | void QMatrix::map(qreal x, qreal y, qreal *tx, qreal *ty) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 348-351 |
| | 1 | 1 |
map| Name: | QMatrix::map | | Prototype: | void QMatrix::map(int x, int y, int *tx, int *ty) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 364-367 |
| | 1 | 1 |
map| Name: | QMatrix::map | | Prototype: | QLineF QMatrix::map(const QLineF &line) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 564-567 |
| | 1 | 1 |
map| Name: | QMatrix::map | | Prototype: | QLine QMatrix::map(const QLine &line) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 577-580 |
| | 1 | 1 |
map| Name: | QMatrix::map | | Prototype: | QPointF QMatrix::map(const QPointF &point) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 523-528 |
| | 3 | 1 |
map| Name: | QMatrix::map | | Prototype: | QPoint QMatrix::map(const QPoint &p) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 499-505 |
| | 4 | 1 |
QMatrix| Name: | QMatrix::QMatrix | | Prototype: | QMatrix::QMatrix() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 214-222 |
| | 2 | 1 |
QMatrix| Name: | QMatrix::QMatrix | | Prototype: | QMatrix::QMatrix(qreal m11, qreal m12, qreal m21, qreal m22, qreal dx, qreal dy) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 231-239 |
| | 2 | 1 |
QMatrix| Name: | QMatrix::QMatrix | | Prototype: | QMatrix::QMatrix(const QMatrix &matrix) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 245-253 |
| | 2 | 1 |