| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QQmlNotifierEndpoint| Name: | QQmlNotifierEndpoint::QQmlNotifierEndpoint | | Prototype: | QQmlNotifierEndpoint::QQmlNotifierEndpoint(Callback callback) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlnotifier_p.h | | Lines: | 158-161 |
| | 2 | 1 |
isConnected| Name: | QQmlNotifierEndpoint::isConnected | | Prototype: | bool QQmlNotifierEndpoint::isConnected() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlnotifier_p.h | | Lines: | 168-171 |
| | 1 | 1 |
isConnected| Name: | QQmlNotifierEndpoint::isConnected | | Prototype: | bool QQmlNotifierEndpoint::isConnected(QQmlNotifier *notifier) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlnotifier_p.h | | Lines: | 183-186 |
| | 1 | 1 |
isConnected| Name: | QQmlNotifierEndpoint::isConnected | | Prototype: | bool QQmlNotifierEndpoint::isConnected(QObject *source, int sourceSignal) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlnotifier_p.h | | Lines: | 177-181 |
| | 2 | 1 |
isNotifying| Name: | QQmlNotifierEndpoint::isNotifying | | Prototype: | bool QQmlNotifierEndpoint::isNotifying() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlnotifier_p.h | | Lines: | 227-230 |
| | 1 | 1 |
senderAsNotifier| Name: | QQmlNotifierEndpoint::senderAsNotifier | | Prototype: | QQmlNotifier *QQmlNotifierEndpoint::senderAsNotifier() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlnotifier_p.h | | Lines: | 249-252 |
| | 1 | 1 |
senderAsObject| Name: | QQmlNotifierEndpoint::senderAsObject | | Prototype: | QObject *QQmlNotifierEndpoint::senderAsObject() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlnotifier_p.h | | Lines: | 244-247 |
| | 1 | 1 |
signalIndex| Name: | QQmlNotifierEndpoint::signalIndex | | Prototype: | inline int signalIndex() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlnotifier_p.h | | Lines: | 110-110 |
| | 1 | 1 |
~QQmlNotifierEndpoint| Name: | QQmlNotifierEndpoint::~QQmlNotifierEndpoint | | Prototype: | QQmlNotifierEndpoint::~QQmlNotifierEndpoint() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlnotifier_p.h | | Lines: | 163-166 |
| | 1 | 1 |
cancelNotify| Name: | QQmlNotifierEndpoint::cancelNotify | | Prototype: | void QQmlNotifierEndpoint::cancelNotify() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlnotifier_p.h | | Lines: | 235-242 |
| | 4 | 2 |
connect| Name: | QQmlNotifierEndpoint::connect | | Prototype: | void QQmlNotifierEndpoint::connect(QQmlNotifier *notifier) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlnotifier_p.h | | Lines: | 188-197 |
| | 6 | 2 |
connect| Name: | QQmlNotifierEndpoint::connect | | Prototype: | void QQmlNotifierEndpoint::connect(QObject *source, int sourceSignal, QQmlEngine *engine, bool doNotify) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlnotifier.cpp | | Lines: | 120-150 |
| | 22 | 3 |
disconnect| Name: | QQmlNotifierEndpoint::disconnect | | Prototype: | void QQmlNotifierEndpoint::disconnect() | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlnotifier_p.h | | Lines: | 199-218 |
| | 12 | 6 |