| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 findLocaleData| Name:  | QLocaleData::findLocaleData |  | Prototype:  | const QLocaleData *QLocaleData::findLocaleData(QLocale::Language language, QLocale::Script script, QLocale::Country country) |  | Coverage:  |  30.000% (12/40) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 335-380 |  
  |  | 27 | 12 | 
 longLongToString| Name:  | QLocaleData::longLongToString |  | Prototype:  | QString QLocaleData::longLongToString(const QChar zero, const QChar group, const QChar plus, const QChar minus, qlonglong l, int precision, int base, int width, unsigned flags) |  | Coverage:  |  65.217% (60/92) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 2882-2967 |  
  |  | 52 | 19 | 
 bytearrayToDouble| Name:  | QLocaleData::bytearrayToDouble |  | Prototype:  | double QLocaleData::bytearrayToDouble(const char *num, bool *ok, bool *overflow) |  | Coverage:  |  72.917% (35/48) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 3282-3332 |  
  |  | 34 | 16 | 
 unsLongLongToString| Name:  | QLocaleData::unsLongLongToString |  | Prototype:  | QString QLocaleData::unsLongLongToString(const QChar zero, const QChar group, const QChar plus, qulonglong l, int precision, int base, int width, unsigned flags) |  | Coverage:  |  78.873% (56/71) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 2977-3042 |  
  |  | 38 | 15 | 
 stringToDouble| Name:  | QLocaleData::stringToDouble |  | Prototype:  | double QLocaleData::stringToDouble(const QChar *begin, int len, bool *ok, GroupSeparatorMode group_sep_mode) const |  | Coverage:  |  85.714% (6/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 3244-3254 |  
  |  | 6 | 3 | 
 numberToCLocale| Name:  | QLocaleData::numberToCLocale |  | Prototype:  | bool QLocaleData::numberToCLocale(const QChar *str, int len, GroupSeparatorMode group_sep_mode, CharBuff *result) const |  | Coverage:  |  87.500% (84/96) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 3052-3149 |  
  |  | 58 | 24 | 
 validateChars| Name:  | QLocaleData::validateChars |  | Prototype:  | bool QLocaleData::validateChars(const QString &str, NumberMode numMode, QByteArray *buff, int decDigits, bool rejectGroupSeparators) const |  | Coverage:  |  88.060% (59/67) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 3151-3242 |  
  |  | 44 | 20 | 
 doubleToString| Name:  | QLocaleData::doubleToString |  | Prototype:  | QString QLocaleData::doubleToString(const QChar _zero, const QChar plus, const QChar minus, const QChar exponential, const QChar group, const QChar decimal, double d, int precision, DoubleForm form, int width, unsigned flags) |  | Coverage:  |  93.333% (84/90) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 2749-2872 |  
  |  | 76 | 24 | 
 bytearrayToLongLong| Name:  | QLocaleData::bytearrayToLongLong |  | Prototype:  | qlonglong QLocaleData::bytearrayToLongLong(const char *num, int base, bool *ok, bool *overflow) |  | Coverage:  |  94.118% (32/34) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 3334-3374 |  
  |  | 26 | 12 | 
 bytearrayToUnsLongLong| Name:  | QLocaleData::bytearrayToUnsLongLong |  | Prototype:  | qulonglong QLocaleData::bytearrayToUnsLongLong(const char *num, int base, bool *ok) |  | Coverage:  | 100.000% (12/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 3376-3391 |  
  |  | 10 | 4 | 
 c| Name:  | QLocaleData::c |  | Prototype:  | const QLocaleData *QLocaleData::c() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 654-658 |  
  |  | 2 | 1 | 
 doubleToString| Name:  | QLocaleData::doubleToString |  | Prototype:  | QString QLocaleData::doubleToString(double d, int precision, DoubleForm form, int width, unsigned flags) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 2742-2747 |  
  |  | 2 | 1 | 
 longLongToString| Name:  | QLocaleData::longLongToString |  | Prototype:  | QString QLocaleData::longLongToString(qlonglong l, int precision, int base, int width, unsigned flags) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 2874-2880 |  
  |  | 2 | 1 | 
 stringToLongLong| Name:  | QLocaleData::stringToLongLong |  | Prototype:  | qlonglong QLocaleData::stringToLongLong(const QChar *begin, int len, int base, bool *ok, GroupSeparatorMode group_sep_mode) const |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 3256-3267 |  
  |  | 6 | 3 | 
 stringToUnsLongLong| Name:  | QLocaleData::stringToUnsLongLong |  | Prototype:  | qulonglong QLocaleData::stringToUnsLongLong(const QChar *begin, int len, int base, bool *ok, GroupSeparatorMode group_sep_mode) const |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 3269-3280 |  
  |  | 6 | 3 | 
 unsLongLongToString| Name:  | QLocaleData::unsLongLongToString |  | Prototype:  | QString QLocaleData::unsLongLongToString(qulonglong l, int precision, int base, int width, unsigned flags) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 2969-2975 |  
  |  | 2 | 1 |