Function | Condition % | Modificationsā¾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QColor::setRgbName: | QColor::setRgb | Prototype: | void QColor::setRgb(QRgb rgb) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1043-1051 | Comparison: | New |
| | New | 6 | 1 |
QColor::saturationFName: | QColor::saturationF | Prototype: | qreal QColor::saturationF() const noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1360-1363 | Comparison: | New |
| | New | 1 | 1 |
QColor::saturationName: | QColor::saturation | Prototype: | int QColor::saturation() const noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1298-1301 | Comparison: | New |
| | New | 1 | 1 |
QColor::rgba64Name: | QColor::rgba64 | Prototype: | QRgba64 QColor::rgba64() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1000-1005 | Comparison: | New |
| | New | 3 | 2 |
QColor::rgbaName: | QColor::rgba | Prototype: | QRgb QColor::rgba() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 968-973 | Comparison: | New |
| | New | 3 | 2 |
QColor::rgbName: | QColor::rgb | Prototype: | QRgb QColor::rgb() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1031-1036 | Comparison: | New |
| | New | 3 | 2 |
QColor::redFName: | QColor::redF | Prototype: | qreal QColor::redF() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1186-1191 | Comparison: | New |
| | New | 3 | 2 |
QColor::redName: | QColor::red | Prototype: | int QColor::red() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1103-1108 | Comparison: | New |
| | New | 3 | 2 |
QColor::operator==Name: | QColor::operator== | Prototype: | bool QColor::operator==(const QColor &color) const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 2421-2442 | Comparison: | New |
| | New | 17 | 2 |
QColor::operator=Name: | QColor::operator= | Prototype: | QColor &QColor::operator=(const QColor &color) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 2401-2406 | Comparison: | New |
| | New | 3 | 1 |
QColor::operator=Name: | QColor::operator= | Prototype: | QColor &QColor::operator=(Qt::GlobalColor color) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 2412-2415 | Comparison: | New |
| | New | 1 | 1 |
QColor::operator!=Name: | QColor::operator!= | Prototype: | bool QColor::operator!=(const QColor &color) const noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 2448-2449 | Comparison: | New |
| | New | 1 | 1 |
QColor::magentaFName: | QColor::magentaF | Prototype: | qreal QColor::magentaF() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1539-1544 | Comparison: | New |
| | New | 3 | 2 |
QColor::magentaName: | QColor::magenta | Prototype: | int QColor::magenta() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1490-1495 | Comparison: | New |
| | New | 3 | 2 |
QColor::lightnessFName: | QColor::lightnessF | Prototype: | qreal QColor::lightnessF() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1466-1471 | Comparison: | New |
| | New | 3 | 2 |
QColor::lightnessName: | QColor::lightness | Prototype: | int QColor::lightness() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1424-1429 | Comparison: | New |
| | New | 3 | 2 |
QColor::lightName: | QColor::light | Prototype: | QColor QColor::light(int factor) const noexcept | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 2333-2358 | Comparison: | New |
| | New | 16 | 5 |
QColor::invalidateName: | QColor::invalidate | Prototype: | void QColor::invalidate() noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 2465-2473 | Comparison: | New |
| | New | 6 | 1 |
QColor::hueFName: | QColor::hueF | Prototype: | qreal QColor::hueF() const noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1334-1337 | Comparison: | New |
| | New | 1 | 1 |
QColor::hueName: | QColor::hue | Prototype: | int QColor::hue() const noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1272-1275 | Comparison: | New |
| | New | 1 | 1 |
QColor::hsvSaturationFName: | QColor::hsvSaturationF | Prototype: | qreal QColor::hsvSaturationF() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1370-1375 | Comparison: | New |
| | New | 3 | 2 |
QColor::hsvSaturationName: | QColor::hsvSaturation | Prototype: | int QColor::hsvSaturation() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1308-1313 | Comparison: | New |
| | New | 3 | 2 |
QColor::hsvHueFName: | QColor::hsvHueF | Prototype: | qreal QColor::hsvHueF() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1345-1350 | Comparison: | New |
| | New | 3 | 2 |
QColor::hsvHueName: | QColor::hsvHue | Prototype: | int QColor::hsvHue() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1282-1287 | Comparison: | New |
| | New | 3 | 2 |
QColor::hslSaturationFName: | QColor::hslSaturationF | Prototype: | qreal QColor::hslSaturationF() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1452-1457 | Comparison: | New |
| | New | 3 | 2 |
QColor::hslSaturationName: | QColor::hslSaturation | Prototype: | int QColor::hslSaturation() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1410-1415 | Comparison: | New |
| | New | 3 | 2 |
QColor::hslHueFName: | QColor::hslHueF | Prototype: | qreal QColor::hslHueF() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1438-1443 | Comparison: | New |
| | New | 3 | 2 |
QColor::hslHueName: | QColor::hslHue | Prototype: | int QColor::hslHue() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1396-1401 | Comparison: | New |
| | New | 3 | 2 |
QColor::greenFName: | QColor::greenF | Prototype: | qreal QColor::greenF() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1214-1219 | Comparison: | New |
| | New | 3 | 2 |
QColor::greenName: | QColor::green | Prototype: | int QColor::green() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1130-1135 | Comparison: | New |
| | New | 3 | 2 |
QColor::fromRgba64Name: | QColor::fromRgba64 | Prototype: | QColor QColor::fromRgba64(ushort r, ushort g, ushort b, ushort a) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1984-1989 | Comparison: | New |
| | New | 3 | 1 |
QColor::fromRgba64Name: | QColor::fromRgba64 | Prototype: | QColor QColor::fromRgba64(QRgba64 rgba64) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1999-2004 | Comparison: | New |
| | New | 3 | 1 |
QColor::fromRgbaName: | QColor::fromRgba | Prototype: | QColor QColor::fromRgba(QRgb rgba) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1911-1914 | Comparison: | New |
| | New | 1 | 1 |
QColor::fromRgbName: | QColor::fromRgb | Prototype: | QColor QColor::fromRgb(QRgb rgb) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1895-1898 | Comparison: | New |
| | New | 1 | 1 |
QColor::darkName: | QColor::dark | Prototype: | QColor QColor::dark(int factor) const noexcept | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 2383-2395 | Comparison: | New |
| | New | 7 | 3 |
QColor::cyanFName: | QColor::cyanF | Prototype: | qreal QColor::cyanF() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1527-1532 | Comparison: | New |
| | New | 3 | 2 |
QColor::cyanName: | QColor::cyan | Prototype: | int QColor::cyan() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1478-1483 | Comparison: | New |
| | New | 3 | 2 |
QColor::convertToName: | QColor::convertTo | Prototype: | QColor QColor::convertTo(QColor::Spec colorSpec) const noexcept | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1864-1881 | Comparison: | New |
| | New | 9 | 7 |
QColor::blueFName: | QColor::blueF | Prototype: | qreal QColor::blueF() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1242-1247 | Comparison: | New |
| | New | 3 | 2 |
QColor::blueName: | QColor::blue | Prototype: | int QColor::blue() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1158-1163 | Comparison: | New |
| | New | 3 | 2 |
QColor::blackFName: | QColor::blackF | Prototype: | qreal QColor::blackF() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1563-1568 | Comparison: | New |
| | New | 3 | 2 |
QColor::blackName: | QColor::black | Prototype: | int QColor::black() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1515-1520 | Comparison: | New |
| | New | 3 | 2 |
QColor::alphaFName: | QColor::alphaF | Prototype: | qreal QColor::alphaF() const noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1080-1081 | Comparison: | New |
| | New | 1 | 1 |
QColor::alphaName: | QColor::alpha | Prototype: | int QColor::alpha() const noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1058-1059 | Comparison: | New |
| | New | 1 | 1 |
QColor::QColorName: | QColor::QColor | Prototype: | QColor::QColor(Qt::GlobalColor color) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 340-395 | Comparison: | New |
| | New | 4 | 1 |
QColor::QColorName: | QColor::QColor | Prototype: | QColor::QColor(QRgb color) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 415-423 | Comparison: | New |
| | New | 6 | 1 |
QColor::QColorName: | QColor::QColor | Prototype: | QColor::QColor(QRgba64 rgba64) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 433-436 | Comparison: | New |
| | New | 1 | 1 |
QColor::QColorName: | QColor::QColor | Prototype: | QColor::QColor(Spec spec) noexcept | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 447-466 | Comparison: | New |
| | New | 11 | 6 |
QChar::unicodeVersionName: | QChar::unicodeVersion | Prototype: | QChar::UnicodeVersion QChar::unicodeVersion(uint ucs4) noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1423-1428 | Comparison: | New |
| | New | 3 | 2 |
QChar::toUpperName: | QChar::toUpper | Prototype: | uint QChar::toUpper(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1486-1491 | Comparison: | New |
| | New | 3 | 2 |
QChar::toTitleCaseName: | QChar::toTitleCase | Prototype: | uint QChar::toTitleCase(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1506-1511 | Comparison: | New |
| | New | 3 | 2 |
QChar::toLowerName: | QChar::toLower | Prototype: | uint QChar::toLower(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1466-1471 | Comparison: | New |
| | New | 3 | 2 |
QChar::toCaseFoldedName: | QChar::toCaseFolded | Prototype: | uint QChar::toCaseFolded(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1547-1552 | Comparison: | New |
| | New | 3 | 2 |
QChar::scriptName: | QChar::script | Prototype: | QChar::Script QChar::script(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1405-1410 | Comparison: | New |
| | New | 3 | 2 |
QChar::mirroredCharName: | QChar::mirroredChar | Prototype: | uint QChar::mirroredChar(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1274-1279 | Comparison: | New |
| | New | 3 | 2 |
QChar::joiningTypeName: | QChar::joiningType | Prototype: | QChar::JoiningType QChar::joiningType(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1133-1138 | Comparison: | New |
| | New | 3 | 2 |
QChar::joiningName: | QChar::joining | Prototype: | QChar::Joining QChar::joining(uint ucs4) noexcept | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1156-1167 | Comparison: | New |
| | New | 8 | 6 |
QChar::isSymbolName: | QChar::isSymbol | Prototype: | bool QChar::isSymbol(uint ucs4) noexcept | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 819-828 | Comparison: | New |
| | New | 7 | 2 |
QChar::isSpace_helperName: | QChar::isSpace_helper | Prototype: | bool QChar::isSpace_helper(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 741-749 | Comparison: | New |
| | New | 6 | 2 |
QChar::isPunctName: | QChar::isPunct | Prototype: | bool QChar::isPunct(uint ucs4) noexcept | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 791-803 | Comparison: | New |
| | New | 10 | 2 |
QChar::isPrintName: | QChar::isPrint | Prototype: | bool QChar::isPrint(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 708-718 | Comparison: | New |
| | New | 8 | 2 |
QChar::isNumber_helperName: | QChar::isNumber_helper | Prototype: | bool QChar::isNumber_helper(uint ucs4) noexcept | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 884-892 | Comparison: | New |
| | New | 6 | 2 |
QChar::isMarkName: | QChar::isMark | Prototype: | bool QChar::isMark(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 767-775 | Comparison: | New |
| | New | 6 | 2 |
QChar::isLetter_helperName: | QChar::isLetter_helper | Prototype: | bool QChar::isLetter_helper(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 849-859 | Comparison: | New |
| | New | 8 | 2 |
QChar::isLetterOrNumber_helperName: | QChar::isLetterOrNumber_helper | Prototype: | bool QChar::isLetterOrNumber_helper(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 913-926 | Comparison: | New |
| | New | 11 | 2 |
QChar::hasMirroredName: | QChar::hasMirrored | Prototype: | bool QChar::hasMirrored(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1192-1197 | Comparison: | New |
| | New | 3 | 2 |
QChar::directionName: | QChar::direction | Prototype: | QChar::Direction QChar::direction(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1110-1115 | Comparison: | New |
| | New | 3 | 2 |
QChar::digitValueName: | QChar::digitValue | Prototype: | int QChar::digitValue(uint ucs4) noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1076-1081 | Comparison: | New |
| | New | 3 | 2 |
QChar::decompositionTagName: | QChar::decompositionTag | Prototype: | QChar::Decomposition QChar::decompositionTag(uint ucs4) noexcept | Coverage: | 92.308% (12/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1358-1366 | Comparison: | New |
| | New | 6 | 3 |
QChar::currentUnicodeVersionName: | QChar::currentUnicodeVersion | Prototype: | QChar::UnicodeVersion QChar::currentUnicodeVersion() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1433-1436 | Comparison: | New |
| | New | 1 | 1 |
QChar::combiningClassName: | QChar::combiningClass | Prototype: | unsigned char QChar::combiningClass(uint ucs4) noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1384-1389 | Comparison: | New |
| | New | 3 | 2 |
QChar::categoryName: | QChar::category | Prototype: | QChar::Category QChar::category(uint ucs4) noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1093-1098 | Comparison: | New |
| | New | 3 | 2 |
QByteArray::operator=Name: | QByteArray::operator= | Prototype: | QByteArray &QByteArray::operator=(const QByteArray & other) noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 1140-1147 | Comparison: | New |
| | New | 5 | 2 |
QByteArray::insertName: | QByteArray::insert | Prototype: | QByteArray &QByteArray::insert(int i, int count, char ch) | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2074-2088 | Comparison: | New |
| | New | 11 | 4 |
QBasicMutex::unlockInternalName: | QBasicMutex::unlockInternal | Prototype: | void QBasicMutex::unlockInternal() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | Lines: | 191-201 | Comparison: | New |
| | New | 7 | 1 |
QBasicMutex::lockInternalName: | QBasicMutex::lockInternal | Prototype: | void QBasicMutex::lockInternal() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | Lines: | 177-181 | Comparison: | New |
| | New | 2 | 1 |
QBasicMutex::lockInternalName: | QBasicMutex::lockInternal | Prototype: | bool QBasicMutex::lockInternal(int timeout) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | Lines: | 183-189 | Comparison: | New |
| | New | 4 | 1 |
QBasicMutex::isRecursiveName: | QBasicMutex::isRecursive | Prototype: | bool QBasicMutex::isRecursive() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 285-288 | Comparison: | New |
| | New | 1 | 1 |
QBasicMutex::isRecursiveName: | QBasicMutex::isRecursive | Prototype: | bool QBasicMutex::isRecursive() const noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 296-299 | Comparison: | New |
| | New | 1 | 1 |
QBasicDrag::cancelDragName: | QBasicDrag::cancelDrag | Prototype: | void QBasicDrag::cancelDrag() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | Lines: | 201-207 | Comparison: | New |
| | New | 3 | 2 |
QBasicAtomicBitField::allocateSpecificName: | QBasicAtomicBitField::allocateSpecific | Prototype: | bool allocateSpecific(int which) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | Lines: | 411-425 | Comparison: | New |
| | New | 5 | 1 |
QBasicAtomicBitField::allocateNextName: | QBasicAtomicBitField::allocateNext | Prototype: | int allocateNext() noexcept | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | Lines: | 427-444 | Comparison: | New |
| | New | 6 | 3 |
QArrayData::deallocateName: | QArrayData::deallocate | Prototype: | void QArrayData::deallocate(QArrayData *data, size_t objectSize, size_t alignment) noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qarraydata.cpp | Lines: | 125-141 | Comparison: | New |
| | New | 20 | 2 |
QArrayData::allocateName: | QArrayData::allocate | Prototype: | QArrayData *QArrayData::allocate(size_t objectSize, size_t alignment, size_t capacity, AllocationOptions options) noexcept | Coverage: | 86.364% (19/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qarraydata.cpp | Lines: | 66-123 | Comparison: | New |
| | New | 33 | 7 |
QAbstractSocketPrivate::writeToSocketName: | QAbstractSocketPrivate::writeToSocket | Prototype: | bool QAbstractSocketPrivate::writeToSocket() | Coverage: | 94.444% (34/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | Lines: | 829-886 | Comparison: | New |
| | New | 26 | 8 |
QAbstractSocketPrivate::emitReadyReadName: | QAbstractSocketPrivate::emitReadyRead | Prototype: | void QAbstractSocketPrivate::emitReadyRead() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | Lines: | 1296-1306 | Comparison: | New |
| | New | 6 | 2 |
QAbstractSocketEngine::outboundStreamCountName: | QAbstractSocketEngine::outboundStreamCount | Prototype: | int QAbstractSocketEngine::outboundStreamCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocketengine.cpp | Lines: | 271-274 | Comparison: | New |
| | New | 1 | 1 |
QAbstractSocketEngine::inboundStreamCountName: | QAbstractSocketEngine::inboundStreamCount | Prototype: | int QAbstractSocketEngine::inboundStreamCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocketengine.cpp | Lines: | 266-269 | Comparison: | New |
| | New | 1 | 1 |
QAbstractSliderPrivate::itemviewChangeSingleStepName: | QAbstractSliderPrivate::itemviewChangeSingleStep | Prototype: | void QAbstractSliderPrivate::itemviewChangeSingleStep(int step) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractslider.cpp | Lines: | 966-971 | Comparison: | New |
| | New | 3 | 2 |
QAbstractOpenGLFunctionsPrivate::functionsBackendName: | QAbstractOpenGLFunctionsPrivate::functionsBackend | Prototype: | QOpenGLVersionFunctionsBackend *QAbstractOpenGLFunctionsPrivate::functionsBackend(QOpenGLContext *context, QOpenGLVersionFunctionsBackend::Version v) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglversionfunctions.cpp | Lines: | 118-123 | Comparison: | New |
| | New | 3 | 1 |
QAbstractItemViewPrivate::selectedDraggableIndexes::[lambda]Name: | QAbstractItemViewPrivate::selectedDraggableIndexes::[lambda] | Prototype: | [this](const QModelIndex &index) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | Lines: | 4479-4481 | Comparison: | New |
| | New | 1 | 1 |
QAbstractItemView::selectedIndexes::[lambda]Name: | QAbstractItemView::selectedIndexes::[lambda] | Prototype: | [this](const QModelIndex &idx) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | Lines: | 2614-2616 | Comparison: | New |
| | New | 1 | 1 |
QAbstractItemView::resetVerticalScrollModeName: | QAbstractItemView::resetVerticalScrollMode | Prototype: | void QAbstractItemView::resetVerticalScrollMode() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | Lines: | 1284-1289 | Comparison: | New |
| | New | 3 | 1 |
QAbstractItemView::resetHorizontalScrollModeName: | QAbstractItemView::resetHorizontalScrollMode | Prototype: | void QAbstractItemView::resetHorizontalScrollMode() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | Lines: | 1321-1326 | Comparison: | New |
| | New | 3 | 1 |
QAbstractItemModelPrivate::invalidatePersistentIndexesName: | QAbstractItemModelPrivate::invalidatePersistentIndexes | Prototype: | void QAbstractItemModelPrivate::invalidatePersistentIndexes() | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 505-512 | Comparison: | New |
| | New | 4 | 2 |
QAbstractItemModelPrivate::invalidatePersistentIndexName: | QAbstractItemModelPrivate::invalidatePersistentIndex | Prototype: | void QAbstractItemModelPrivate::invalidatePersistentIndex(const QModelIndex &index) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 519-527 | Comparison: | New |
| | New | 6 | 2 |
QAbstractItemModelPrivate::QAbstractItemModelPrivateName: | QAbstractItemModelPrivate::QAbstractItemModelPrivate | Prototype: | QAbstractItemModelPrivate::QAbstractItemModelPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 489-494 | Comparison: | New |
| | New | 2 | 1 |
QAbstractItemModel::mimeTypes::[lambda]Name: | QAbstractItemModel::mimeTypes::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 1848-1848 | Comparison: | New |
| | New | 0 | 1 |
QAbstractConcatenable::convertFromAsciiName: | QAbstractConcatenable::convertFromAscii | Prototype: | void QAbstractConcatenable::convertFromAscii(const char *a, int len, QChar *&out) noexcept | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringbuilder.cpp | Lines: | 111-119 | Comparison: | New |
| | New | 5 | 3 |
QAbstractConcatenable::appendLatin1ToName: | QAbstractConcatenable::appendLatin1To | Prototype: | void QAbstractConcatenable::appendLatin1To(const char *a, int len, QChar *out) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10743-10746 | Comparison: | New |
| | New | 1 | 1 |