| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
createNativeEngine| Name: | QFileSystemWatcherPrivate::createNativeEngine | | Prototype: | QFileSystemWatcherEngine *QFileSystemWatcherPrivate::createNativeEngine(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher.cpp | | Lines: | 69-85 |
| | 1 | 1 |
QFileSystemWatcherPrivate| Name: | QFileSystemWatcherPrivate::QFileSystemWatcherPrivate | | Prototype: | QFileSystemWatcherPrivate::QFileSystemWatcherPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher.cpp | | Lines: | 87-90 |
| | 2 | 1 |
_q_directoryChanged| Name: | QFileSystemWatcherPrivate::_q_directoryChanged | | Prototype: | void QFileSystemWatcherPrivate::_q_directoryChanged(const QString &path, bool removed) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher.cpp | | Lines: | 137-147 |
| | 6 | 3 |
_q_fileChanged| Name: | QFileSystemWatcherPrivate::_q_fileChanged | | Prototype: | void QFileSystemWatcherPrivate::_q_fileChanged(const QString &path, bool removed) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher.cpp | | Lines: | 125-135 |
| | 6 | 3 |
init| Name: | QFileSystemWatcherPrivate::init | | Prototype: | void QFileSystemWatcherPrivate::init() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher.cpp | | Lines: | 92-106 |
| | 11 | 2 |
initPollerEngine| Name: | QFileSystemWatcherPrivate::initPollerEngine | | Prototype: | void QFileSystemWatcherPrivate::initPollerEngine() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher.cpp | | Lines: | 108-123 |
| | 12 | 2 |