Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDomNodePrivate::setParentName: | QDomNodePrivate::setParent | Prototype: | inline void setParent(QDomNodePrivate *p) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 153-153 |
| | 1 | 1 |
QDomTextPrivate::QDomTextPrivateName: | QDomTextPrivate::QDomTextPrivate | Prototype: | QDomTextPrivate::QDomTextPrivate(QDomDocumentPrivate* d, QDomNodePrivate* parent, const QString& val) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5154-5158 |
| | 1 | 1 |
QDomTextPrivate::nodeTypeName: | QDomTextPrivate::nodeType | Prototype: | QDomNode::NodeType nodeType() const override | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 346-346 |
| | 1 | 1 |
QDynamicBufferResourceRoot::QDynamicBufferResourceRootName: | QDynamicBufferResourceRoot::QDynamicBufferResourceRoot | Prototype: | inline QDynamicBufferResourceRoot(const QString &_root) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 873-873 |
| | 1 | 1 |
QDynamicBufferResourceRoot::mappingRootName: | QDynamicBufferResourceRoot::mappingRoot | Prototype: | QString mappingRoot() const override | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 876-876 |
| | 1 | 1 |
QDynamicFileResourceRoot::QDynamicFileResourceRootName: | QDynamicFileResourceRoot::QDynamicFileResourceRoot | Prototype: | inline QDynamicFileResourceRoot(const QString &_root) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 949-949 |
| | 1 | 1 |
QDynamicFileResourceRoot::mappingFileName: | QDynamicFileResourceRoot::mappingFile | Prototype: | QString mappingFile() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 962-962 |
| | 1 | 1 |
QDynamicFileResourceRoot::typeName: | QDynamicFileResourceRoot::type | Prototype: | ResourceRootType type() const override | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 963-963 |
| | 1 | 1 |
QDynamicPropertyChangeEvent::QDynamicPropertyChangeEventName: | QDynamicPropertyChangeEvent::QDynamicPropertyChangeEvent | Prototype: | QDynamicPropertyChangeEvent::QDynamicPropertyChangeEvent(const QByteArray &name) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | Lines: | 602-605 |
| | 2 | 1 |
QEasingCurve::QEasingCurveName: | QEasingCurve::QEasingCurve | Prototype: | QEasingCurve::QEasingCurve(Type type) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 1054-1058 |
| | 1 | 1 |
QEasingCurve::QEasingCurveName: | QEasingCurve::QEasingCurve | Prototype: | QEasingCurve::QEasingCurve(const QEasingCurve &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 1063-1067 |
| | 3 | 1 |
QEasingCurve::amplitudeName: | QEasingCurve::amplitude | Prototype: | qreal QEasingCurve::amplitude() const | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 1137-1140 |
| | 1 | 1 |
QEasingCurve::overshootName: | QEasingCurve::overshoot | Prototype: | qreal QEasingCurve::overshoot() const | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 1185-1188 |
| | 1 | 1 |
QEasingCurve::periodName: | QEasingCurve::period | Prototype: | qreal QEasingCurve::period() const | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 1161-1164 |
| | 1 | 1 |
QEasingCurve::setAmplitudeName: | QEasingCurve::setAmplitude | Prototype: | void QEasingCurve::setAmplitude(qreal amplitude) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 1149-1154 |
| | 3 | 2 |
QEasingCurve::setPeriodName: | QEasingCurve::setPeriod | Prototype: | void QEasingCurve::setPeriod(qreal period) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 1173-1178 |
| | 3 | 2 |
QEasingCurve::setTypeName: | QEasingCurve::setType | Prototype: | void QEasingCurve::setType(Type type) | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 1359-1369 |
| | 6 | 3 |
QEasingCurve::typeName: | QEasingCurve::type | Prototype: | QEasingCurve::Type QEasingCurve::type() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 1313-1316 |
| | 1 | 1 |
QEasingCurve::~QEasingCurveName: | QEasingCurve::~QEasingCurve | Prototype: | QEasingCurve::~QEasingCurve() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 1073-1076 |
| | 1 | 1 |
QEasingCurveFunction::QEasingCurveFunctionName: | QEasingCurveFunction::QEasingCurveFunction | Prototype: | QEasingCurveFunction(QEasingCurve::Type type, qreal period = 0.3, qreal amplitude = 1.0, qreal overshoot = 1.70158) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 351-354 |
| | 1 | 1 |
QEasingCurveFunction::valueName: | QEasingCurveFunction::value | Prototype: | qreal QEasingCurveFunction::value(qreal t) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 371-375 |
| | 2 | 1 |
QEasingCurvePrivate::QEasingCurvePrivateName: | QEasingCurvePrivate::QEasingCurvePrivate | Prototype: | QEasingCurvePrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 402-406 |
| | 1 | 1 |
QEasingCurvePrivate::QEasingCurvePrivateName: | QEasingCurvePrivate::QEasingCurvePrivate | Prototype: | QEasingCurvePrivate(const QEasingCurvePrivate &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 407-411 |
| | 1 | 1 |
QEasingCurvePrivate::~QEasingCurvePrivateName: | QEasingCurvePrivate::~QEasingCurvePrivate | Prototype: | ~QEasingCurvePrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 412-412 |
| | 1 | 1 |
QElapsedTimer::elapsedName: | QElapsedTimer::elapsed | Prototype: | qint64 QElapsedTimer::elapsed() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | Lines: | 213-216 |
| | 1 | 1 |
QElapsedTimer::hasExpiredName: | QElapsedTimer::hasExpired | Prototype: | bool QElapsedTimer::hasExpired(qint64 timeout) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer.cpp | Lines: | 254-259 |
| | 1 | 1 |
QElapsedTimer::invalidateName: | QElapsedTimer::invalidate | Prototype: | void QElapsedTimer::invalidate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer.cpp | Lines: | 230-233 |
| | 1 | 1 |
QElapsedTimer::isMonotonicName: | QElapsedTimer::isMonotonic | Prototype: | bool QElapsedTimer::isMonotonic() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | Lines: | 140-143 |
| | 1 | 1 |
QElapsedTimer::msecsSinceReferenceName: | QElapsedTimer::msecsSinceReference | Prototype: | qint64 QElapsedTimer::msecsSinceReference() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | Lines: | 218-221 |
| | 1 | 1 |
QElapsedTimer::msecsToName: | QElapsedTimer::msecsTo | Prototype: | qint64 QElapsedTimer::msecsTo(const QElapsedTimer &other) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | Lines: | 223-228 |
| | 3 | 1 |
QElapsedTimer::nsecsElapsedName: | QElapsedTimer::nsecsElapsed | Prototype: | qint64 QElapsedTimer::nsecsElapsed() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | Lines: | 204-211 |
| | 5 | 1 |
QElapsedTimer::restartName: | QElapsedTimer::restart | Prototype: | qint64 QElapsedTimer::restart() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | Lines: | 199-202 |
| | 1 | 1 |
QElapsedTimer::secsToName: | QElapsedTimer::secsTo | Prototype: | qint64 QElapsedTimer::secsTo(const QElapsedTimer &other) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | Lines: | 230-233 |
| | 1 | 1 |
QElapsedTimer::startName: | QElapsedTimer::start | Prototype: | void QElapsedTimer::start() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | Lines: | 194-197 |
| | 1 | 1 |
QElfParser::parseSectionHeaderName: | QElfParser::parseSectionHeader | Prototype: | const char *QElfParser::parseSectionHeader(const char *data, ElfSectionHeader *sh) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qelfparser_p.cpp | Lines: | 46-59 |
| | 11 | 1 |
QEmptyItemModel::QEmptyItemModelName: | QEmptyItemModel::QEmptyItemModel | Prototype: | explicit QEmptyItemModel(QObject *parent = 0) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 471-471 |
| | 1 | 1 |
QEmptyItemModel::columnCountName: | QEmptyItemModel::columnCount | Prototype: | int columnCount(const QModelIndex &) const override | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 475-475 |
| | 1 | 1 |
QEmptyItemModel::dataName: | QEmptyItemModel::data | Prototype: | QVariant data(const QModelIndex &, int) const override | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 477-477 |
| | 1 | 1 |
QEmptyItemModel::hasChildrenName: | QEmptyItemModel::hasChildren | Prototype: | bool hasChildren(const QModelIndex &) const override | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 476-476 |
| | 1 | 1 |
QEmptyItemModel::indexName: | QEmptyItemModel::index | Prototype: | QModelIndex index(int, int, const QModelIndex &) const override | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 472-472 |
| | 1 | 1 |
QEmptyItemModel::rowCountName: | QEmptyItemModel::rowCount | Prototype: | int rowCount(const QModelIndex &) const override | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 474-474 |
| | 1 | 1 |
QEvent::QEventName: | QEvent::QEvent | Prototype: | QEvent::QEvent(Type type) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | Lines: | 280-282 |
| | 1 | 1 |
QEvent::QEventName: | QEvent::QEvent | Prototype: | QEvent::QEvent(const QEvent &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | Lines: | 291-298 |
| | 1 | 1 |
QEvent::operator=Name: | QEvent::operator= | Prototype: | QEvent &QEvent::operator=(const QEvent &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | Lines: | 307-318 |
| | 6 | 1 |
QEvent::registerEventTypeName: | QEvent::registerEventType | Prototype: | int QEvent::registerEventType(int hint) | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | Lines: | 468-472 |
| | 2 | 1 |
QEventDispatcherGlib::QEventDispatcherGlibName: | QEventDispatcherGlib::QEventDispatcherGlib | Prototype: | QEventDispatcherGlib::QEventDispatcherGlib(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | Lines: | 351-354 |
| | 2 | 1 |
QEventDispatcherGlib::QEventDispatcherGlibName: | QEventDispatcherGlib::QEventDispatcherGlib | Prototype: | QEventDispatcherGlib::QEventDispatcherGlib(QEventDispatcherGlibPrivate &dd, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | Lines: | 602-605 |
| | 2 | 1 |
QEventDispatcherGlib::interruptName: | QEventDispatcherGlib::interrupt | Prototype: | void QEventDispatcherGlib::interrupt() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | Lines: | 577-580 |
| | 1 | 1 |
QEventDispatcherGlib::processEventsName: | QEventDispatcherGlib::processEvents | Prototype: | bool QEventDispatcherGlib::processEvents(QEventLoop::ProcessEventsFlags flags) | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | Lines: | 398-427 |
| | 16 | 5 |
QEventDispatcherGlib::versionSupportedName: | QEventDispatcherGlib::versionSupported | Prototype: | bool QEventDispatcherGlib::versionSupported() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | Lines: | 593-600 |
| | 1 | 1 |
QEventDispatcherGlib::wakeUpName: | QEventDispatcherGlib::wakeUp | Prototype: | void QEventDispatcherGlib::wakeUp() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | Lines: | 582-587 |
| | 3 | 1 |
QEventDispatcherGlib::~QEventDispatcherGlibName: | QEventDispatcherGlib::~QEventDispatcherGlib | Prototype: | QEventDispatcherGlib::~QEventDispatcherGlib() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | Lines: | 360-396 |
| | 24 | 2 |
QEventDispatcherGlibPrivate::runTimersOnceWithNormalPriorityName: | QEventDispatcherGlibPrivate::runTimersOnceWithNormalPriority | Prototype: | void QEventDispatcherGlibPrivate::runTimersOnceWithNormalPriority() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | Lines: | 346-349 |
| | 1 | 1 |
QEventLoop::eventName: | QEventLoop::event | Prototype: | bool QEventLoop::event(QEvent *event) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | Lines: | 298-306 |
| | 4 | 2 |
QEventLoop::exec::LoopReferenceName: | QEventLoop::exec::LoopReference | Prototype: | LoopReference(QEventLoopPrivate *d, QMutexLocker &locker) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | Lines: | 172-179 |
| | 5 | 1 |
QEventLoop::isRunningName: | QEventLoop::isRunning | Prototype: | bool QEventLoop::isRunning() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | Lines: | 275-279 |
| | 2 | 1 |
QEventLoop::quitName: | QEventLoop::quit | Prototype: | void QEventLoop::quit() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | Lines: | 315-316 |
| | 1 | 1 |
QEventLoopLocker::QEventLoopLockerName: | QEventLoopLocker::QEventLoopLocker | Prototype: | QEventLoopLocker::QEventLoopLocker() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | Lines: | 397-401 |
| | 3 | 1 |
QEventLoopLocker::QEventLoopLockerName: | QEventLoopLocker::QEventLoopLocker | Prototype: | QEventLoopLocker::QEventLoopLocker(QEventLoop *loop) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | Lines: | 410-414 |
| | 3 | 1 |
QEventLoopLocker::QEventLoopLockerName: | QEventLoopLocker::QEventLoopLocker | Prototype: | QEventLoopLocker::QEventLoopLocker(QThread *thread) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | Lines: | 423-427 |
| | 3 | 1 |
QEventLoopLocker::~QEventLoopLockerName: | QEventLoopLocker::~QEventLoopLocker | Prototype: | QEventLoopLocker::~QEventLoopLocker() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | Lines: | 432-435 |
| | 1 | 1 |
QEventLoopLockerPrivate::QEventLoopLockerPrivateName: | QEventLoopLockerPrivate::QEventLoopLockerPrivate | Prototype: | explicit QEventLoopLockerPrivate(QEventLoopPrivate *loop) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | Lines: | 322-326 |
| | 1 | 1 |
QEventLoopLockerPrivate::QEventLoopLockerPrivateName: | QEventLoopLockerPrivate::QEventLoopLockerPrivate | Prototype: | explicit QEventLoopLockerPrivate(QThreadPrivate *thread) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | Lines: | 328-332 |
| | 1 | 1 |
QEventLoopLockerPrivate::QEventLoopLockerPrivateName: | QEventLoopLockerPrivate::QEventLoopLockerPrivate | Prototype: | explicit QEventLoopLockerPrivate(QCoreApplicationPrivate *app) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | Lines: | 334-338 |
| | 1 | 1 |
QEventLoopLockerPrivate::~QEventLoopLockerPrivateName: | QEventLoopLockerPrivate::~QEventLoopLockerPrivate | Prototype: | ~QEventLoopLockerPrivate() | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | Lines: | 340-354 |
| | 7 | 4 |
QEventTransition::QEventTransitionName: | QEventTransition::QEventTransition | Prototype: | QEventTransition::QEventTransition(QState *sourceState) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 127-130 |
| | 2 | 1 |
QEventTransition::QEventTransitionName: | QEventTransition::QEventTransition | Prototype: | QEventTransition::QEventTransition(QObject *object, QEvent::Type type, QState *sourceState) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 136-145 |
| | 5 | 1 |
QEventTransition::QEventTransitionName: | QEventTransition::QEventTransition | Prototype: | QEventTransition::QEventTransition(QEventTransitionPrivate &dd, QState *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 150-153 |
| | 2 | 1 |
QEventTransition::QEventTransitionName: | QEventTransition::QEventTransition | Prototype: | QEventTransition::QEventTransition(QEventTransitionPrivate &dd, QObject *object, QEvent::Type type, QState *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 158-167 |
| | 5 | 1 |
QEventTransition::eventSourceName: | QEventTransition::eventSource | Prototype: | QObject *QEventTransition::eventSource() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 201-205 |
| | 2 | 1 |
QEventTransition::eventTypeName: | QEventTransition::eventType | Prototype: | QEvent::Type QEventTransition::eventType() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 179-183 |
| | 2 | 1 |
QEventTransition::onTransitionName: | QEventTransition::onTransition | Prototype: | void QEventTransition::onTransition(QEvent *event) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 238-241 |
| | 1 | 1 |
QEventTransitionPrivate::QEventTransitionPrivateName: | QEventTransitionPrivate::QEventTransitionPrivate | Prototype: | QEventTransitionPrivate::QEventTransitionPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 98-103 |
| | 3 | 1 |
QEventTransitionPrivate::maybeRegisterName: | QEventTransitionPrivate::maybeRegister | Prototype: | void QEventTransitionPrivate::maybeRegister() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 117-122 |
| | 3 | 2 |
QException::cloneName: | QException::clone | Prototype: | QException *QException::clone() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | Lines: | 126-129 |
| | 1 | 1 |
QException::raiseName: | QException::raise | Prototype: | void QException::raise() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | Lines: | 120-124 |
| | 2 | 1 |
QExplicitlySharedDataPointer::~QExplicitlySharedDataPointerName: | QExplicitlySharedDataPointer::~QExplicitlySharedDataPointer | Prototype: | template<> inline QExplicitlySharedDataPointer<QDBusUnixFileDescriptorPrivate>::~QExplicitlySharedDataPointer() | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | Lines: | 120-122 |
| | 1 | 2 |
QFSFileEngine::QFSFileEngineName: | QFSFileEngine::QFSFileEngine | Prototype: | QFSFileEngine::QFSFileEngine(const QString &file) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 144-149 |
| | 2 | 1 |
QFSFileEngine::QFSFileEngineName: | QFSFileEngine::QFSFileEngine | Prototype: | QFSFileEngine::QFSFileEngine() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 154-156 |
| | 2 | 1 |
QFSFileEngine::closeName: | QFSFileEngine::close | Prototype: | bool QFSFileEngine::close() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 349-354 |
| | 3 | 1 |
QFSFileEngine::drivesName: | QFSFileEngine::drives | Prototype: | QFileInfoList QFSFileEngine::drives() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 486-491 |
| | 3 | 1 |
QFSFileEngine::flushName: | QFSFileEngine::flush | Prototype: | bool QFSFileEngine::flush() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 404-413 |
| | 4 | 2 |
QFSFileEngine::handleName: | QFSFileEngine::handle | Prototype: | int QFSFileEngine::handle() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 558-562 |
| | 2 | 1 |
QFSFileEngine::isSequentialName: | QFSFileEngine::isSequential | Prototype: | bool QFSFileEngine::isSequential() const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 796-802 |
| | 4 | 2 |
QFSFileEngine::openName: | QFSFileEngine::open | Prototype: | bool QFSFileEngine::open(QIODevice::OpenMode openMode) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 195-219 |
| | 15 | 4 |
QFSFileEngine::posName: | QFSFileEngine::pos | Prototype: | qint64 QFSFileEngine::pos() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 492-496 |
| | 2 | 1 |
QFSFileEngine::readName: | QFSFileEngine::read | Prototype: | qint64 QFSFileEngine::read(char *data, qint64 maxlen) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 567-580 |
| | 5 | 2 |
QFSFileEngine::readLineName: | QFSFileEngine::readLine | Prototype: | qint64 QFSFileEngine::readLine(char *data, qint64 maxlen) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 645-658 |
| | 5 | 2 |
QFSFileEngine::removeName: | QFSFileEngine::remove | Prototype: | bool QFSFileEngine::remove() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 388-398 |
| | 7 | 2 |
QFSFileEngine::renameName: | QFSFileEngine::rename | Prototype: | bool QFSFileEngine::rename(const QString &newName) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 417-428 |
| | 6 | 2 |
QFSFileEngine::renameOverwriteName: | QFSFileEngine::renameOverwrite | Prototype: | bool QFSFileEngine::renameOverwrite(const QString &newName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 411-415 |
| | 1 | 1 |
QFSFileEngine::rootPathName: | QFSFileEngine::rootPath | Prototype: | QString QFSFileEngine::rootPath() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 476-479 |
| | 1 | 1 |
QFSFileEngine::seekName: | QFSFileEngine::seek | Prototype: | bool QFSFileEngine::seek(qint64 pos) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 511-515 |
| | 2 | 1 |
QFSFileEngine::setFileNameName: | QFSFileEngine::setFileName | Prototype: | void QFSFileEngine::setFileName(const QString &file) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 185-190 |
| | 3 | 1 |
QFSFileEngine::setPermissionsName: | QFSFileEngine::setPermissions | Prototype: | bool QFSFileEngine::setPermissions(uint perms) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 647-656 |
| | 6 | 2 |
QFSFileEngine::sizeName: | QFSFileEngine::size | Prototype: | qint64 QFSFileEngine::size() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 454-458 |
| | 2 | 1 |
QFSFileEngine::syncToDiskName: | QFSFileEngine::syncToDisk | Prototype: | bool QFSFileEngine::syncToDisk() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 418-424 |
| | 4 | 2 |
QFSFileEngine::writeName: | QFSFileEngine::write | Prototype: | qint64 QFSFileEngine::write(const char *data, qint64 len) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 698-711 |
| | 5 | 2 |
QFSFileEnginePrivate::QFSFileEnginePrivateName: | QFSFileEnginePrivate::QFSFileEnginePrivate | Prototype: | QFSFileEnginePrivate::QFSFileEnginePrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 109-112 |
| | 1 | 1 |
QFSFileEnginePrivate::initName: | QFSFileEnginePrivate::init | Prototype: | void QFSFileEnginePrivate::init() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 117-139 |
| | 10 | 1 |