| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
dpiScaled| Name: | QStyleHelper::dpiScaled | | Prototype: | qreal dpiScaled(qreal value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylehelper.cpp | | Lines: | 99-108 |
| | 1 | 1 |
styleObjectWindow| Name: | QStyleHelper::styleObjectWindow | | Prototype: | QWindow *styleObjectWindow(QObject *so) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylehelper.cpp | | Lines: | 420-426 |
| | 3 | 2 |
backgroundColor| Name: | QStyleHelper::backgroundColor | | Prototype: | QColor backgroundColor(const QPalette &pal, const QWidget* widget) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylehelper.cpp | | Lines: | 412-418 |
| | 4 | 2 |
isInstanceOf| Name: | QStyleHelper::isInstanceOf | | Prototype: | bool isInstanceOf(QObject *obj, QAccessible::Role role) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylehelper.cpp | | Lines: | 111-117 |
| | 4 | 1 |
calcBigLineSize| Name: | QStyleHelper::calcBigLineSize | | Prototype: | int calcBigLineSize(int radius) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylehelper.cpp | | Lines: | 136-144 |
| | 6 | 3 |
hasAncestor| Name: | QStyleHelper::hasAncestor | | Prototype: | bool hasAncestor(QObject *obj, QAccessible::Role role) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylehelper.cpp | | Lines: | 120-130 |
| | 7 | 3 |
angle| Name: | QStyleHelper::angle | | Prototype: | qreal angle(const QPointF &p1, const QPointF &p2) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylehelper.cpp | | Lines: | 169-199 |
| | 17 | 5 |
calcRadialPos| Name: | QStyleHelper::calcRadialPos | | Prototype: | static QPointF calcRadialPos(const QStyleOptionSlider *dial, qreal offset) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylehelper.cpp | | Lines: | 146-167 |
| | 18 | 3 |
uniqueName| Name: | QStyleHelper::uniqueName | | Prototype: | QString uniqueName(const QString &key, const QStyleOption *option, const QSize &size) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylehelper.cpp | | Lines: | 61-97 |
| | 19 | 3 |
calcLines| Name: | QStyleHelper::calcLines | | Prototype: | QPolygonF calcLines(const QStyleOptionSlider *dial) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylehelper.cpp | | Lines: | 201-240 |
| | 31 | 6 |
drawBorderPixmap| Name: | QStyleHelper::drawBorderPixmap | | Prototype: | void drawBorderPixmap(const QPixmap &pixmap, QPainter *painter, const QRect &rect, int left, int top, int right, int bottom) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylehelper.cpp | | Lines: | 355-410 |
| | 31 | 9 |
drawDial| Name: | QStyleHelper::drawDial | | Prototype: | void drawDial(const QStyleOptionSlider *option, QPainter *painter) | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylehelper.cpp | | Lines: | 245-352 |
| | 84 | 8 |