Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QRegExpEngine::Box::setName: | QRegExpEngine::Box::set | Prototype: | void QRegExpEngine::Box::set(const QRegExpCharClass &cc) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 2500-2510 |
| | 6 | 1 |
QRegExpEngine::Box::plusName: | QRegExpEngine::Box::plus | Prototype: | void QRegExpEngine::Box::plus(int atom) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 2628-2640 |
| | 3 | 1 |
QRegExpEngine::Box::orxName: | QRegExpEngine::Box::orx | Prototype: | void QRegExpEngine::Box::orx(const Box &b) | Coverage: | 100.000% (19/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 2597-2626 |
| | 20 | 7 |
QRegExpEngine::Box::optName: | QRegExpEngine::Box::opt | Prototype: | void QRegExpEngine::Box::opt() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 2642-2653 |
| | 7 | 1 |
QRegExpEngine::Box::operator=Name: | QRegExpEngine::Box::operator= | Prototype: | QRegExpEngine::Box &QRegExpEngine::Box::operator=(const Box &b) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 2464-2483 |
| | 15 | 1 |
QRegExpEngine::Box::clearName: | QRegExpEngine::Box::clear | Prototype: | void clear() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1218-1218 |
| | 1 | 1 |
QRegExpEngine::Box::catName: | QRegExpEngine::Box::cat | Prototype: | void QRegExpEngine::Box::cat(const Box &b) | Coverage: | 100.000% (53/53) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 2527-2595 |
| | 43 | 16 |
QRegExpEngine::Box::addAnchorsToEngineName: | QRegExpEngine::Box::addAnchorsToEngine | Prototype: | void QRegExpEngine::Box::addAnchorsToEngine(const Box &to) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 2721-2730 |
| | 5 | 3 |
QRegExpEngine::Box::BoxName: | QRegExpEngine::Box::Box | Prototype: | QRegExpEngine::Box::Box(QRegExpEngine *engine) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 2452-2462 |
| | 2 | 1 |
QRegExpCharClass::setNegativeName: | QRegExpCharClass::setNegative | Prototype: | void QRegExpCharClass::setNegative(bool negative) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 2342-2348 |
| | 2 | 1 |
QRegExpCharClass::negativeName: | QRegExpCharClass::negative | Prototype: | bool negative() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1040-1040 |
| | 1 | 1 |
QRegExpCharClass::inName: | QRegExpCharClass::in | Prototype: | bool QRegExpCharClass::in(QChar ch) const | Coverage: | 100.000% (15/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 2416-2435 |
| | 11 | 5 |
QRegExpCharClass::firstOccurrenceName: | QRegExpCharClass::firstOccurrence | Prototype: | const QVector<int> &firstOccurrence() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1048-1048 |
| | 1 | 1 |
QRegExpCharClass::clearName: | QRegExpCharClass::clear | Prototype: | void QRegExpCharClass::clear() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 2335-2340 |
| | 3 | 1 |
QRegExpCharClass::addSingletonName: | QRegExpCharClass::addSingleton | Prototype: | void addSingleton(ushort ch) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1044-1044 |
| | 1 | 1 |
QRegExpCharClass::addCategoriesName: | QRegExpCharClass::addCategories | Prototype: | void QRegExpCharClass::addCategories(uint cats) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 2350-2386 |
| | 2 | 1 |
QRegExpCharClass::QRegExpCharClassName: | QRegExpCharClass::QRegExpCharClass | Prototype: | QRegExpCharClass::QRegExpCharClass() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 2327-2333 |
| | 1 | 1 |
QRegExpAutomatonState::QRegExpAutomatonStateName: | QRegExpAutomatonState::QRegExpAutomatonState | Prototype: | inline QRegExpAutomatonState(int a, int m) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 972-973 |
| | 1 | 1 |
QRegExp::~QRegExpName: | QRegExp::~QRegExp | Prototype: | QRegExp::~QRegExp() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 3976-3980 |
| | 2 | 1 |
QRegExp::setPatternSyntaxName: | QRegExp::setPatternSyntax | Prototype: | void QRegExp::setPatternSyntax(PatternSyntax syntax) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4182-4188 |
| | 3 | 2 |
QRegExp::setPatternName: | QRegExp::setPattern | Prototype: | void QRegExp::setPattern(const QString &pattern) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4121-4127 |
| | 3 | 2 |
QRegExp::setMinimalName: | QRegExp::setMinimal | Prototype: | void QRegExp::setMinimal(bool minimal) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4218-4221 |
| | 1 | 1 |
QRegExp::setCaseSensitivityName: | QRegExp::setCaseSensitivity | Prototype: | void QRegExp::setCaseSensitivity(Qt::CaseSensitivity cs) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4148-4154 |
| | 3 | 2 |
QRegExp::posName: | QRegExp::pos | Prototype: | int QRegExp::pos(int nth) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4479-4482 |
| | 1 | 1 |
QRegExp::patternSyntaxName: | QRegExp::patternSyntax | Prototype: | QRegExp::PatternSyntax QRegExp::patternSyntax() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4162-4165 |
| | 1 | 1 |
QRegExp::patternName: | QRegExp::pattern | Prototype: | QString QRegExp::pattern() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4110-4113 |
| | 1 | 1 |
QRegExp::operator==Name: | QRegExp::operator== | Prototype: | bool QRegExp::operator==(const QRegExp &rx) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4031-4034 |
| | 1 | 1 |
QRegExp::matchedLengthName: | QRegExp::matchedLength | Prototype: | int QRegExp::matchedLength() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4343-4346 |
| | 1 | 1 |
QRegExp::isValidName: | QRegExp::isValid | Prototype: | bool QRegExp::isValid() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4093-4101 |
| | 4 | 2 |
QRegExp::isMinimalName: | QRegExp::isMinimal | Prototype: | bool QRegExp::isMinimal() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4196-4199 |
| | 1 | 1 |
QRegExp::isEmptyName: | QRegExp::isEmpty | Prototype: | bool QRegExp::isEmpty() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4075-4078 |
| | 1 | 1 |
QRegExp::exactMatchName: | QRegExp::exactMatch | Prototype: | bool QRegExp::exactMatch(const QString &str) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4244-4255 |
| | 7 | 2 |
QRegExp::escapeName: | QRegExp::escape | Prototype: | QString QRegExp::escape(const QString &str) | Coverage: | 100.000% (19/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4523-4550 |
| | 9 | 16 |
QRegExp::caseSensitivityName: | QRegExp::caseSensitivity | Prototype: | Qt::CaseSensitivity QRegExp::caseSensitivity() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4135-4138 |
| | 1 | 1 |
QRegExp::capturedTextsName: | QRegExp::capturedTexts | Prototype: | QStringList QRegExp::capturedTexts() const | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4398-4416 |
| | 13 | 5 |
QRegExp::capturedTextsName: | QRegExp::capturedTexts | Prototype: | QStringList QRegExp::capturedTexts() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4421-4424 |
| | 1 | 1 |
QRegExp::captureCountName: | QRegExp::captureCount | Prototype: | int QRegExp::captureCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4354-4358 |
| | 2 | 1 |
QRegExp::capName: | QRegExp::cap | Prototype: | QString QRegExp::cap(int nth) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4441-4444 |
| | 1 | 1 |
QRegExp::capName: | QRegExp::cap | Prototype: | QString QRegExp::cap(int nth) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4449-4452 |
| | 1 | 1 |
QRegExp::QRegExpName: | QRegExp::QRegExp | Prototype: | QRegExp::QRegExp() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 3940-3944 |
| | 2 | 1 |
QRegExp::QRegExpName: | QRegExp::QRegExp | Prototype: | QRegExp::QRegExp(const QString &pattern, Qt::CaseSensitivity cs, PatternSyntax syntax) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 3956-3960 |
| | 2 | 1 |
QRegExp::QRegExpName: | QRegExp::QRegExp | Prototype: | QRegExp::QRegExp(const QRegExp &rx) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 3967-3971 |
| | 2 | 1 |
QRecursiveMutexPrivate::unlockName: | QRecursiveMutexPrivate::unlock | Prototype: | inline void QRecursiveMutexPrivate::unlock() noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 654-662 |
| | 4 | 2 |
QRecursiveMutexPrivate::lockName: | QRecursiveMutexPrivate::lock | Prototype: | inline bool QRecursiveMutexPrivate::lock(int timeout) noexcept | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 631-649 |
| | 12 | 4 |
QRecursiveMutexPrivate::QRecursiveMutexPrivateName: | QRecursiveMutexPrivate::QRecursiveMutexPrivate | Prototype: | QRecursiveMutexPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 75-76 |
| | 1 | 1 |
QRectF::toAlignedRectName: | QRectF::toAlignedRect | Prototype: | QRect QRectF::toAlignedRect() const noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 2378-2385 |
| | 5 | 1 |
QRectF::operator|Name: | QRectF::operator| | Prototype: | QRectF QRectF::operator|(const QRectF &r) const noexcept | Coverage: | 100.000% (23/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 2157-2195 |
| | 25 | 7 |
QRectF::normalizedName: | QRectF::normalized | Prototype: | QRectF QRectF::normalized() const noexcept | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 1546-1558 |
| | 8 | 3 |
QRectF::containsName: | QRectF::contains | Prototype: | bool QRectF::contains(const QPointF &p) const noexcept | Coverage: | 100.000% (25/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 1973-2000 |
| | 19 | 7 |
QRect::operator|Name: | QRect::operator| | Prototype: | QRect QRect::operator|(const QRect &r) const noexcept | Coverage: | 100.000% (23/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 968-1009 |
| | 30 | 7 |
QRect::operator&Name: | QRect::operator& | Prototype: | QRect QRect::operator&(const QRect &r) const noexcept | Coverage: | 100.000% (32/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 1039-1084 |
| | 32 | 8 |
QRect::normalizedName: | QRect::normalized | Prototype: | QRect QRect::normalized() const noexcept | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 303-321 |
| | 12 | 3 |
QRect::intersectsName: | QRect::intersects | Prototype: | bool QRect::intersects(const QRect &r) const noexcept | Coverage: | 100.000% (32/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 1118-1158 |
| | 27 | 8 |
QReadWriteLockPrivate::unlockName: | QReadWriteLockPrivate::unlock | Prototype: | void QReadWriteLockPrivate::unlock() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 528-535 |
| | 5 | 3 |
QReadWriteLockPrivate::releaseName: | QReadWriteLockPrivate::release | Prototype: | void QReadWriteLockPrivate::release() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 630-635 |
| | 3 | 1 |
QReadWriteLockPrivate::recursiveLockForWriteName: | QReadWriteLockPrivate::recursiveLockForWrite | Prototype: | bool QReadWriteLockPrivate::recursiveLockForWrite(int timeout) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 557-573 |
| | 10 | 3 |
QReadWriteLockPrivate::recursiveLockForReadName: | QReadWriteLockPrivate::recursiveLockForRead | Prototype: | bool QReadWriteLockPrivate::recursiveLockForRead(int timeout) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 537-555 |
| | 11 | 3 |
QReadWriteLockPrivate::lockForReadName: | QReadWriteLockPrivate::lockForRead | Prototype: | bool QReadWriteLockPrivate::lockForRead(int timeout) | Coverage: | 100.000% (19/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 464-490 |
| | 19 | 6 |
QReadWriteLockPrivate::allocateName: | QReadWriteLockPrivate::allocate | Prototype: | QReadWriteLockPrivate *QReadWriteLockPrivate::allocate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 620-628 |
| | 6 | 1 |
QReadWriteLock::tryLockForWriteName: | QReadWriteLock::tryLockForWrite | Prototype: | bool QReadWriteLock::tryLockForWrite() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 312-315 |
| | 1 | 1 |
QReadWriteLock::tryLockForReadName: | QReadWriteLock::tryLockForRead | Prototype: | bool QReadWriteLock::tryLockForRead() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 198-201 |
| | 1 | 1 |
QReadWriteLock::lockForWriteName: | QReadWriteLock::lockForWrite | Prototype: | void QReadWriteLock::lockForWrite() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 292-295 |
| | 1 | 1 |
QReadWriteLock::lockForReadName: | QReadWriteLock::lockForRead | Prototype: | void QReadWriteLock::lockForRead() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 175-180 |
| | 3 | 2 |
QReadWriteLock::QReadWriteLockName: | QReadWriteLock::QReadWriteLock | Prototype: | QReadWriteLock::QReadWriteLock(RecursionMode recursionMode) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 144-148 |
| | 1 | 1 |
QReadNotifier::QReadNotifierName: | QReadNotifier::QReadNotifier | Prototype: | QReadNotifier(qintptr fd, QNativeSocketEngine *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | Lines: | 1200-1202 |
| | 1 | 1 |
QPropertyAnimationPrivate::updatePropertyName: | QPropertyAnimationPrivate::updateProperty | Prototype: | void QPropertyAnimationPrivate::updateProperty(const QVariant &newValue) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | Lines: | 125-145 |
| | 11 | 4 |
QPropertyAnimation::~QPropertyAnimationName: | QPropertyAnimation::~QPropertyAnimation | Prototype: | QPropertyAnimation::~QPropertyAnimation() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | Lines: | 173-176 |
| | 1 | 1 |
QPropertyAnimation::updateCurrentValueName: | QPropertyAnimation::updateCurrentValue | Prototype: | void QPropertyAnimation::updateCurrentValue(const QVariant &value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | Lines: | 245-249 |
| | 2 | 1 |
QPropertyAnimation::targetObjectName: | QPropertyAnimation::targetObject | Prototype: | QObject *QPropertyAnimation::targetObject() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | Lines: | 184-187 |
| | 1 | 1 |
QPropertyAnimation::propertyNameName: | QPropertyAnimation::propertyName | Prototype: | QByteArray QPropertyAnimation::propertyName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | Lines: | 211-215 |
| | 2 | 1 |
QPropertyAnimation::eventName: | QPropertyAnimation::event | Prototype: | bool QPropertyAnimation::event(QEvent *event) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | Lines: | 233-236 |
| | 1 | 1 |
QPropertyAnimation::QPropertyAnimationName: | QPropertyAnimation::QPropertyAnimation | Prototype: | QPropertyAnimation::QPropertyAnimation(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | Lines: | 151-154 |
| | 2 | 1 |
QPropertyAnimation::QPropertyAnimationName: | QPropertyAnimation::QPropertyAnimation | Prototype: | QPropertyAnimation::QPropertyAnimation(QObject *target, const QByteArray &propertyName, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | Lines: | 163-168 |
| | 2 | 1 |
QProcessPrivate::setErrorAndEmitName: | QProcessPrivate::setErrorAndEmit | Prototype: | void QProcessPrivate::setErrorAndEmit(QProcess::ProcessError error, const QString &description) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 993-1000 |
| | 5 | 1 |
QProcessPrivate::killProcessName: | QProcessPrivate::killProcess | Prototype: | void QProcessPrivate::killProcess() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | Lines: | 725-732 |
| | 2 | 2 |
QProcessPrivate::destroyPipeName: | QProcessPrivate::destroyPipe | Prototype: | void QProcessPrivate::destroyPipe(int *pipe) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | Lines: | 187-197 |
| | 6 | 3 |
QProcessPrivate::closeChannelName: | QProcessPrivate::closeChannel | Prototype: | void QProcessPrivate::closeChannel(Channel *channel) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | Lines: | 199-202 |
| | 1 | 1 |
QProcessPrivate::_q_startupNotificationName: | QProcessPrivate::_q_startupNotification | Prototype: | bool QProcessPrivate::_q_startupNotification() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 1190-1215 |
| | 14 | 3 |
QProcessPrivate::_q_canReadStandardOutputName: | QProcessPrivate::_q_canReadStandardOutput | Prototype: | bool QProcessPrivate::_q_canReadStandardOutput() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 1081-1084 |
| | 1 | 1 |
QProcessPrivate::_q_canReadStandardErrorName: | QProcessPrivate::_q_canReadStandardError | Prototype: | bool QProcessPrivate::_q_canReadStandardError() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 1089-1092 |
| | 1 | 1 |
QProcessPrivate::QProcessPrivateName: | QProcessPrivate::QProcessPrivate | Prototype: | QProcessPrivate::QProcessPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 862-887 |
| | 19 | 1 |
QProcessPoller::stdoutPipeName: | QProcessPoller::stdoutPipe | Prototype: | pollfd &stdoutPipe() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | Lines: | 133-133 |
| | 1 | 1 |
QProcessPoller::stdinPipeName: | QProcessPoller::stdinPipe | Prototype: | pollfd &stdinPipe() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | Lines: | 132-132 |
| | 1 | 1 |
QProcessPoller::stderrPipeName: | QProcessPoller::stderrPipe | Prototype: | pollfd &stderrPipe() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | Lines: | 134-134 |
| | 1 | 1 |
QProcessPoller::pollName: | QProcessPoller::poll | Prototype: | int QProcessPoller::poll(int timeout) | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | Lines: | 161-165 |
| | 2 | 1 |
QProcessPoller::forkfdName: | QProcessPoller::forkfd | Prototype: | pollfd &forkfd() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | Lines: | 135-135 |
| | 1 | 1 |
QProcessPoller::childStartedPipeName: | QProcessPoller::childStartedPipe | Prototype: | pollfd &childStartedPipe() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | Lines: | 136-136 |
| | 1 | 1 |
QProcessPoller::QProcessPollerName: | QProcessPoller::QProcessPoller | Prototype: | QProcessPoller::QProcessPoller(const QProcessPrivate &proc) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | Lines: | 142-159 |
| | 10 | 4 |
QProcessEnvironmentPrivate::toListName: | QProcessEnvironmentPrivate::toList | Prototype: | QStringList QProcessEnvironmentPrivate::toList() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 159-166 |
| | 5 | 2 |
QProcessEnvironmentPrivate::keysName: | QProcessEnvironmentPrivate::keys | Prototype: | QStringList QProcessEnvironmentPrivate::keys() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 186-195 |
| | 7 | 2 |
QProcessEnvironmentPrivate::insertName: | QProcessEnvironmentPrivate::insert | Prototype: | void QProcessEnvironmentPrivate::insert(const QProcessEnvironmentPrivate &other) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 197-210 |
| | 8 | 3 |
QProcessEnvironment::toStringListName: | QProcessEnvironment::toStringList | Prototype: | QStringList QProcessEnvironment::toStringList() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 397-403 |
| | 4 | 2 |
QProcessEnvironment::operator=Name: | QProcessEnvironment::operator= | Prototype: | QProcessEnvironment &QProcessEnvironment::operator=(const QProcessEnvironment &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 241-245 |
| | 2 | 1 |
QProcessEnvironment::keysName: | QProcessEnvironment::keys | Prototype: | QStringList QProcessEnvironment::keys() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 411-417 |
| | 4 | 2 |
QProcessEnvironment::isEmptyName: | QProcessEnvironment::isEmpty | Prototype: | bool QProcessEnvironment::isEmpty() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 294-298 |
| | 1 | 1 |
QProcessEnvironment::insertName: | QProcessEnvironment::insert | Prototype: | void QProcessEnvironment::insert(const QString &name, const QString &value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 341-346 |
| | 2 | 1 |
QProcessEnvironment::QProcessEnvironmentName: | QProcessEnvironment::QProcessEnvironment | Prototype: | QProcessEnvironment::QProcessEnvironment() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 217-220 |
| | 2 | 1 |
QProcessEnvironment::QProcessEnvironmentName: | QProcessEnvironment::QProcessEnvironment | Prototype: | QProcessEnvironment::QProcessEnvironment(const QProcessEnvironment &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 232-235 |
| | 2 | 1 |
QProcess::~QProcessName: | QProcess::~QProcess | Prototype: | QProcess::~QProcess() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 1254-1268 |
| | 8 | 2 |
QProcess::workingDirectoryName: | QProcess::workingDirectory | Prototype: | QString QProcess::workingDirectory() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 1616-1620 |
| | 2 | 1 |