Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QV4::CompiledData::Enum::enumValueAt [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Enum::enumValueAt [qv4compileddata_p.h #2] | Prototype: | const EnumValue *enumValueAt(int idx) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 509-511 |
| | 1 | 1 |
QV4::CompiledData::Enum::enumValueCount [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Enum::enumValueCount [qv4compileddata_p.h #1] | Prototype: | int enumValueCount() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 522-522 |
| | 1 | 1 |
QV4::CompiledData::Enum::enumValueCount [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Enum::enumValueCount [qv4compileddata_p.h #2] | Prototype: | int enumValueCount() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 522-522 |
| | 1 | 1 |
QV4::CompiledData::Enum::enumValuesBegin [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Enum::enumValuesBegin [qv4compileddata_p.h #1] | Prototype: | const EnumValue *enumValuesBegin() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 520-520 |
| | 1 | 1 |
QV4::CompiledData::Enum::enumValuesBegin [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Enum::enumValuesBegin [qv4compileddata_p.h #2] | Prototype: | const EnumValue *enumValuesBegin() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 520-520 |
| | 1 | 1 |
QV4::CompiledData::Enum::enumValuesEnd [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Enum::enumValuesEnd [qv4compileddata_p.h #1] | Prototype: | const EnumValue *enumValuesEnd() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 521-521 |
| | 1 | 1 |
QV4::CompiledData::Enum::enumValuesEnd [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Enum::enumValuesEnd [qv4compileddata_p.h #2] | Prototype: | const EnumValue *enumValuesEnd() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 521-521 |
| | 1 | 1 |
QV4::CompiledData::Function::align [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Function::align [qv4compileddata_p.h #1] | Prototype: | static size_t align(size_t a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 314-316 |
| | 1 | 1 |
QV4::CompiledData::Function::align [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Function::align [qv4compileddata_p.h #2] | Prototype: | static size_t align(size_t a) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 314-316 |
| | 1 | 1 |
QV4::CompiledData::Function::calculateSize [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Function::calculateSize [qv4compileddata_p.h #1] | Prototype: | static int calculateSize(int nFormals, int nLocals, int nLines, int nInnerfunctions, int nIdObjectDependencies, int nPropertyDependencies, int codeSize) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 306-312 |
| | 5 | 1 |
QV4::CompiledData::Function::calculateSize [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Function::calculateSize [qv4compileddata_p.h #2] | Prototype: | static int calculateSize(int nFormals, int nLocals, int nLines, int nInnerfunctions, int nIdObjectDependencies, int nPropertyDependencies, int codeSize) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 306-312 |
| | 5 | 1 |
QV4::CompiledData::Function::code [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Function::code [qv4compileddata_p.h #1] | Prototype: | const char *code() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 302-302 |
| | 1 | 1 |
QV4::CompiledData::Function::code [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Function::code [qv4compileddata_p.h #2] | Prototype: | const char *code() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 302-302 |
| | 1 | 1 |
QV4::CompiledData::Function::formalsBegin [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Function::formalsBegin [qv4compileddata_p.h #1] | Prototype: | const quint32_le *formalsBegin() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 298-298 |
| | 1 | 1 |
QV4::CompiledData::Function::formalsBegin [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Function::formalsBegin [qv4compileddata_p.h #2] | Prototype: | const quint32_le *formalsBegin() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 298-298 |
| | 1 | 1 |
QV4::CompiledData::Function::formalsEnd [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Function::formalsEnd [qv4compileddata_p.h #1] | Prototype: | const quint32_le *formalsEnd() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 299-299 |
| | 1 | 1 |
QV4::CompiledData::Function::formalsEnd [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Function::formalsEnd [qv4compileddata_p.h #2] | Prototype: | const quint32_le *formalsEnd() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 299-299 |
| | 1 | 1 |
QV4::CompiledData::Function::formalsTable [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Function::formalsTable [qv4compileddata_p.h #1] | Prototype: | const quint32_le *formalsTable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 290-290 |
| | 1 | 1 |
QV4::CompiledData::Function::formalsTable [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Function::formalsTable [qv4compileddata_p.h #2] | Prototype: | const quint32_le *formalsTable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 290-290 |
| | 1 | 1 |
QV4::CompiledData::Function::hasQmlDependencies [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Function::hasQmlDependencies [qv4compileddata_p.h #1] | Prototype: | inline bool hasQmlDependencies() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 304-304 |
| | 1 | 1 |
QV4::CompiledData::Function::hasQmlDependencies [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Function::hasQmlDependencies [qv4compileddata_p.h #2] | Prototype: | inline bool hasQmlDependencies() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 304-304 |
| | 1 | 1 |
QV4::CompiledData::Function::lineNumberTable [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Function::lineNumberTable [qv4compileddata_p.h #1] | Prototype: | const CodeOffsetToLine *lineNumberTable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 292-292 |
| | 1 | 1 |
QV4::CompiledData::Function::lineNumberTable [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Function::lineNumberTable [qv4compileddata_p.h #2] | Prototype: | const CodeOffsetToLine *lineNumberTable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 292-292 |
| | 1 | 1 |
QV4::CompiledData::Function::localsTable [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Function::localsTable [qv4compileddata_p.h #1] | Prototype: | const quint32_le *localsTable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 291-291 |
| | 1 | 1 |
QV4::CompiledData::Function::localsTable [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Function::localsTable [qv4compileddata_p.h #2] | Prototype: | const quint32_le *localsTable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 291-291 |
| | 1 | 1 |
QV4::CompiledData::Function::qmlContextPropertiesDependencyTable [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Function::qmlContextPropertiesDependencyTable [qv4compileddata_p.h #1] | Prototype: | const quint32_le *qmlContextPropertiesDependencyTable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 294-294 |
| | 1 | 1 |
QV4::CompiledData::Function::qmlContextPropertiesDependencyTable [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Function::qmlContextPropertiesDependencyTable [qv4compileddata_p.h #2] | Prototype: | const quint32_le *qmlContextPropertiesDependencyTable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 294-294 |
| | 1 | 1 |
QV4::CompiledData::Function::qmlIdObjectDependencyTable [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Function::qmlIdObjectDependencyTable [qv4compileddata_p.h #1] | Prototype: | const quint32_le *qmlIdObjectDependencyTable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 293-293 |
| | 1 | 1 |
QV4::CompiledData::Function::qmlIdObjectDependencyTable [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Function::qmlIdObjectDependencyTable [qv4compileddata_p.h #2] | Prototype: | const quint32_le *qmlIdObjectDependencyTable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 293-293 |
| | 1 | 1 |
QV4::CompiledData::Function::qmlScopePropertiesDependencyTable [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Function::qmlScopePropertiesDependencyTable [qv4compileddata_p.h #1] | Prototype: | const quint32_le *qmlScopePropertiesDependencyTable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 295-295 |
| | 1 | 1 |
QV4::CompiledData::Function::qmlScopePropertiesDependencyTable [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Function::qmlScopePropertiesDependencyTable [qv4compileddata_p.h #2] | Prototype: | const quint32_le *qmlScopePropertiesDependencyTable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 295-295 |
| | 1 | 1 |
QV4::CompiledData::Import::Import [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Import::Import [qv4compileddata_p.h #1] | Prototype: | Import() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 751-751 |
| | 1 | 1 |
QV4::CompiledData::Import::Import [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Import::Import [qv4compileddata_p.h #2] | Prototype: | Import() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 751-751 |
| | 1 | 1 |
QV4::CompiledData::JSClass::calculateSize [qv4compileddata_p.h #1]Name: | QV4::CompiledData::JSClass::calculateSize [qv4compileddata_p.h #1] | Prototype: | static int calculateSize(int nMembers) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 185-185 |
| | 1 | 1 |
QV4::CompiledData::JSClass::calculateSize [qv4compileddata_p.h #2]Name: | QV4::CompiledData::JSClass::calculateSize [qv4compileddata_p.h #2] | Prototype: | static int calculateSize(int nMembers) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 185-185 |
| | 1 | 1 |
QV4::CompiledData::JSClassMember::JSClassMember [qv4compileddata_p.h #1]Name: | QV4::CompiledData::JSClassMember::JSClassMember [qv4compileddata_p.h #1] | Prototype: | JSClassMember() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 176-176 |
| | 1 | 1 |
QV4::CompiledData::JSClassMember::JSClassMember [qv4compileddata_p.h #2]Name: | QV4::CompiledData::JSClassMember::JSClassMember [qv4compileddata_p.h #2] | Prototype: | JSClassMember() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 176-176 |
| | 1 | 1 |
QV4::CompiledData::Location::Location [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Location::Location [qv4compileddata_p.h #1] | Prototype: | Location() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 124-124 |
| | 1 | 1 |
QV4::CompiledData::Location::Location [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Location::Location [qv4compileddata_p.h #2] | Prototype: | Location() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 124-124 |
| | 1 | 1 |
QV4::CompiledData::Location::operator< [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Location::operator< [qv4compileddata_p.h #1] | Prototype: | inline bool operator<(const Location &other) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 126-129 |
| | 2 | 1 |
QV4::CompiledData::Location::operator< [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Location::operator< [qv4compileddata_p.h #2] | Prototype: | inline bool operator<(const Location &other) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 126-129 |
| | 2 | 1 |
QV4::CompiledData::Lookup::Lookup [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Lookup::Lookup [qv4compileddata_p.h #1] | Prototype: | Lookup() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 164-164 |
| | 1 | 1 |
QV4::CompiledData::Lookup::Lookup [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Lookup::Lookup [qv4compileddata_p.h #2] | Prototype: | Lookup() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 164-164 |
| | 1 | 1 |
QV4::CompiledData::Object::aliasCount [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::aliasCount [qv4compileddata_p.h #1] | Prototype: | int aliasCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 707-707 |
| | 1 | 1 |
QV4::CompiledData::Object::aliasCount [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::aliasCount [qv4compileddata_p.h #2] | Prototype: | int aliasCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 707-707 |
| | 1 | 1 |
QV4::CompiledData::Object::aliasTable [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::aliasTable [qv4compileddata_p.h #1] | Prototype: | const Alias *aliasTable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 676-679 |
| | 1 | 1 |
QV4::CompiledData::Object::aliasTable [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::aliasTable [qv4compileddata_p.h #2] | Prototype: | const Alias *aliasTable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 676-679 |
| | 1 | 1 |
QV4::CompiledData::Object::aliasesBegin [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::aliasesBegin [qv4compileddata_p.h #1] | Prototype: | const Alias *aliasesBegin() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 718-718 |
| | 1 | 1 |
QV4::CompiledData::Object::aliasesBegin [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::aliasesBegin [qv4compileddata_p.h #2] | Prototype: | const Alias *aliasesBegin() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 718-718 |
| | 1 | 1 |
QV4::CompiledData::Object::aliasesEnd [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::aliasesEnd [qv4compileddata_p.h #1] | Prototype: | const Alias *aliasesEnd() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 719-719 |
| | 1 | 1 |
QV4::CompiledData::Object::aliasesEnd [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::aliasesEnd [qv4compileddata_p.h #2] | Prototype: | const Alias *aliasesEnd() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 719-719 |
| | 1 | 1 |
QV4::CompiledData::Object::bindingTable [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::bindingTable [qv4compileddata_p.h #1] | Prototype: | const Binding *bindingTable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 681-684 |
| | 1 | 1 |
QV4::CompiledData::Object::bindingTable [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::bindingTable [qv4compileddata_p.h #2] | Prototype: | const Binding *bindingTable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 681-684 |
| | 1 | 1 |
QV4::CompiledData::Object::bindingsBegin [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::bindingsBegin [qv4compileddata_p.h #1] | Prototype: | const Binding *bindingsBegin() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 712-712 |
| | 1 | 1 |
QV4::CompiledData::Object::bindingsBegin [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::bindingsBegin [qv4compileddata_p.h #2] | Prototype: | const Binding *bindingsBegin() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 712-712 |
| | 1 | 1 |
QV4::CompiledData::Object::bindingsEnd [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::bindingsEnd [qv4compileddata_p.h #1] | Prototype: | const Binding *bindingsEnd() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 713-713 |
| | 1 | 1 |
QV4::CompiledData::Object::bindingsEnd [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::bindingsEnd [qv4compileddata_p.h #2] | Prototype: | const Binding *bindingsEnd() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 713-713 |
| | 1 | 1 |
QV4::CompiledData::Object::calculateSizeExcludingSignalsAndEnums [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::calculateSizeExcludingSignalsAndEnums [qv4compileddata_p.h #1] | Prototype: | static int calculateSizeExcludingSignalsAndEnums(int nFunctions, int nProperties, int nAliases, int nEnums, int nSignals, int nBindings, int nNamedObjectsInComponent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 652-664 |
| | 10 | 1 |
QV4::CompiledData::Object::calculateSizeExcludingSignalsAndEnums [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::calculateSizeExcludingSignalsAndEnums [qv4compileddata_p.h #2] | Prototype: | static int calculateSizeExcludingSignalsAndEnums(int nFunctions, int nProperties, int nAliases, int nEnums, int nSignals, int nBindings, int nNamedObjectsInComponent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 652-664 |
| | 10 | 1 |
QV4::CompiledData::Object::enumAt [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::enumAt [qv4compileddata_p.h #1] | Prototype: | const Enum *enumAt(int idx) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 686-691 |
| | 3 | 1 |
QV4::CompiledData::Object::enumAt [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::enumAt [qv4compileddata_p.h #2] | Prototype: | const Enum *enumAt(int idx) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 686-691 |
| | 3 | 1 |
QV4::CompiledData::Object::enumCount [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::enumCount [qv4compileddata_p.h #1] | Prototype: | int enumCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 708-708 |
| | 1 | 1 |
QV4::CompiledData::Object::enumCount [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::enumCount [qv4compileddata_p.h #2] | Prototype: | int enumCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 708-708 |
| | 1 | 1 |
QV4::CompiledData::Object::enumsBegin [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::enumsBegin [qv4compileddata_p.h #1] | Prototype: | EnumIterator enumsBegin() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 722-722 |
| | 1 | 1 |
QV4::CompiledData::Object::enumsBegin [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::enumsBegin [qv4compileddata_p.h #2] | Prototype: | EnumIterator enumsBegin() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 722-722 |
| | 1 | 1 |
QV4::CompiledData::Object::enumsEnd [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::enumsEnd [qv4compileddata_p.h #1] | Prototype: | EnumIterator enumsEnd() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 723-723 |
| | 1 | 1 |
QV4::CompiledData::Object::enumsEnd [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::enumsEnd [qv4compileddata_p.h #2] | Prototype: | EnumIterator enumsEnd() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 723-723 |
| | 1 | 1 |
QV4::CompiledData::Object::functionCount [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::functionCount [qv4compileddata_p.h #1] | Prototype: | int functionCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 710-710 |
| | 1 | 1 |
QV4::CompiledData::Object::functionCount [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::functionCount [qv4compileddata_p.h #2] | Prototype: | int functionCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 710-710 |
| | 1 | 1 |
QV4::CompiledData::Object::functionOffsetTable [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::functionOffsetTable [qv4compileddata_p.h #1] | Prototype: | const quint32_le *functionOffsetTable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 666-669 |
| | 1 | 1 |
QV4::CompiledData::Object::functionOffsetTable [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::functionOffsetTable [qv4compileddata_p.h #2] | Prototype: | const quint32_le *functionOffsetTable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 666-669 |
| | 1 | 1 |
QV4::CompiledData::Object::namedObjectsInComponentCount [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::namedObjectsInComponentCount [qv4compileddata_p.h #1] | Prototype: | int namedObjectsInComponentCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 729-729 |
| | 1 | 1 |
QV4::CompiledData::Object::namedObjectsInComponentCount [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::namedObjectsInComponentCount [qv4compileddata_p.h #2] | Prototype: | int namedObjectsInComponentCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 729-729 |
| | 1 | 1 |
QV4::CompiledData::Object::namedObjectsInComponentTable [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::namedObjectsInComponentTable [qv4compileddata_p.h #1] | Prototype: | const quint32_le *namedObjectsInComponentTable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 700-703 |
| | 1 | 1 |
QV4::CompiledData::Object::namedObjectsInComponentTable [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::namedObjectsInComponentTable [qv4compileddata_p.h #2] | Prototype: | const quint32_le *namedObjectsInComponentTable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 700-703 |
| | 1 | 1 |
QV4::CompiledData::Object::propertiesBegin [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::propertiesBegin [qv4compileddata_p.h #1] | Prototype: | const Property *propertiesBegin() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 715-715 |
| | 1 | 1 |
QV4::CompiledData::Object::propertiesBegin [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::propertiesBegin [qv4compileddata_p.h #2] | Prototype: | const Property *propertiesBegin() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 715-715 |
| | 1 | 1 |
QV4::CompiledData::Object::propertiesEnd [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::propertiesEnd [qv4compileddata_p.h #1] | Prototype: | const Property *propertiesEnd() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 716-716 |
| | 1 | 1 |
QV4::CompiledData::Object::propertiesEnd [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::propertiesEnd [qv4compileddata_p.h #2] | Prototype: | const Property *propertiesEnd() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 716-716 |
| | 1 | 1 |
QV4::CompiledData::Object::propertyCount [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::propertyCount [qv4compileddata_p.h #1] | Prototype: | int propertyCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 706-706 |
| | 1 | 1 |
QV4::CompiledData::Object::propertyCount [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::propertyCount [qv4compileddata_p.h #2] | Prototype: | int propertyCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 706-706 |
| | 1 | 1 |
QV4::CompiledData::Object::propertyTable [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::propertyTable [qv4compileddata_p.h #1] | Prototype: | const Property *propertyTable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 671-674 |
| | 1 | 1 |
QV4::CompiledData::Object::propertyTable [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::propertyTable [qv4compileddata_p.h #2] | Prototype: | const Property *propertyTable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 671-674 |
| | 1 | 1 |
QV4::CompiledData::Object::signalAt [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::signalAt [qv4compileddata_p.h #1] | Prototype: | const Signal *signalAt(int idx) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 693-698 |
| | 3 | 1 |
QV4::CompiledData::Object::signalAt [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::signalAt [qv4compileddata_p.h #2] | Prototype: | const Signal *signalAt(int idx) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 693-698 |
| | 3 | 1 |
QV4::CompiledData::Object::signalCount [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::signalCount [qv4compileddata_p.h #1] | Prototype: | int signalCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 709-709 |
| | 1 | 1 |
QV4::CompiledData::Object::signalCount [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::signalCount [qv4compileddata_p.h #2] | Prototype: | int signalCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 709-709 |
| | 1 | 1 |
QV4::CompiledData::Object::signalsBegin [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::signalsBegin [qv4compileddata_p.h #1] | Prototype: | SignalIterator signalsBegin() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 726-726 |
| | 1 | 1 |
QV4::CompiledData::Object::signalsBegin [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::signalsBegin [qv4compileddata_p.h #2] | Prototype: | SignalIterator signalsBegin() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 726-726 |
| | 1 | 1 |
QV4::CompiledData::Object::signalsEnd [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Object::signalsEnd [qv4compileddata_p.h #1] | Prototype: | SignalIterator signalsEnd() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 727-727 |
| | 1 | 1 |
QV4::CompiledData::Object::signalsEnd [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Object::signalsEnd [qv4compileddata_p.h #2] | Prototype: | SignalIterator signalsEnd() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 727-727 |
| | 1 | 1 |
QV4::CompiledData::RegExp::RegExp [qv4compileddata_p.h #1]Name: | QV4::CompiledData::RegExp::RegExp [qv4compileddata_p.h #1] | Prototype: | RegExp() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 146-146 |
| | 1 | 1 |
QV4::CompiledData::RegExp::RegExp [qv4compileddata_p.h #2]Name: | QV4::CompiledData::RegExp::RegExp [qv4compileddata_p.h #2] | Prototype: | RegExp() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 146-146 |
| | 1 | 1 |
QV4::CompiledData::ResolvedTypeReference::ResolvedTypeReference [qv4compileddata_p.h #1]Name: | QV4::CompiledData::ResolvedTypeReference::ResolvedTypeReference [qv4compileddata_p.h #1] | Prototype: | ResolvedTypeReference() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 1128-1132 |
| | 1 | 1 |
QV4::CompiledData::Signal::calculateSize [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Signal::calculateSize [qv4compileddata_p.h #1] | Prototype: | static int calculateSize(int nParameters) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 546-550 |
| | 3 | 1 |
QV4::CompiledData::Signal::calculateSize [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Signal::calculateSize [qv4compileddata_p.h #2] | Prototype: | static int calculateSize(int nParameters) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 546-550 |
| | 3 | 1 |
QV4::CompiledData::Signal::parameterAt [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Signal::parameterAt [qv4compileddata_p.h #1] | Prototype: | const Parameter *parameterAt(int idx) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 542-544 |
| | 1 | 1 |
QV4::CompiledData::Signal::parameterAt [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Signal::parameterAt [qv4compileddata_p.h #2] | Prototype: | const Parameter *parameterAt(int idx) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 542-544 |
| | 1 | 1 |
QV4::CompiledData::Signal::parameterCount [qv4compileddata_p.h #1]Name: | QV4::CompiledData::Signal::parameterCount [qv4compileddata_p.h #1] | Prototype: | int parameterCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #1 | Lines: | 555-555 |
| | 1 | 1 |
QV4::CompiledData::Signal::parameterCount [qv4compileddata_p.h #2]Name: | QV4::CompiledData::Signal::parameterCount [qv4compileddata_p.h #2] | Prototype: | int parameterCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/compiler/qv4compileddata_p.h #2 | Lines: | 555-555 |
| | 1 | 1 |