| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
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: | 355-358 |
| | 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: | 371-374 |
| | 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: | 571-574 |
| | 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: | 584-587 |
| | 1 | 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: | 220-228 |
| | 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: | 237-245 |
| | 2 | 1 |
QMatrix| Name: | QMatrix::QMatrix | | Prototype: | QMatrix::QMatrix(const QMatrix &matrix) noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 251-259 |
| | 2 | 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: | 812-816 |
| | 2 | 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: | 530-535 |
| | 3 | 1 |
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: | 834-839 |
| | 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: | 506-512 |
| | 4 | 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: | 850-857 |
| | 5 | 1 |
operator!=| Name: | QMatrix::operator!= | | Prototype: | bool 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: | 1011-1019 |
| | 6 | 1 |
operator==| Name: | QMatrix::operator== | | Prototype: | bool 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: | 974-982 |
| | 6 | 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: | 274-282 |
| | 6 | 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: | 1055-1065 |
| | 7 | 1 |
operator=| Name: | QMatrix::operator= | | Prototype: | QMatrix &QMatrix::operator=(const QMatrix &matrix) noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 1071-1080 |
| | 7 | 1 |
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: | 607-618 |
| | 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: | 628-639 |
| | 8 | 2 |
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: | 672-684 |
| | 8 | 3 |
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: | 866-877 |
| | 9 | 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: | 1029-1043 |
| | 10 | 1 |
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: | 946-964 |
| | 13 | 4 |
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: | 702-734 |
| | 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: | 896-918 |
| | 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: | 756-801 |
| | 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: | 376-420 |
| | 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: | 441-484 |
| | 37 | 4 |