| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
ValueExtractor::extractPosition| Name: | ValueExtractor::extractPosition | | Prototype: | bool ValueExtractor::extractPosition(int *left, int *top, int *right, int *bottom, QCss::Origin *origin, Qt::Alignment *position, QCss::PositionMode *mode, Qt::Alignment *textAlignment) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 500-522 |
| | 16 | 11 |
ValueExtractor::extractPalette| Name: | ValueExtractor::extractPalette | | Prototype: | bool ValueExtractor::extractPalette(QBrush *fg, QBrush *sfg, QBrush *sbg, QBrush *abg) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1299-1314 |
| | 11 | 7 |
ValueExtractor::extractOutline| Name: | ValueExtractor::extractOutline | | Prototype: | bool ValueExtractor::extractOutline(int *borders, QBrush *colors, BorderStyle *styles, QSize *radii, int *offsets) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 654-686 |
| | 22 | 13 |
ValueExtractor::extractImage| Name: | ValueExtractor::extractImage | | Prototype: | bool ValueExtractor::extractImage(QIcon *icon, Qt::Alignment *a, QSize *size) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1324-1348 |
| | 14 | 7 |
ValueExtractor::extractGeometry| Name: | ValueExtractor::extractGeometry | | Prototype: | bool ValueExtractor::extractGeometry(int *w, int *h, int *minw, int *minh, int *maxw, int *maxh) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 479-498 |
| | 14 | 9 |
ValueExtractor::extractFont| Name: | ValueExtractor::extractFont | | Prototype: | bool ValueExtractor::extractFont(QFont *font, int *fontSizeAdjustment) | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1265-1297 |
| | 25 | 13 |
ValueExtractor::extractFont| Name: | ValueExtractor::extractFont | | Prototype: | void ValueExtractor::extractFont() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1316-1322 |
| | 4 | 2 |
ValueExtractor::extractBox| Name: | ValueExtractor::extractBox | | Prototype: | bool ValueExtractor::extractBox(int *margins, int *paddings, int *spacing) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 524-550 |
| | 19 | 15 |
ValueExtractor::extractBorder| Name: | ValueExtractor::extractBorder | | Prototype: | bool ValueExtractor::extractBorder(int *borders, QBrush *colors, BorderStyle *styles, QSize *radii) | | Coverage: | 0.000% (0/56) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 591-652 |
| | 41 | 28 |
ValueExtractor::extractBackground| Name: | ValueExtractor::extractBackground | | Prototype: | bool ValueExtractor::extractBackground(QBrush *brush, QString *image, Repeat *repeat, Qt::Alignment *alignment, Origin *origin, Attachment *attachment, Origin *clip) | | Coverage: | 0.000% (0/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1039-1100 |
| | 42 | 16 |
ValueExtractor::borderValue| Name: | ValueExtractor::borderValue | | Prototype: | void ValueExtractor::borderValue(const Declaration &decl, int *width, QCss::BorderStyle *style, QBrush *color) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 944-991 |
| | 33 | 8 |
ValueExtractor::ValueExtractor| Name: | ValueExtractor::ValueExtractor | | Prototype: | ValueExtractor::ValueExtractor(const QVector<Declaration> &decls, const QPalette &pal) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 399-402 |
| | 2 | 1 |
Value::toString| Name: | Value::toString | | Prototype: | QString Value::toString() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 254-261 |
| | 3 | 2 |
UnrollTailLoop::exec::[lambda]| Name: | UnrollTailLoop::exec::[lambda] | | Prototype: | [](int) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 201-201 |
| | 1 | 1 |
UnionRegion| Name: | UnionRegion | | Prototype: | static void UnionRegion(const QRegionPrivate *reg1, const QRegionPrivate *reg2, QRegionPrivate &dest) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 2447-2469 |
| | 16 | 2 |
UnionRectWithRegion| Name: | UnionRectWithRegion | | Prototype: | static void UnionRectWithRegion(const QRect *rect, const QRegionPrivate *source, QRegionPrivate &dest) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 1842-1858 |
| | 9 | 4 |
TypeConstructor::delegate| Name: | TypeConstructor::delegate | | Prototype: | void *delegate(const void *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 1753-1753 |
| | 1 | 1 |
TypeConstructor::delegate| Name: | TypeConstructor::delegate | | Prototype: | void *delegate(const QMetaTypeSwitcher::UnknownType*) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 1754-1754 |
| | 1 | 1 |
ThreadPoolThreadReleaser::~ThreadPoolThreadReleaser| Name: | ThreadPoolThreadReleaser::~ThreadPoolThreadReleaser | | Prototype: | ~ThreadPoolThreadReleaser() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 64-65 |
| | 1 | 2 |
ThreadPoolThreadReleaser::ThreadPoolThreadReleaser| Name: | ThreadPoolThreadReleaser::ThreadPoolThreadReleaser | | Prototype: | explicit ThreadPoolThreadReleaser(QThreadPool *pool) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 61-63 |
| | 1 | 2 |
TextureBinder::~TextureBinder| Name: | TextureBinder::~TextureBinder | | Prototype: | ~TextureBinder() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 426-429 |
| | 1 | 1 |
TextureBinder::TextureBinder| Name: | TextureBinder::TextureBinder | | Prototype: | TextureBinder(GLenum target, GLuint textureId) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 134-137 |
| | 1 | 1 |
TextureBinder::TextureBinder| Name: | TextureBinder::TextureBinder | | Prototype: | TextureBinder(QOpenGLFunctions *functions, GLuint texture, GLenum target, GLenum bindingTarget) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | | Lines: | 400-424 |
| | 8 | 8 |
TCBPoint::operator==| Name: | TCBPoint::operator== | | Prototype: | bool operator==(const TCBPoint &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 341-347 |
| | 4 | 1 |
Symbol::lexem| Name: | Symbol::lexem | | Prototype: | QString Symbol::lexem() const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2132-2143 |
| | 8 | 4 |
SubtractRegion| Name: | SubtractRegion | | Prototype: | static void SubtractRegion(QRegionPrivate *regM, QRegionPrivate *regS, QRegionPrivate &dest) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 2625-2644 |
| | 7 | 1 |
StyleSheet::buildIndexes| Name: | StyleSheet::buildIndexes | | Prototype: | void StyleSheet::buildIndexes(Qt::CaseSensitivity nameCaseSensitivity) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1787-1836 |
| | 37 | 11 |
StyleSelector::styleRulesForNode| Name: | StyleSelector::styleRulesForNode | | Prototype: | QVector<StyleRule> StyleSelector::styleRulesForNode(NodePtr node) | | Coverage: | 0.000% (0/50) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1970-2027 |
| | 37 | 16 |
StyleSelector::selectorMatches| Name: | StyleSelector::selectorMatches | | Prototype: | bool StyleSelector::selectorMatches(const Selector &selector, NodePtr node) | | Coverage: | 0.000% (0/47) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1854-1907 |
| | 37 | 13 |
StyleSelector::nodeNameEquals| Name: | StyleSelector::nodeNameEquals | | Prototype: | bool StyleSelector::nodeNameEquals(NodePtr node, const QString& nodeName) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1844-1847 |
| | 1 | 1 |
StyleSelector::nodeIds| Name: | StyleSelector::nodeIds | | Prototype: | QStringList StyleSelector::nodeIds(NodePtr node) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1849-1852 |
| | 1 | 1 |
StyleSelector::matchRule| Name: | StyleSelector::matchRule | | Prototype: | void StyleSelector::matchRule(NodePtr node, const StyleRule &rule, StyleSheetOrigin origin, int depth, QMap<uint, StyleRule> *weightedRules) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1948-1966 |
| | 11 | 4 |
StyleSelector::declarationsForNode| Name: | StyleSelector::declarationsForNode | | Prototype: | QVector<Declaration> StyleSelector::declarationsForNode(NodePtr node, const char *extraPseudo) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2031-2051 |
| | 14 | 5 |
StyleSelector::basicSelectorMatches| Name: | StyleSelector::basicSelectorMatches | | Prototype: | bool StyleSelector::basicSelectorMatches(const BasicSelector &sel, NodePtr node) | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1909-1946 |
| | 25 | 10 |
StrokeHandler::StrokeHandler| Name: | StrokeHandler::StrokeHandler | | Prototype: | StrokeHandler(int reserve) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 156-156 |
| | 1 | 1 |
StaticDayOfWeekAssociativeArray::operator[]| Name: | StaticDayOfWeekAssociativeArray::operator[] | | Prototype: | T &operator[](Qt::DayOfWeek day) noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 838-843 |
| | 3 | 1 |
StaticDayOfWeekAssociativeArray::insert| Name: | StaticDayOfWeekAssociativeArray::insert | | Prototype: | void insert(Qt::DayOfWeek day, T v) noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 845-848 |
| | 1 | 1 |
StateSaver::~StateSaver| Name: | StateSaver::~StateSaver | | Prototype: | ~StateSaver() | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscursor.cpp | | Lines: | 381-413 |
| | 25 | 8 |
StateSaver::StateSaver| Name: | StateSaver::StateSaver | | Prototype: | StateSaver() | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscursor.cpp | | Lines: | 341-380 |
| | 32 | 6 |
SourceOnlyAlpha::bytemul| Name: | SourceOnlyAlpha::bytemul | | Prototype: | inline quint16 bytemul(quint16 spix) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | | Lines: | 48-48 |
| | 1 | 1 |
SourceOnlyAlpha::alpha| Name: | SourceOnlyAlpha::alpha | | Prototype: | inline uchar alpha(uchar src) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | | Lines: | 47-47 |
| | 1 | 1 |
SourceAndConstAlpha::bytemul| Name: | SourceAndConstAlpha::bytemul | | Prototype: | inline quint16 bytemul(quint16 x) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | | Lines: | 58-62 |
| | 3 | 1 |
SourceAndConstAlpha::alpha| Name: | SourceAndConstAlpha::alpha | | Prototype: | inline uchar alpha(uchar src) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | | Lines: | 57-57 |
| | 1 | 1 |
SourceAndConstAlpha::SourceAndConstAlpha| Name: | SourceAndConstAlpha::SourceAndConstAlpha | | Prototype: | SourceAndConstAlpha(int a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | | Lines: | 54-56 |
| | 1 | 1 |
SimpleCascader::rearrange| Name: | SimpleCascader::rearrange | | Prototype: | void SimpleCascader::rearrange(QList<QWidget *> &widgets, const QRect &domain) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 339-377 |
| | 29 | 6 |
SequentialAnchorData::updateChildrenSizes| Name: | SequentialAnchorData::updateChildrenSizes | | Prototype: | void SequentialAnchorData::updateChildrenSizes() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 479-521 |
| | 27 | 3 |
SequentialAnchorData::calculateSizeHints| Name: | SequentialAnchorData::calculateSizeHints | | Prototype: | void SequentialAnchorData::calculateSizeHints() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 523-559 |
| | 26 | 3 |
Selector::specificity| Name: | Selector::specificity | | Prototype: | int Selector::specificity() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1745-1757 |
| | 8 | 3 |
Selector::pseudoElement| Name: | Selector::pseudoElement | | Prototype: | QString Selector::pseudoElement() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1759-1765 |
| | 4 | 2 |
Selector::pseudoClass| Name: | Selector::pseudoClass | | Prototype: | quint64 Selector::pseudoClass(quint64 *negated) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1767-1783 |
| | 13 | 6 |
SegmentTree::produceIntersectionsLeaf| Name: | SegmentTree::produceIntersectionsLeaf | | Prototype: | void SegmentTree::produceIntersectionsLeaf(const TreeNode &node, int segment) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 524-561 |
| | 23 | 6 |
SegmentTree::produceIntersections| Name: | SegmentTree::produceIntersections | | Prototype: | void SegmentTree::produceIntersections(int segment) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 511-522 |
| | 7 | 1 |
SegmentTree::produceIntersections| Name: | SegmentTree::produceIntersections | | Prototype: | void SegmentTree::produceIntersections(const TreeNode &node, int segment, const RectF &segmentBounds, const RectF &nodeBounds, int axis) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 563-581 |
| | 11 | 4 |
SegmentTree::intersectLines| Name: | SegmentTree::intersectLines | | Prototype: | void SegmentTree::intersectLines(const QLineF &a, const QLineF &b, QDataBuffer<QIntersection> &intersections) | | Coverage: | 0.000% (0/82) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 389-509 |
| | 80 | 17 |
SegmentTree::buildTree| Name: | SegmentTree::buildTree | | Prototype: | TreeNode SegmentTree::buildTree(int first, int last, int depth, const RectF &bounds) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 316-387 |
| | 46 | 8 |
SegmentTree::SegmentTree| Name: | SegmentTree::SegmentTree | | Prototype: | SegmentTree::SegmentTree(QPathSegments &segments) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 279-309 |
| | 19 | 6 |
Segment::right| Name: | Segment::right | | Prototype: | int right() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 966-969 |
| | 1 | 1 |
Segment::overlaps| Name: | Segment::overlaps | | Prototype: | bool overlaps(const Segment &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 971-974 |
| | 1 | 1 |
Segment::merge| Name: | Segment::merge | | Prototype: | void merge(Segment &other) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 984-1005 |
| | 14 | 2 |
Segment::left| Name: | Segment::left | | Prototype: | int left() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 961-964 |
| | 1 | 1 |
Segment::connect| Name: | Segment::connect | | Prototype: | void connect(Segment &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 976-982 |
| | 3 | 1 |
Segment::Segment| Name: | Segment::Segment | | Prototype: | Segment(const QPoint &p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 955-959 |
| | 2 | 1 |
Scanner::scan| Name: | Scanner::scan | | Prototype: | void Scanner::scan(const QString &preprocessedInput, QVector<Symbol> *symbols) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2117-2130 |
| | 10 | 2 |
Scanner::preprocess| Name: | Scanner::preprocess | | Prototype: | QString Scanner::preprocess(const QString &input, bool *hasEscapeSequences) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2061-2102 |
| | 27 | 8 |
ScalableEntry::pixmap| Name: | ScalableEntry::pixmap | | Prototype: | QPixmap ScalableEntry::pixmap(const QSize &size, QIcon::Mode mode, QIcon::State state) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 695-702 |
| | 3 | 2 |
ResourceHelper::clear| Name: | ResourceHelper::clear | | Prototype: | void ResourceHelper::clear() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 82-88 |
| | 4 | 1 |
ResourceHelper::ResourceHelper| Name: | ResourceHelper::ResourceHelper | | Prototype: | ResourceHelper::ResourceHelper() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 76-80 |
| | 2 | 1 |
ResetOnDestroy::~ResetOnDestroy| Name: | ResetOnDestroy::~ResetOnDestroy | | Prototype: | ~ResetOnDestroy() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | | Lines: | 714-718 |
| | 2 | 2 |
ResetOnDestroy::ResetOnDestroy| Name: | ResetOnDestroy::ResetOnDestroy | | Prototype: | ResetOnDestroy(QMenuSloppyState *sloppyState, bool *guard) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | | Lines: | 707-712 |
| | 1 | 1 |
RegularTiler::rearrange| Name: | RegularTiler::rearrange | | Prototype: | void RegularTiler::rearrange(QList<QWidget *> &widgets, const QRect &domain) const | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 295-334 |
| | 31 | 10 |
RectInRegion| Name: | RectInRegion | | Prototype: | static bool RectInRegion(QRegionPrivate *region, int rx, int ry, uint rwidth, uint rheight) | | Coverage: | 0.000% (0/51) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 2721-2781 |
| | 36 | 13 |
RadialFetchPlain::fetch| Name: | RadialFetchPlain::fetch | | Prototype: | static void fetch(BlendType *buffer, BlendType *end, const Operator *op, const QSpanData *data, qreal det, qreal delta_det, qreal delta_delta_det, qreal b, qreal delta_b) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 3602-3632 |
| | 17 | 6 |
QtPrivate::metaObjectForQWidget| Name: | QtPrivate::metaObjectForQWidget | | Prototype: | const QMetaObject *metaObjectForQWidget() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 2476-2481 |
| | 3 | 2 |
QtPrivate::intersect_rect| Name: | QtPrivate::intersect_rect | | Prototype: | static bool intersect_rect(const QGraphicsItem *item, const QRectF &exposeRect, Qt::ItemSelectionMode mode, const QTransform &deviceTransform, const void *intersectData) | | Coverage: | 0.000% (0/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneindex.cpp | | Lines: | 70-117 |
| | 32 | 7 |
QtPrivate::intersect_point| Name: | QtPrivate::intersect_point | | Prototype: | static bool intersect_point(const QGraphicsItem *item, const QRectF &exposeRect, Qt::ItemSelectionMode mode, const QTransform &deviceTransform, const void *intersectData) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneindex.cpp | | Lines: | 119-159 |
| | 27 | 4 |
QtPrivate::intersect_path| Name: | QtPrivate::intersect_path | | Prototype: | static bool intersect_path(const QGraphicsItem *item, const QRectF &exposeRect, Qt::ItemSelectionMode mode, const QTransform &deviceTransform, const void *intersectData) | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneindex.cpp | | Lines: | 161-203 |
| | 29 | 6 |
QtPrivate::ResultStoreBase::hasNextResult| Name: | QtPrivate::ResultStoreBase::hasNextResult | | Prototype: | bool ResultStoreBase::hasNextResult() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | | Lines: | 191-194 |
| | 1 | 1 |
QtPrivate::ResultIteratorBase::vectorIndex| Name: | QtPrivate::ResultIteratorBase::vectorIndex | | Prototype: | int ResultIteratorBase::vectorIndex() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | | Lines: | 53-53 |
| | 1 | 1 |
QtPrivate::ResultIteratorBase::isVector| Name: | QtPrivate::ResultIteratorBase::isVector | | Prototype: | bool ResultIteratorBase::isVector() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | | Lines: | 88-91 |
| | 1 | 1 |
QtPrivate::ResultIteratorBase::ResultIteratorBase| Name: | QtPrivate::ResultIteratorBase::ResultIteratorBase | | Prototype: | ResultIteratorBase::ResultIteratorBase() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | | Lines: | 48-49 |
| | 1 | 1 |
QtPrivate::QPixelFormat_createYUV| Name: | QtPrivate::QPixelFormat_createYUV | | Prototype: | QPixelFormat QPixelFormat_createYUV(QPixelFormat::YUVLayout yuvLayout, uchar alphaSize, QPixelFormat::AlphaUsage alphaUsage, QPixelFormat::AlphaPosition alphaPosition, QPixelFormat::AlphaPremultiplied premultiplied, QPixelFormat::TypeInterpretation typeInterpretation, QPixelFormat::ByteOrder byteOrder) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpixelformat.cpp | | Lines: | 528-582 |
| | 28 | 17 |
QtPrivate::ExceptionStore::hasThrown| Name: | QtPrivate::ExceptionStore::hasThrown | | Prototype: | bool ExceptionStore::hasThrown() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 219-219 |
| | 1 | 1 |
QtPrivate::ExceptionStore::exception| Name: | QtPrivate::ExceptionStore::exception | | Prototype: | ExceptionHolder ExceptionStore::exception() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 206-209 |
| | 1 | 1 |
QtPrivate::ExceptionHolder::ExceptionHolder| Name: | QtPrivate::ExceptionHolder::ExceptionHolder | | Prototype: | ExceptionHolder::ExceptionHolder(const ExceptionHolder &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 176-178 |
| | 1 | 1 |
QtFontStyle::~QtFontStyle| Name: | QtFontStyle::~QtFontStyle | | Prototype: | ~QtFontStyle() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 228-238 |
| | 6 | 3 |
QtFontStyle::pixelSize| Name: | QtFontStyle::pixelSize | | Prototype: | QtFontSize *QtFontStyle::pixelSize(unsigned short size, bool add) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 272-296 |
| | 18 | 8 |
QtFontStyle::QtFontStyle| Name: | QtFontStyle::QtFontStyle | | Prototype: | QtFontStyle(const Key &k) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 222-226 |
| | 2 | 1 |
QtFontStyle::Key::operator==| Name: | QtFontStyle::Key::operator== | | Prototype: | bool operator==(const Key & other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 208-211 |
| | 2 | 1 |
QtFontStyle::Key::operator!=| Name: | QtFontStyle::Key::operator!= | | Prototype: | bool operator!=(const Key &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 212-214 |
| | 1 | 1 |
QtFontStyle::Key::operator <| Name: | QtFontStyle::Key::operator < | | Prototype: | bool operator <(const Key &o) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 215-219 |
| | 3 | 1 |
QtFontStyle::Key::Key| Name: | QtFontStyle::Key::Key | | Prototype: | Key() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 201-202 |
| | 1 | 1 |
QtFontStyle::Key::Key| Name: | QtFontStyle::Key::Key | | Prototype: | Key(const Key &o) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 203-203 |
| | 1 | 1 |
QtFontStyle::Key::Key| Name: | QtFontStyle::Key::Key | | Prototype: | QtFontStyle::Key::Key(const QString &styleString) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 252-270 |
| | 10 | 6 |
QtFontFoundry::~QtFontFoundry| Name: | QtFontFoundry::~QtFontFoundry | | Prototype: | ~QtFontFoundry() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 301-305 |
| | 3 | 2 |
QtFontFoundry::style| Name: | QtFontFoundry::style | | Prototype: | QtFontStyle *QtFontFoundry::style(const QtFontStyle::Key &key, const QString &styleName, bool create) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 314-343 |
| | 20 | 8 |
QtFontFoundry::QtFontFoundry| Name: | QtFontFoundry::QtFontFoundry | | Prototype: | QtFontFoundry(const QString &n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 300-300 |
| | 1 | 1 |
QtFontFamily::~QtFontFamily| Name: | QtFontFamily::~QtFontFamily | | Prototype: | ~QtFontFamily() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 363-367 |
| | 3 | 2 |
QtFontFamily::matchesFamilyName| Name: | QtFontFamily::matchesFamilyName | | Prototype: | bool QtFontFamily::matchesFamilyName(const QString &familyName) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 409-412 |
| | 1 | 1 |
QtFontFamily::foundry| Name: | QtFontFamily::foundry | | Prototype: | QtFontFoundry *QtFontFamily::foundry(const QString &f, bool create) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 385-407 |
| | 15 | 7 |
QtFontFamily::ensurePopulated| Name: | QtFontFamily::ensurePopulated | | Prototype: | void QtFontFamily::ensurePopulated() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 414-421 |
| | 4 | 2 |