| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QRegExpEngine::Box::set| Name:  | QRegExpEngine::Box::set |  | Prototype:  | void QRegExpEngine::Box::set(QChar ch) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp |  | Lines:  | 2479-2492 |  
  |  | 9 | 1 | 
 QRegExpEngine::Box::set| Name:  | 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:  | 2494-2504 |  
  |  | 6 | 1 | 
 QRegExpEngine::Box::plus| Name:  | 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:  | 2622-2634 |  
  |  | 3 | 1 | 
 QRegExpEngine::Box::orx| Name:  | 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:  | 2591-2620 |  
  |  | 20 | 7 | 
 QRegExpEngine::Box::opt| Name:  | 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:  | 2636-2647 |  
  |  | 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:  | 2458-2477 |  
  |  | 15 | 1 | 
 QRegExpEngine::Box::clear| Name:  | 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:  | 1212-1212 |  
  |  | 1 | 1 | 
 QRegExpEngine::Box::cat| Name:  | 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:  | 2521-2589 |  
  |  | 43 | 16 | 
 QRegExpEngine::Box::addAnchorsToEngine| Name:  | 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:  | 2715-2724 |  
  |  | 5 | 3 | 
 QRegExpEngine::Box::Box| Name:  | 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:  | 2446-2456 |  
  |  | 2 | 1 | 
 QRegExpCharClass::setNegative| Name:  | 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:  | 2336-2342 |  
  |  | 2 | 1 | 
 QRegExpCharClass::negative| Name:  | 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:  | 1034-1034 |  
  |  | 1 | 1 | 
 QRegExpCharClass::in| Name:  | 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:  | 2410-2429 |  
  |  | 11 | 5 | 
 QRegExpCharClass::firstOccurrence| Name:  | 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:  | 1042-1042 |  
  |  | 1 | 1 | 
 QRegExpCharClass::clear| Name:  | 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:  | 2329-2334 |  
  |  | 3 | 1 | 
 QRegExpCharClass::addSingleton| Name:  | 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:  | 1038-1038 |  
  |  | 1 | 1 | 
 QRegExpCharClass::addCategories| Name:  | 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:  | 2344-2380 |  
  |  | 2 | 1 | 
 QRegExpCharClass::QRegExpCharClass| Name:  | 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:  | 2321-2327 |  
  |  | 1 | 1 | 
 QRegExpAutomatonState::QRegExpAutomatonState| Name:  | 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:  | 966-967 |  
  |  | 1 | 1 | 
 QRegExp::~QRegExp| Name:  | 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:  | 3970-3974 |  
  |  | 2 | 1 | 
 QRegExp::setPatternSyntax| Name:  | 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:  | 4176-4182 |  
  |  | 3 | 2 | 
 QRegExp::setPattern| Name:  | 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:  | 4115-4121 |  
  |  | 3 | 2 | 
 QRegExp::setMinimal| Name:  | 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:  | 4212-4215 |  
  |  | 1 | 1 | 
 QRegExp::setCaseSensitivity| Name:  | 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:  | 4142-4148 |  
  |  | 3 | 2 | 
 QRegExp::pos| Name:  | 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:  | 4473-4476 |  
  |  | 1 | 1 | 
 QRegExp::patternSyntax| Name:  | 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:  | 4156-4159 |  
  |  | 1 | 1 | 
 QRegExp::pattern| Name:  | 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:  | 4104-4107 |  
  |  | 1 | 1 | 
 QRegExp::operator==| Name:  | QRegExp::operator== |  | Prototype:  | bool QRegExp::operator==(const QRegExp &rx) const |  | Coverage:  | 100.000% (5/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp |  | Lines:  | 4025-4028 |  
  |  | 1 | 1 | 
 QRegExp::matchedLength| Name:  | 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:  | 4337-4340 |  
  |  | 1 | 1 | 
 QRegExp::isValid| Name:  | 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:  | 4087-4095 |  
  |  | 4 | 2 | 
 QRegExp::isMinimal| Name:  | 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:  | 4190-4193 |  
  |  | 1 | 1 | 
 QRegExp::isEmpty| Name:  | 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:  | 4069-4072 |  
  |  | 1 | 1 | 
 QRegExp::exactMatch| Name:  | 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:  | 4238-4249 |  
  |  | 7 | 2 | 
 QRegExp::escape| Name:  | 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:  | 4517-4544 |  
  |  | 9 | 16 | 
 QRegExp::caseSensitivity| Name:  | 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:  | 4129-4132 |  
  |  | 1 | 1 | 
 QRegExp::capturedTexts| Name:  | 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:  | 4392-4410 |  
  |  | 13 | 5 | 
 QRegExp::capturedTexts| Name:  | 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:  | 4415-4418 |  
  |  | 1 | 1 | 
 QRegExp::captureCount| Name:  | 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:  | 4348-4352 |  
  |  | 2 | 1 | 
 QRegExp::cap| Name:  | 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:  | 4435-4438 |  
  |  | 1 | 1 | 
 QRegExp::cap| Name:  | 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:  | 4443-4446 |  
  |  | 1 | 1 | 
 QRegExp::QRegExp| Name:  | 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:  | 3934-3938 |  
  |  | 2 | 1 | 
 QRegExp::QRegExp| Name:  | 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:  | 3950-3954 |  
  |  | 2 | 1 | 
 QRegExp::QRegExp| Name:  | 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:  | 3961-3965 |  
  |  | 2 | 1 | 
 QRecursiveMutexPrivate::unlock| Name:  | QRecursiveMutexPrivate::unlock |  | Prototype:  | inline void QRecursiveMutexPrivate::unlock() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp |  | Lines:  | 645-653 |  
  |  | 4 | 2 | 
 QRecursiveMutexPrivate::lock| Name:  | QRecursiveMutexPrivate::lock |  | Prototype:  | inline bool QRecursiveMutexPrivate::lock(int timeout) |  | Coverage:  | 100.000% (11/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp |  | Lines:  | 622-640 |  
  |  | 12 | 4 | 
 QRecursiveMutexPrivate::QRecursiveMutexPrivate| Name:  | QRecursiveMutexPrivate::QRecursiveMutexPrivate |  | Prototype:  | QRecursiveMutexPrivate() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp |  | Lines:  | 69-70 |  
  |  | 1 | 1 | 
 QRectF::toAlignedRect| Name:  | QRectF::toAlignedRect |  | Prototype:  | QRect QRectF::toAlignedRect() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp |  | Lines:  | 2344-2351 |  
  |  | 5 | 1 | 
 QRectF::operator|| Name:  | QRectF::operator| |  | Prototype:  | QRectF QRectF::operator|(const QRectF &r) const |  | Coverage:  | 100.000% (23/23) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp |  | Lines:  | 2123-2161 |  
  |  | 25 | 7 | 
 QRectF::normalized| Name:  | QRectF::normalized |  | Prototype:  | QRectF QRectF::normalized() const |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp |  | Lines:  | 1526-1538 |  
  |  | 8 | 3 | 
 QRectF::contains| Name:  | QRectF::contains |  | Prototype:  | bool QRectF::contains(const QPointF &p) const |  | Coverage:  | 100.000% (25/25) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp |  | Lines:  | 1939-1966 |  
  |  | 19 | 7 | 
 QRect::operator|| Name:  | QRect::operator| |  | Prototype:  | QRect QRect::operator|(const QRect &r) const |  | Coverage:  | 100.000% (23/23) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp |  | Lines:  | 948-989 |  
  |  | 30 | 7 | 
 QRect::operator&| Name:  | QRect::operator& |  | Prototype:  | QRect QRect::operator&(const QRect &r) const |  | Coverage:  | 100.000% (32/32) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp |  | Lines:  | 1019-1064 |  
  |  | 32 | 8 | 
 QRect::normalized| Name:  | QRect::normalized |  | Prototype:  | QRect QRect::normalized() const |  | Coverage:  | 100.000% (9/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp |  | Lines:  | 297-315 |  
  |  | 12 | 3 | 
 QRect::intersects| Name:  | QRect::intersects |  | Prototype:  | bool QRect::intersects(const QRect &r) const |  | Coverage:  | 100.000% (32/32) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp |  | Lines:  | 1098-1138 |  
  |  | 27 | 8 | 
 QReadWriteLock::~QReadWriteLock| Name:  | QReadWriteLock::~QReadWriteLock |  | Prototype:  | QReadWriteLock::~QReadWriteLock() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp |  | Lines:  | 121-124 |  
  |  | 1 | 1 | 
 QReadWriteLock::tryLockForWrite| Name:  | QReadWriteLock::tryLockForWrite |  | Prototype:  | bool QReadWriteLock::tryLockForWrite() |  | Coverage:  | 100.000% (13/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp |  | Lines:  | 317-343 |  
  |  | 29 | 5 | 
 QReadWriteLock::tryLockForRead| Name:  | QReadWriteLock::tryLockForRead |  | Prototype:  | bool QReadWriteLock::tryLockForRead() |  | Coverage:  | 100.000% (13/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp |  | Lines:  | 181-208 |  
  |  | 24 | 5 | 
 QReadWriteLock::lockForRead| Name:  | QReadWriteLock::lockForRead |  | Prototype:  | void QReadWriteLock::lockForRead() |  | Coverage:  | 100.000% (15/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp |  | Lines:  | 135-163 |  
  |  | 25 | 5 | 
 QReadWriteLock::QReadWriteLock| Name:  | 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:  | 111-113 |  
  |  | 1 | 1 | 
 QReadNotifier::QReadNotifier| Name:  | 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:  | 1192-1194 |  
  |  | 1 | 1 | 
 QPropertyAnimationPrivate::updateProperty| Name:  | 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:  | 119-139 |  
  |  | 11 | 4 | 
 QPropertyAnimation::~QPropertyAnimation| Name:  | 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:  | 167-170 |  
  |  | 1 | 1 | 
 QPropertyAnimation::updateCurrentValue| Name:  | 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:  | 239-243 |  
  |  | 2 | 1 | 
 QPropertyAnimation::targetObject| Name:  | 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:  | 178-181 |  
  |  | 1 | 1 | 
 QPropertyAnimation::propertyName| Name:  | 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:  | 205-209 |  
  |  | 2 | 1 | 
 QPropertyAnimation::event| Name:  | 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:  | 227-230 |  
  |  | 1 | 1 | 
 QPropertyAnimation::QPropertyAnimation| Name:  | 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:  | 145-148 |  
  |  | 2 | 1 | 
 QPropertyAnimation::QPropertyAnimation| Name:  | 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:  | 157-162 |  
  |  | 2 | 1 | 
 QProcessPrivate::setErrorAndEmit| Name:  | 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:  | 953-960 |  
  |  | 5 | 1 | 
 QProcessPrivate::killProcess| Name:  | 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:  | 664-671 |  
  |  | 2 | 2 | 
 QProcessPrivate::destroyPipe| Name:  | 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:  | 139-149 |  
  |  | 6 | 3 | 
 QProcessPrivate::closeChannel| Name:  | 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:  | 151-154 |  
  |  | 1 | 1 | 
 QProcessPrivate::_q_startupNotification| Name:  | 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:  | 1145-1170 |  
  |  | 14 | 3 | 
 QProcessPrivate::_q_canReadStandardOutput| Name:  | 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:  | 1036-1039 |  
  |  | 1 | 1 | 
 QProcessPrivate::_q_canReadStandardError| Name:  | 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:  | 1044-1047 |  
  |  | 1 | 1 | 
 QProcessPrivate::QProcessPrivate| Name:  | 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:  | 822-847 |  
  |  | 19 | 1 | 
 QProcessEnvironmentPrivate::toList| Name:  | 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:  | 157-164 |  
  |  | 5 | 2 | 
 QProcessEnvironmentPrivate::keys| Name:  | 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:  | 184-193 |  
  |  | 7 | 2 | 
 QProcessEnvironmentPrivate::insert| Name:  | 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:  | 195-208 |  
  |  | 8 | 3 | 
 QProcessEnvironment::toStringList| Name:  | 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:  | 395-401 |  
  |  | 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:  | 239-243 |  
  |  | 2 | 1 | 
 QProcessEnvironment::keys| Name:  | 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:  | 409-415 |  
  |  | 4 | 2 | 
 QProcessEnvironment::isEmpty| Name:  | QProcessEnvironment::isEmpty |  | Prototype:  | bool QProcessEnvironment::isEmpty() const |  | Coverage:  | 100.000% (3/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp |  | Lines:  | 292-296 |  
  |  | 1 | 1 | 
 QProcessEnvironment::insert| Name:  | 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:  | 339-344 |  
  |  | 2 | 1 | 
 QProcessEnvironment::QProcessEnvironment| Name:  | 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:  | 215-218 |  
  |  | 2 | 1 | 
 QProcessEnvironment::QProcessEnvironment| Name:  | 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:  | 230-233 |  
  |  | 2 | 1 | 
 QProcess::~QProcess| Name:  | 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:  | 1209-1223 |  
  |  | 8 | 2 | 
 QProcess::workingDirectory| Name:  | 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:  | 1549-1553 |  
  |  | 2 | 1 | 
 QProcess::waitForStarted| Name:  | QProcess::waitForStarted |  | Prototype:  | bool QProcess::waitForStarted(int msecs) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp |  | Lines:  | 1800-1807 |  
  |  | 4 | 2 | 
 QProcess::waitForReadyRead| Name:  | QProcess::waitForReadyRead |  | Prototype:  | bool QProcess::waitForReadyRead(int msecs) |  | Coverage:  | 100.000% (14/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp |  | Lines:  | 1811-1822 |  
  |  | 8 | 4 | 
 QProcess::waitForFinished| Name:  | QProcess::waitForFinished |  | Prototype:  | bool QProcess::waitForFinished(int msecs) |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp |  | Lines:  | 1862-1877 |  
  |  | 11 | 4 | 
 QProcess::waitForBytesWritten| Name:  | QProcess::waitForBytesWritten |  | Prototype:  | bool QProcess::waitForBytesWritten(int msecs) |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp |  | Lines:  | 1826-1841 |  
  |  | 11 | 4 | 
 QProcess::terminate| Name:  | QProcess::terminate |  | Prototype:  | void QProcess::terminate() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp |  | Lines:  | 2368-2372 |  
  |  | 2 | 1 | 
 QProcess::systemEnvironment| Name:  | QProcess::systemEnvironment |  | Prototype:  | QStringList QProcess::systemEnvironment() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp |  | Lines:  | 2563-2571 |  
  |  | 6 | 2 | 
 QProcess::state| Name:  | QProcess::state |  | Prototype:  | QProcess::ProcessState QProcess::state() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp |  | Lines:  | 1699-1703 |  
  |  | 2 | 1 | 
 QProcess::startDetached| Name:  | QProcess::startDetached |  | Prototype:  | bool QProcess::startDetached(const QString &program, const QStringList &arguments, const QString &workingDirectory, qint64 *pid) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp |  | Lines:  | 2487-2496 |  
  |  | 4 | 1 | 
 QProcess::startDetached| Name:  | QProcess::startDetached |  | Prototype:  | bool QProcess::startDetached(const QString &program, const QStringList &arguments) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp |  | Lines:  | 2501-2505 |  
  |  | 1 | 1 | 
 QProcess::startDetached| Name:  | QProcess::startDetached |  | Prototype:  | bool QProcess::startDetached(const QString &command) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp |  | Lines:  | 2520-2530 |  
  |  | 6 | 2 | 
 QProcess::start| Name:  | QProcess::start |  | Prototype:  | void QProcess::start(const QString &command, OpenMode mode) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp |  | Lines:  | 2274-2287 |  
  |  | 8 | 2 | 
 QProcess::setWorkingDirectory| Name:  | QProcess::setWorkingDirectory |  | Prototype:  | void QProcess::setWorkingDirectory(const QString &dir) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp |  | Lines:  | 1565-1569 |  
  |  | 2 | 1 |