Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QSyntaxHighlighterPrivate::rehighlightName: | QSyntaxHighlighterPrivate::rehighlight | Prototype: | inline void rehighlight(QTextCursor &cursor, QTextCursor::MoveOperation operation) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 63-71 |
| | 7 | 1 |
QSyntaxHighlighterPrivate::reformatBlocksName: | QSyntaxHighlighterPrivate::reformatBlocks | Prototype: | void QSyntaxHighlighterPrivate::reformatBlocks(int from, int charsRemoved, int charsAdded) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 156-184 |
| | 16 | 4 |
QSyntaxHighlighterPrivate::reformatBlockName: | QSyntaxHighlighterPrivate::reformatBlock | Prototype: | void QSyntaxHighlighterPrivate::reformatBlock(const QTextBlock &block) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 186-199 |
| | 7 | 1 |
QSyntaxHighlighterPrivate::applyFormatChangesName: | QSyntaxHighlighterPrivate::applyFormatChanges | Prototype: | void QSyntaxHighlighterPrivate::applyFormatChanges() | Coverage: | 0.000% (0/43) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 87-148 |
| | 39 | 13 |
QSyntaxHighlighterPrivate::_q_reformatBlocksName: | QSyntaxHighlighterPrivate::_q_reformatBlocks | Prototype: | void QSyntaxHighlighterPrivate::_q_reformatBlocks(int from, int charsRemoved, int charsAdded) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 150-154 |
| | 2 | 2 |
QSyntaxHighlighterPrivate::_q_delayedRehighlightName: | QSyntaxHighlighterPrivate::_q_delayedRehighlight | Prototype: | inline void _q_delayedRehighlight() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 73-78 |
| | 4 | 2 |
QSyntaxHighlighterPrivate::QSyntaxHighlighterPrivateName: | QSyntaxHighlighterPrivate::QSyntaxHighlighterPrivate | Prototype: | inline QSyntaxHighlighterPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 53-55 |
| | 1 | 1 |
QSyntaxHighlighter::~QSyntaxHighlighterName: | QSyntaxHighlighter::~QSyntaxHighlighter | Prototype: | QSyntaxHighlighter::~QSyntaxHighlighter() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 313-316 |
| | 1 | 1 |
QSyntaxHighlighter::setFormatName: | QSyntaxHighlighter::setFormat | Prototype: | void QSyntaxHighlighter::setFormat(int start, int count, const QTextCharFormat &format) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 452-461 |
| | 6 | 3 |
QSyntaxHighlighter::setFormatName: | QSyntaxHighlighter::setFormat | Prototype: | void QSyntaxHighlighter::setFormat(int start, int count, const QColor &color) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 474-479 |
| | 3 | 1 |
QSyntaxHighlighter::setFormatName: | QSyntaxHighlighter::setFormat | Prototype: | void QSyntaxHighlighter::setFormat(int start, int count, const QFont &font) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 492-497 |
| | 3 | 1 |
QSyntaxHighlighter::setDocumentName: | QSyntaxHighlighter::setDocument | Prototype: | void QSyntaxHighlighter::setDocument(QTextDocument *doc) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 322-342 |
| | 15 | 4 |
QSyntaxHighlighter::setCurrentBlockUserDataName: | QSyntaxHighlighter::setCurrentBlockUserData | Prototype: | void QSyntaxHighlighter::setCurrentBlockUserData(QTextBlockUserData *data) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 594-601 |
| | 4 | 2 |
QSyntaxHighlighter::setCurrentBlockStateName: | QSyntaxHighlighter::setCurrentBlockState | Prototype: | void QSyntaxHighlighter::setCurrentBlockState(int newState) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 551-558 |
| | 4 | 2 |
QSyntaxHighlighter::rehighlightBlockName: | QSyntaxHighlighter::rehighlightBlock | Prototype: | void QSyntaxHighlighter::rehighlightBlock(const QTextBlock &block) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 378-391 |
| | 8 | 3 |
QSyntaxHighlighter::rehighlightName: | QSyntaxHighlighter::rehighlight | Prototype: | void QSyntaxHighlighter::rehighlight() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 361-369 |
| | 5 | 2 |
QSyntaxHighlighter::previousBlockStateName: | QSyntaxHighlighter::previousBlockState | Prototype: | int QSyntaxHighlighter::previousBlockState() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 520-531 |
| | 7 | 3 |
QSyntaxHighlighter::formatName: | QSyntaxHighlighter::format | Prototype: | QTextCharFormat QSyntaxHighlighter::format(int pos) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 505-511 |
| | 4 | 2 |
QSyntaxHighlighter::documentName: | QSyntaxHighlighter::document | Prototype: | QTextDocument *QSyntaxHighlighter::document() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 348-352 |
| | 2 | 1 |
QSyntaxHighlighter::currentBlockUserDataName: | QSyntaxHighlighter::currentBlockUserData | Prototype: | QTextBlockUserData *QSyntaxHighlighter::currentBlockUserData() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 609-616 |
| | 4 | 2 |
QSyntaxHighlighter::currentBlockStateName: | QSyntaxHighlighter::currentBlockState | Prototype: | int QSyntaxHighlighter::currentBlockState() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 537-544 |
| | 4 | 2 |
QSyntaxHighlighter::currentBlockName: | QSyntaxHighlighter::currentBlock | Prototype: | QTextBlock QSyntaxHighlighter::currentBlock() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 623-627 |
| | 2 | 1 |
QSyntaxHighlighter::QSyntaxHighlighterName: | QSyntaxHighlighter::QSyntaxHighlighter | Prototype: | QSyntaxHighlighter::QSyntaxHighlighter(QObject *parent) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 289-297 |
| | 4 | 3 |
QSyntaxHighlighter::QSyntaxHighlighterName: | QSyntaxHighlighter::QSyntaxHighlighter | Prototype: | QSyntaxHighlighter::QSyntaxHighlighter(QTextDocument *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp | Lines: | 304-308 |
| | 1 | 1 |
QSwipeGestureRecognizer::resetName: | QSwipeGestureRecognizer::reset | Prototype: | void QSwipeGestureRecognizer::reset(QGesture *state) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp | Lines: | 389-403 |
| | 9 | 1 |
QSwipeGestureRecognizer::recognizeName: | QSwipeGestureRecognizer::recognize | Prototype: | QGestureRecognizer::Result QSwipeGestureRecognizer::recognize(QGesture *state, QObject *, QEvent *event) | Coverage: | 0.000% (0/71) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp | Lines: | 279-387 |
| | 72 | 20 |
QSwipeGestureRecognizer::createName: | QSwipeGestureRecognizer::create | Prototype: | QGesture *QSwipeGestureRecognizer::create(QObject *target) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp | Lines: | 271-277 |
| | 3 | 2 |
QSwipeGesture::verticalDirectionName: | QSwipeGesture::verticalDirection | Prototype: | QSwipeGesture::SwipeDirection QSwipeGesture::verticalDirection() const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp | Lines: | 700-709 |
| | 6 | 3 |
QSwipeGesture::swipeAngleName: | QSwipeGesture::swipeAngle | Prototype: | qreal QSwipeGesture::swipeAngle() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp | Lines: | 711-714 |
| | 1 | 1 |
QSwipeGesture::setSwipeAngleName: | QSwipeGesture::setSwipeAngle | Prototype: | void QSwipeGesture::setSwipeAngle(qreal value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp | Lines: | 716-719 |
| | 1 | 1 |
QSwipeGesture::horizontalDirectionName: | QSwipeGesture::horizontalDirection | Prototype: | QSwipeGesture::SwipeDirection QSwipeGesture::horizontalDirection() const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp | Lines: | 689-698 |
| | 6 | 3 |
QSwipeGesture::QSwipeGestureName: | QSwipeGesture::QSwipeGesture | Prototype: | QSwipeGesture::QSwipeGesture(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp | Lines: | 676-680 |
| | 1 | 1 |
QSurfaceFormatPrivate::QSurfaceFormatPrivateName: | QSurfaceFormatPrivate::QSurfaceFormatPrivate | Prototype: | explicit QSurfaceFormatPrivate(QSurfaceFormat::FormatOptions _opts = 0) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 54-71 |
| | 2 | 1 |
QSurfaceFormatPrivate::QSurfaceFormatPrivateName: | QSurfaceFormatPrivate::QSurfaceFormatPrivate | Prototype: | QSurfaceFormatPrivate(const QSurfaceFormatPrivate *other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 73-90 |
| | 2 | 1 |
QSurfaceFormat::~QSurfaceFormatName: | QSurfaceFormat::~QSurfaceFormat | Prototype: | QSurfaceFormat::~QSurfaceFormat() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 252-256 |
| | 2 | 2 |
QSurfaceFormat::versionName: | QSurfaceFormat::version | Prototype: | QPair<int, int> QSurfaceFormat::version() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 677-680 |
| | 1 | 1 |
QSurfaceFormat::testOptionName: | QSurfaceFormat::testOption | Prototype: | bool QSurfaceFormat::testOption(QSurfaceFormat::FormatOptions opt) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 349-352 |
| | 1 | 1 |
QSurfaceFormat::testOptionName: | QSurfaceFormat::testOption | Prototype: | bool QSurfaceFormat::testOption(QSurfaceFormat::FormatOption option) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 395-398 |
| | 1 | 1 |
QSurfaceFormat::swapIntervalName: | QSurfaceFormat::swapInterval | Prototype: | int QSurfaceFormat::swapInterval() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 731-734 |
| | 1 | 1 |
QSurfaceFormat::swapBehaviorName: | QSurfaceFormat::swapBehavior | Prototype: | QSurfaceFormat::SwapBehavior QSurfaceFormat::swapBehavior() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 455-458 |
| | 1 | 1 |
QSurfaceFormat::stencilBufferSizeName: | QSurfaceFormat::stencilBufferSize | Prototype: | int QSurfaceFormat::stencilBufferSize() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 489-492 |
| | 1 | 1 |
QSurfaceFormat::setVersionName: | QSurfaceFormat::setVersion | Prototype: | void QSurfaceFormat::setVersion(int major, int minor) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 687-694 |
| | 4 | 2 |
QSurfaceFormat::setSwapIntervalName: | QSurfaceFormat::setSwapInterval | Prototype: | void QSurfaceFormat::setSwapInterval(int interval) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 716-722 |
| | 3 | 2 |
QSurfaceFormat::setSwapBehaviorName: | QSurfaceFormat::setSwapBehavior | Prototype: | void QSurfaceFormat::setSwapBehavior(SwapBehavior behavior) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 442-448 |
| | 3 | 2 |
QSurfaceFormat::setStereoName: | QSurfaceFormat::setStereo | Prototype: | void QSurfaceFormat::setStereo(bool enable) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 278-290 |
| | 7 | 3 |
QSurfaceFormat::setStencilBufferSizeName: | QSurfaceFormat::setStencilBufferSize | Prototype: | void QSurfaceFormat::setStencilBufferSize(int size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 476-482 |
| | 3 | 2 |
QSurfaceFormat::setSamplesName: | QSurfaceFormat::setSamples | Prototype: | void QSurfaceFormat::setSamples(int numSamples) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 309-315 |
| | 3 | 2 |
QSurfaceFormat::setRenderableTypeName: | QSurfaceFormat::setRenderableType | Prototype: | void QSurfaceFormat::setRenderableType(RenderableType type) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 587-593 |
| | 3 | 2 |
QSurfaceFormat::setRedBufferSizeName: | QSurfaceFormat::setRedBufferSize | Prototype: | void QSurfaceFormat::setRedBufferSize(int size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 533-539 |
| | 3 | 2 |
QSurfaceFormat::setProfileName: | QSurfaceFormat::setProfile | Prototype: | void QSurfaceFormat::setProfile(OpenGLContextProfile profile) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 611-617 |
| | 3 | 2 |
QSurfaceFormat::setOptionsName: | QSurfaceFormat::setOptions | Prototype: | void QSurfaceFormat::setOptions(QSurfaceFormat::FormatOptions options) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 362-368 |
| | 3 | 2 |
QSurfaceFormat::setOptionName: | QSurfaceFormat::setOption | Prototype: | void QSurfaceFormat::setOption(QSurfaceFormat::FormatOptions opt) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 329-336 |
| | 4 | 2 |
QSurfaceFormat::setOptionName: | QSurfaceFormat::setOption | Prototype: | void QSurfaceFormat::setOption(QSurfaceFormat::FormatOption option, bool on) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 377-386 |
| | 6 | 3 |
QSurfaceFormat::setMinorVersionName: | QSurfaceFormat::setMinorVersion | Prototype: | void QSurfaceFormat::setMinorVersion(int minor) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 656-662 |
| | 3 | 2 |
QSurfaceFormat::setMajorVersionName: | QSurfaceFormat::setMajorVersion | Prototype: | void QSurfaceFormat::setMajorVersion(int major) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 633-639 |
| | 3 | 2 |
QSurfaceFormat::setGreenBufferSizeName: | QSurfaceFormat::setGreenBufferSize | Prototype: | void QSurfaceFormat::setGreenBufferSize(int size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 548-554 |
| | 3 | 2 |
QSurfaceFormat::setDepthBufferSizeName: | QSurfaceFormat::setDepthBufferSize | Prototype: | void QSurfaceFormat::setDepthBufferSize(int size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 417-423 |
| | 3 | 2 |
QSurfaceFormat::setDefaultFormatName: | QSurfaceFormat::setDefaultFormat | Prototype: | void QSurfaceFormat::setDefaultFormat(const QSurfaceFormat &format) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 761-774 |
| | 7 | 3 |
QSurfaceFormat::setBlueBufferSizeName: | QSurfaceFormat::setBlueBufferSize | Prototype: | void QSurfaceFormat::setBlueBufferSize(int size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 563-569 |
| | 3 | 2 |
QSurfaceFormat::setAlphaBufferSizeName: | QSurfaceFormat::setAlphaBufferSize | Prototype: | void QSurfaceFormat::setAlphaBufferSize(int size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 574-580 |
| | 3 | 2 |
QSurfaceFormat::samplesName: | QSurfaceFormat::samples | Prototype: | int QSurfaceFormat::samples() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 298-301 |
| | 1 | 1 |
QSurfaceFormat::renderableTypeName: | QSurfaceFormat::renderableType | Prototype: | QSurfaceFormat::RenderableType QSurfaceFormat::renderableType() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 600-603 |
| | 1 | 1 |
QSurfaceFormat::redBufferSizeName: | QSurfaceFormat::redBufferSize | Prototype: | int QSurfaceFormat::redBufferSize() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 497-500 |
| | 1 | 1 |
QSurfaceFormat::profileName: | QSurfaceFormat::profile | Prototype: | QSurfaceFormat::OpenGLContextProfile QSurfaceFormat::profile() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 625-628 |
| | 1 | 1 |
QSurfaceFormat::optionsName: | QSurfaceFormat::options | Prototype: | QSurfaceFormat::FormatOptions QSurfaceFormat::options() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 407-410 |
| | 1 | 1 |
QSurfaceFormat::operator=Name: | QSurfaceFormat::operator= | Prototype: | QSurfaceFormat &QSurfaceFormat::operator=(const QSurfaceFormat &other) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 238-247 |
| | 6 | 3 |
QSurfaceFormat::minorVersionName: | QSurfaceFormat::minorVersion | Prototype: | int QSurfaceFormat::minorVersion() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 667-670 |
| | 1 | 1 |
QSurfaceFormat::majorVersionName: | QSurfaceFormat::majorVersion | Prototype: | int QSurfaceFormat::majorVersion() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 646-649 |
| | 1 | 1 |
QSurfaceFormat::hasAlphaName: | QSurfaceFormat::hasAlpha | Prototype: | bool QSurfaceFormat::hasAlpha() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 466-469 |
| | 1 | 1 |
QSurfaceFormat::greenBufferSizeName: | QSurfaceFormat::greenBufferSize | Prototype: | int QSurfaceFormat::greenBufferSize() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 505-508 |
| | 1 | 1 |
QSurfaceFormat::detachName: | QSurfaceFormat::detach | Prototype: | void QSurfaceFormat::detach() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 216-224 |
| | 5 | 3 |
QSurfaceFormat::depthBufferSizeName: | QSurfaceFormat::depthBufferSize | Prototype: | int QSurfaceFormat::depthBufferSize() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 430-433 |
| | 1 | 1 |
QSurfaceFormat::defaultFormatName: | QSurfaceFormat::defaultFormat | Prototype: | QSurfaceFormat QSurfaceFormat::defaultFormat() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 784-787 |
| | 1 | 1 |
QSurfaceFormat::blueBufferSizeName: | QSurfaceFormat::blueBufferSize | Prototype: | int QSurfaceFormat::blueBufferSize() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 513-516 |
| | 1 | 1 |
QSurfaceFormat::alphaBufferSizeName: | QSurfaceFormat::alphaBufferSize | Prototype: | int QSurfaceFormat::alphaBufferSize() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 521-524 |
| | 1 | 1 |
QSurfaceFormat::QSurfaceFormatName: | QSurfaceFormat::QSurfaceFormat | Prototype: | QSurfaceFormat::QSurfaceFormat() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 201-203 |
| | 2 | 1 |
QSurfaceFormat::QSurfaceFormatName: | QSurfaceFormat::QSurfaceFormat | Prototype: | QSurfaceFormat::QSurfaceFormat(QSurfaceFormat::FormatOptions options) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 208-211 |
| | 2 | 1 |
QSurfaceFormat::QSurfaceFormatName: | QSurfaceFormat::QSurfaceFormat | Prototype: | QSurfaceFormat::QSurfaceFormat(const QSurfaceFormat &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurfaceformat.cpp | Lines: | 229-233 |
| | 2 | 1 |
QSurface::~QSurfaceName: | QSurface::~QSurface | Prototype: | QSurface::~QSurface() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurface.cpp | Lines: | 124-131 |
| | 3 | 2 |
QSurface::surfaceClassName: | QSurface::surfaceClass | Prototype: | QSurface::SurfaceClass QSurface::surfaceClass() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurface.cpp | Lines: | 136-139 |
| | 1 | 1 |
QSurface::supportsOpenGLName: | QSurface::supportsOpenGL | Prototype: | bool QSurface::supportsOpenGL() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurface.cpp | Lines: | 89-93 |
| | 2 | 1 |
QSurface::QSurfaceName: | QSurface::QSurface | Prototype: | QSurface::QSurface(SurfaceClass type) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsurface.cpp | Lines: | 116-119 |
| | 2 | 1 |
QSupportedWritingSystems::~QSupportedWritingSystemsName: | QSupportedWritingSystems::~QSupportedWritingSystems | Prototype: | QSupportedWritingSystems::~QSupportedWritingSystems() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | Lines: | 201-205 |
| | 2 | 2 |
QSupportedWritingSystems::supportedName: | QSupportedWritingSystems::supported | Prototype: | bool QSupportedWritingSystems::supported(QFontDatabase::WritingSystem writingSystem) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | Lines: | 234-237 |
| | 1 | 1 |
QSupportedWritingSystems::setSupportedName: | QSupportedWritingSystems::setSupported | Prototype: | void QSupportedWritingSystems::setSupported(QFontDatabase::WritingSystem writingSystem, bool support) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | Lines: | 224-228 |
| | 2 | 1 |
QSupportedWritingSystems::operator=Name: | QSupportedWritingSystems::operator= | Prototype: | QSupportedWritingSystems &QSupportedWritingSystems::operator=(const QSupportedWritingSystems &other) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | Lines: | 187-196 |
| | 6 | 3 |
QSupportedWritingSystems::detachName: | QSupportedWritingSystems::detach | Prototype: | void QSupportedWritingSystems::detach() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | Lines: | 210-218 |
| | 5 | 3 |
QSupportedWritingSystems::QSupportedWritingSystemsName: | QSupportedWritingSystems::QSupportedWritingSystems | Prototype: | QSupportedWritingSystems::QSupportedWritingSystems() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | Lines: | 170-173 |
| | 1 | 1 |
QSupportedWritingSystems::QSupportedWritingSystemsName: | QSupportedWritingSystems::QSupportedWritingSystems | Prototype: | QSupportedWritingSystems::QSupportedWritingSystems(const QSupportedWritingSystems &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | Lines: | 178-182 |
| | 2 | 1 |
QSubpathForwardIterator::positionName: | QSubpathForwardIterator::position | Prototype: | inline int position() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 49-49 |
| | 1 | 1 |
QSubpathForwardIterator::nextName: | QSubpathForwardIterator::next | Prototype: | inline QStrokerOps::Element next() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 51-51 |
| | 1 | 1 |
QSubpathForwardIterator::hasNextName: | QSubpathForwardIterator::hasNext | Prototype: | inline bool hasNext() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 50-50 |
| | 1 | 1 |
QSubpathForwardIterator::QSubpathForwardIteratorName: | QSubpathForwardIterator::QSubpathForwardIterator | Prototype: | QSubpathForwardIterator(const QDataBuffer<QStrokerOps::Element> *path) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 47-48 |
| | 1 | 1 |
QSubpathFlatIterator::nextName: | QSubpathFlatIterator::next | Prototype: | QStrokerOps::Element next() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 119-156 |
| | 30 | 4 |
QSubpathFlatIterator::hasNextName: | QSubpathFlatIterator::hasNext | Prototype: | inline bool hasNext() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 117-117 |
| | 1 | 1 |
QSubpathFlatIterator::QSubpathFlatIteratorName: | QSubpathFlatIterator::QSubpathFlatIterator | Prototype: | QSubpathFlatIterator(const QDataBuffer<QStrokerOps::Element> *path, qreal threshold) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 114-115 |
| | 1 | 1 |
QSubpathBackwardIterator::positionName: | QSubpathBackwardIterator::position | Prototype: | inline int position() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 64-64 |
| | 1 | 1 |
QSubpathBackwardIterator::nextName: | QSubpathBackwardIterator::next | Prototype: | inline QStrokerOps::Element next() | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 68-104 |
| | 20 | 7 |
QSubpathBackwardIterator::hasNextName: | QSubpathBackwardIterator::hasNext | Prototype: | inline bool hasNext() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 66-66 |
| | 1 | 1 |
QSubpathBackwardIterator::QSubpathBackwardIteratorName: | QSubpathBackwardIterator::QSubpathBackwardIterator | Prototype: | QSubpathBackwardIterator(const QDataBuffer<QStrokerOps::Element> *path) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 61-62 |
| | 1 | 1 |