| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
setDocument| Name: | 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 |
rehighlightBlock| Name: | 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 |
previousBlockState| Name: | 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 |
setFormat| Name: | 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 |
rehighlight| Name: | 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 |
setCurrentBlockUserData| Name: | 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 |
setCurrentBlockState| Name: | 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 |
format| Name: | 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 |
currentBlockUserData| Name: | 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 |
currentBlockState| Name: | 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| Name: | 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 |
setFormat| Name: | 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 |
setFormat| Name: | 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 |
document| Name: | 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 |
currentBlock| Name: | 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| Name: | 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| Name: | 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 |