| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QStyle| Name: | QStyle::QStyle | | Prototype: | QStyle::QStyle() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | | Lines: | 397-402 |
| | 2 | 1 |
QStyle| Name: | QStyle::QStyle | | Prototype: | QStyle::QStyle(QStylePrivate &dd) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | | Lines: | 409-414 |
| | 2 | 1 |
alignedRect| Name: | QStyle::alignedRect | | Prototype: | QRect QStyle::alignedRect(Qt::LayoutDirection direction, Qt::Alignment alignment, const QSize &size, const QRect &rectangle) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | | Lines: | 2165-2181 |
| | 14 | 5 |
combinedLayoutSpacing| Name: | QStyle::combinedLayoutSpacing | | Prototype: | int QStyle::combinedLayoutSpacing(QSizePolicy::ControlTypes controls1, QSizePolicy::ControlTypes controls2, Qt::Orientation orientation, QStyleOption *option, QWidget *widget) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | | Lines: | 2361-2378 |
| | 10 | 3 |
drawItemPixmap| Name: | QStyle::drawItemPixmap | | Prototype: | void QStyle::drawItemPixmap(QPainter *painter, const QRect &rect, int alignment, const QPixmap &pixmap) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | | Lines: | 622-630 |
| | 4 | 1 |
drawItemText| Name: | QStyle::drawItemText | | Prototype: | void QStyle::drawItemText(QPainter *painter, const QRect &rect, int alignment, const QPalette &pal, bool enabled, const QString& text, QPalette::ColorRole textRole) const | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | | Lines: | 584-610 |
| | 20 | 7 |
itemPixmapRect| Name: | QStyle::itemPixmapRect | | Prototype: | QRect QStyle::itemPixmapRect(const QRect &rect, int alignment, const QPixmap &pixmap) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | | Lines: | 545-566 |
| | 17 | 6 |
itemTextRect| Name: | QStyle::itemTextRect | | Prototype: | QRect QStyle::itemTextRect(const QFontMetrics &metrics, const QRect &rect, int alignment, bool enabled, const QString &text) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | | Lines: | 521-537 |
| | 10 | 3 |
proxy| Name: | QStyle::proxy | | Prototype: | const QStyle * QStyle::proxy() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | | Lines: | 2409-2413 |
| | 2 | 1 |
setProxy| Name: | QStyle::setProxy | | Prototype: | void QStyle::setProxy(QStyle *style) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | | Lines: | 2420-2424 |
| | 2 | 1 |
sliderPositionFromValue| Name: | QStyle::sliderPositionFromValue | | Prototype: | int QStyle::sliderPositionFromValue(int min, int max, int logicalValue, int span, bool upsideDown) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | | Lines: | 2214-2237 |
| | 14 | 5 |
sliderValueFromPosition| Name: | QStyle::sliderValueFromPosition | | Prototype: | int QStyle::sliderValueFromPosition(int min, int max, int pos, int span, bool upsideDown) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | | Lines: | 2257-2278 |
| | 12 | 4 |
standardPalette| Name: | QStyle::standardPalette | | Prototype: | QPalette QStyle::standardPalette() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | | Lines: | 2291-2304 |
| | 10 | 1 |
visualAlignment| Name: | QStyle::visualAlignment | | Prototype: | Qt::Alignment QStyle::visualAlignment(Qt::LayoutDirection direction, Qt::Alignment alignment) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | | Lines: | 2194-2197 |
| | 1 | 1 |
visualPos| Name: | QStyle::visualPos | | Prototype: | QPoint QStyle::visualPos(Qt::LayoutDirection direction, const QRect &boundingRect, const QPoint &logicalPos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | | Lines: | 2154-2159 |
| | 3 | 2 |
visualRect| Name: | QStyle::visualRect | | Prototype: | QRect QStyle::visualRect(Qt::LayoutDirection direction, const QRect &boundingRect, const QRect &logicalRect) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | | Lines: | 2135-2143 |
| | 6 | 2 |