| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 297-305 |
| | 4 | 3 |
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: | 312-316 |
| | 1 | 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: | 631-635 |
| | 2 | 1 |
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: | 545-552 |
| | 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: | 617-624 |
| | 4 | 2 |
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: | 356-360 |
| | 2 | 1 |
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: | 513-519 |
| | 4 | 2 |
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: | 528-539 |
| | 7 | 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: | 369-377 |
| | 5 | 2 |
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: | 386-399 |
| | 8 | 3 |
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: | 559-566 |
| | 4 | 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: | 602-609 |
| | 4 | 2 |
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: | 330-350 |
| | 15 | 4 |
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: | 460-469 |
| | 6 | 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: | 482-487 |
| | 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: | 500-505 |
| | 3 | 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: | 321-324 |
| | 1 | 1 |