| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QRenderRule| Name: | QRenderRule::QRenderRule | | Prototype: | QRenderRule() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 461-461 |
| | 1 | 1 |
QRenderRule| Name: | QRenderRule::QRenderRule | | Prototype: | QRenderRule::QRenderRule(const QVector<Declaration> &declarations, const QObject *object) | | Coverage: | 0.000% (0/127) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 861-1010 |
| | 117 | 38 |
adjustSize| Name: | QRenderRule::adjustSize | | Prototype: | QSize adjustSize(const QSize &sz) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 547-558 |
| | 9 | 6 |
background| Name: | QRenderRule::background | | Prototype: | const QStyleSheetBackgroundData *background() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 488-488 |
| | 1 | 1 |
baseStyleCanDraw| Name: | QRenderRule::baseStyleCanDraw | | Prototype: | bool baseStyleCanDraw() const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 509-517 |
| | 7 | 4 |
border| Name: | QRenderRule::border | | Prototype: | const QStyleSheetBorderData *border() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 489-489 |
| | 1 | 1 |
borderClip| Name: | QRenderRule::borderClip | | Prototype: | QPainterPath QRenderRule::borderClip(QRect r) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1236-1272 |
| | 28 | 3 |
borderRect| Name: | QRenderRule::borderRect | | Prototype: | QRect QRenderRule::borderRect(const QRect& r) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1012-1018 |
| | 4 | 2 |
box| Name: | QRenderRule::box | | Prototype: | const QStyleSheetBoxData *box() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 487-487 |
| | 1 | 1 |
boxRect| Name: | QRenderRule::boxRect | | Prototype: | QRect QRenderRule::boxRect(const QRect& cr, int flags) const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1047-1065 |
| | 12 | 5 |
boxSize| Name: | QRenderRule::boxSize | | Prototype: | QSize QRenderRule::boxSize(const QSize &cs, int flags) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1067-1073 |
| | 4 | 3 |
configurePalette| Name: | QRenderRule::configurePalette | | Prototype: | void QRenderRule::configurePalette(QPalette *p, QPalette::ColorRole fr, QPalette::ColorRole br) | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1341-1370 |
| | 22 | 10 |
configurePalette| Name: | QRenderRule::configurePalette | | Prototype: | void QRenderRule::configurePalette(QPalette *p, QPalette::ColorGroup cg, const QWidget *w, bool embedded) | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1372-1404 |
| | 22 | 9 |
contentsRect| Name: | QRenderRule::contentsRect | | Prototype: | QRect QRenderRule::contentsRect(const QRect& r) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1038-1045 |
| | 5 | 2 |
contentsSize| Name: | QRenderRule::contentsSize | | Prototype: | QSize contentsSize() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 532-534 |
| | 2 | 1 |
contentsSize| Name: | QRenderRule::contentsSize | | Prototype: | QSize contentsSize(const QSize &sz) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 535-541 |
| | 4 | 3 |
drawBackground| Name: | QRenderRule::drawBackground | | Prototype: | void QRenderRule::drawBackground(QPainter *p, const QRect& rect, const QPoint& off) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1296-1318 |
| | 13 | 4 |
drawBackgroundImage| Name: | QRenderRule::drawBackgroundImage | | Prototype: | void QRenderRule::drawBackgroundImage(QPainter *p, const QRect &rect, QPoint off) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1156-1207 |
| | 33 | 11 |
drawBorder| Name: | QRenderRule::drawBorder | | Prototype: | void QRenderRule::drawBorder(QPainter *p, const QRect& rect) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1220-1234 |
| | 9 | 3 |
drawBorderImage| Name: | QRenderRule::drawBorderImage | | Prototype: | void QRenderRule::drawBorderImage(QPainter *p, const QRect& rect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1118-1139 |
| | 15 | 1 |
drawFrame| Name: | QRenderRule::drawFrame | | Prototype: | void QRenderRule::drawFrame(QPainter *p, const QRect& rect) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1320-1325 |
| | 3 | 2 |
drawImage| Name: | QRenderRule::drawImage | | Prototype: | void QRenderRule::drawImage(QPainter *p, const QRect &rect) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1327-1332 |
| | 3 | 2 |
drawOutline| Name: | QRenderRule::drawOutline | | Prototype: | void QRenderRule::drawOutline(QPainter *p, const QRect &rect) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1209-1218 |
| | 6 | 2 |
drawRule| Name: | QRenderRule::drawRule | | Prototype: | void QRenderRule::drawRule(QPainter *p, const QRect& rect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1334-1338 |
| | 2 | 1 |
fixupBorder| Name: | QRenderRule::fixupBorder | | Prototype: | void QRenderRule::fixupBorder(int nativeWidth) | | Coverage: | 0.000% (0/44) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1075-1116 |
| | 24 | 12 |
geometry| Name: | QRenderRule::geometry | | Prototype: | const QStyleSheetGeometryData *geometry() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 491-491 |
| | 1 | 1 |
hasBackground| Name: | QRenderRule::hasBackground | | Prototype: | bool hasBackground() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 495-495 |
| | 1 | 1 |
hasBorder| Name: | QRenderRule::hasBorder | | Prototype: | bool hasBorder() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 520-520 |
| | 1 | 1 |
hasBox| Name: | QRenderRule::hasBox | | Prototype: | bool hasBox() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 519-519 |
| | 1 | 1 |
hasContentsSize| Name: | QRenderRule::hasContentsSize | | Prototype: | bool hasContentsSize() const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 542-543 |
| | 1 | 1 |
hasDrawable| Name: | QRenderRule::hasDrawable | | Prototype: | bool hasDrawable() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 524-524 |
| | 1 | 1 |
hasGeometry| Name: | QRenderRule::hasGeometry | | Prototype: | bool hasGeometry() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 523-523 |
| | 1 | 1 |
hasGradientBackground| Name: | QRenderRule::hasGradientBackground | | Prototype: | bool hasGradientBackground() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 496-497 |
| | 2 | 1 |
hasImage| Name: | QRenderRule::hasImage | | Prototype: | bool hasImage() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 525-525 |
| | 1 | 1 |
hasNativeBorder| Name: | QRenderRule::hasNativeBorder | | Prototype: | bool hasNativeBorder() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 499-502 |
| | 2 | 1 |
hasNativeOutline| Name: | QRenderRule::hasNativeOutline | | Prototype: | bool hasNativeOutline() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 504-507 |
| | 2 | 1 |
hasOutline| Name: | QRenderRule::hasOutline | | Prototype: | bool hasOutline() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 521-521 |
| | 1 | 1 |
hasPalette| Name: | QRenderRule::hasPalette | | Prototype: | bool hasPalette() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 494-494 |
| | 1 | 1 |
hasPosition| Name: | QRenderRule::hasPosition | | Prototype: | bool hasPosition() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 522-522 |
| | 1 | 1 |
hasStyleHint| Name: | QRenderRule::hasStyleHint | | Prototype: | bool hasStyleHint(const QString &sh) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 560-560 |
| | 1 | 1 |
minimumContentsSize| Name: | QRenderRule::minimumContentsSize | | Prototype: | QSize minimumContentsSize() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 527-528 |
| | 1 | 1 |
minimumSize| Name: | QRenderRule::minimumSize | | Prototype: | QSize minimumSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 529-530 |
| | 1 | 1 |
originRect| Name: | QRenderRule::originRect | | Prototype: | QRect QRenderRule::originRect(const QRect &rect, Origin origin) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1141-1154 |
| | 5 | 6 |
outline| Name: | QRenderRule::outline | | Prototype: | const QStyleSheetOutlineData *outline() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 490-490 |
| | 1 | 1 |
outlineRect| Name: | QRenderRule::outlineRect | | Prototype: | QRect QRenderRule::outlineRect(const QRect& r) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1020-1027 |
| | 5 | 2 |
paddingRect| Name: | QRenderRule::paddingRect | | Prototype: | QRect QRenderRule::paddingRect(const QRect& r) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1029-1036 |
| | 5 | 2 |
palette| Name: | QRenderRule::palette | | Prototype: | const QStyleSheetPaletteData *palette() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 486-486 |
| | 1 | 1 |
position| Name: | QRenderRule::position | | Prototype: | const QStyleSheetPositionData *position() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 492-492 |
| | 1 | 1 |
setClip| Name: | QRenderRule::setClip | | Prototype: | void QRenderRule::setClip(QPainter *p, const QRect &rect) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1277-1286 |
| | 6 | 3 |
size| Name: | QRenderRule::size | | Prototype: | QSize size() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 545-545 |
| | 1 | 1 |
size| Name: | QRenderRule::size | | Prototype: | QSize size(const QSize &sz) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 546-546 |
| | 1 | 1 |
styleHint| Name: | QRenderRule::styleHint | | Prototype: | QVariant styleHint(const QString &sh) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 561-561 |
| | 1 | 1 |
unsetClip| Name: | QRenderRule::unsetClip | | Prototype: | void QRenderRule::unsetClip(QPainter *p) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1288-1294 |
| | 4 | 3 |