| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ | 
 boundaryReasons| Name:  | QTextBoundaryFinder::boundaryReasons |  | Prototype:  | QTextBoundaryFinder::BoundaryReasons QTextBoundaryFinder::boundaryReasons() const |  | Coverage:  |  93.939% (62/66) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp |  | Lines:  | 454-509 |  
  |  | 39 | 21 | 
 toPreviousBoundary| Name:  | QTextBoundaryFinder::toPreviousBoundary |  | Prototype:  | int QTextBoundaryFinder::toPreviousBoundary() |  | Coverage:  |  94.444% (34/36) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp |  | Lines:  | 399-427 |  
  |  | 18 | 10 | 
 toNextBoundary| Name:  | QTextBoundaryFinder::toNextBoundary |  | Prototype:  | int QTextBoundaryFinder::toNextBoundary() |  | Coverage:  |  97.222% (35/36) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp |  | Lines:  | 364-392 |  
  |  | 18 | 10 | 
 operator=| Name:  | QTextBoundaryFinder::operator= |  | Prototype:  | QTextBoundaryFinder &QTextBoundaryFinder::operator=(const QTextBoundaryFinder &other) |  | Coverage:  |  70.588% (12/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp |  | Lines:  | 194-223 |  
  |  | 20 | 6 | 
 isAtBoundary| Name:  | QTextBoundaryFinder::isAtBoundary |  | Prototype:  | bool QTextBoundaryFinder::isAtBoundary() const |  | Coverage:  |  81.250% (13/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp |  | Lines:  | 432-449 |  
  |  | 8 | 6 | 
 QTextBoundaryFinder| Name:  | QTextBoundaryFinder::QTextBoundaryFinder |  | Prototype:  | QTextBoundaryFinder::QTextBoundaryFinder(BoundaryType type, const QChar *chars, int length, unsigned char *buffer, int bufferSize) |  | Coverage:  |  62.500% (10/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp |  | Lines:  | 268-288 |  
  |  | 9 | 5 | 
 QTextBoundaryFinder| Name:  | QTextBoundaryFinder::QTextBoundaryFinder |  | Prototype:  | QTextBoundaryFinder::QTextBoundaryFinder(BoundaryType type, const QString &string) |  | Coverage:  |  71.429% (5/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp |  | Lines:  | 238-252 |  
  |  | 4 | 3 | 
 QTextBoundaryFinder| Name:  | QTextBoundaryFinder::QTextBoundaryFinder |  | Prototype:  | QTextBoundaryFinder::QTextBoundaryFinder(const QTextBoundaryFinder &other) |  | Coverage:  |  28.571% (2/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp |  | Lines:  | 174-189 |  
  |  | 5 | 3 | 
 ~QTextBoundaryFinder| Name:  | QTextBoundaryFinder::~QTextBoundaryFinder |  | Prototype:  | QTextBoundaryFinder::~QTextBoundaryFinder() |  | Coverage:  |  75.000% (3/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp |  | Lines:  | 228-233 |  
  |  | 3 | 2 | 
 string| Name:  | QTextBoundaryFinder::string |  | Prototype:  | QString QTextBoundaryFinder::string() const |  | Coverage:  |  83.333% (5/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp |  | Lines:  | 351-356 |  
  |  | 3 | 2 | 
 toStart| Name:  | QTextBoundaryFinder::toStart |  | Prototype:  | void QTextBoundaryFinder::toStart() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp |  | Lines:  | 295-298 |  
  |  | 1 | 1 | 
 toEnd| Name:  | QTextBoundaryFinder::toEnd |  | Prototype:  | void QTextBoundaryFinder::toEnd() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp |  | Lines:  | 305-308 |  
  |  | 1 | 1 | 
 setPosition| Name:  | QTextBoundaryFinder::setPosition |  | Prototype:  | void QTextBoundaryFinder::setPosition(int position) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp |  | Lines:  | 332-335 |  
  |  | 1 | 1 | 
 position| Name:  | QTextBoundaryFinder::position |  | Prototype:  | int QTextBoundaryFinder::position() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp |  | Lines:  | 318-321 |  
  |  | 1 | 1 | 
 QTextBoundaryFinder| Name:  | QTextBoundaryFinder::QTextBoundaryFinder |  | Prototype:  | QTextBoundaryFinder::QTextBoundaryFinder() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp |  | Lines:  | 162-169 |  
  |  | 2 | 1 |