Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
accept0Name: | QQmlJS::AST::ForStatement::accept0 | Prototype: | void ForStatement::accept0(Visitor *visitor) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/parser/qqmljsast.cpp | Lines: | 783-794 |
| | 7 | 2 |
lastSourceLocationName: | QQmlJS::AST::ForStatement::lastSourceLocation | Prototype: | SourceLocation lastSourceLocation() const override | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/parser/qqmljsast_p.h | Lines: | 1659-1660 |
| | 1 | 1 |
firstSourceLocationName: | QQmlJS::AST::ForStatement::firstSourceLocation | Prototype: | SourceLocation firstSourceLocation() const override | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/parser/qqmljsast_p.h | Lines: | 1656-1657 |
| | 1 | 1 |
ForStatementName: | QQmlJS::AST::ForStatement::ForStatement | Prototype: | ForStatement(ExpressionNode *i, ExpressionNode *c, ExpressionNode *e, Statement *stmt) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/parser/qqmljsast_p.h | Lines: | 1645-1647 |
| | 1 | 1 |
ForStatementName: | QQmlJS::AST::ForStatement::ForStatement | Prototype: | ForStatement(VariableDeclarationList *vlist, ExpressionNode *c, ExpressionNode *e, Statement *stmt) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/parser/qqmljsast_p.h | Lines: | 1649-1651 |
| | 1 | 1 |