Function | Condition % | Modifications | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
setRgbaName: | QColor::setRgba | Prototype: | void QColor::setRgba(QRgb rgba) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 980-988 | Comparison: | New |
| | New | 6 | 1 |
setRgba64Name: | QColor::setRgba64 | Prototype: | void QColor::setRgba64(QRgba64 rgba) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1014-1022 | Comparison: | New |
| | New | 6 | 1 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
valueName: | QColor::value | Prototype: | int QColor::value() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1320-1325 | Comparison: | New |
| | New | 3 | 2 |
valueFName: | QColor::valueF | Prototype: | qreal QColor::valueF() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1382-1387 | Comparison: | New |
| | New | 3 | 2 |
yellowName: | QColor::yellow | Prototype: | int QColor::yellow() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1502-1507 | Comparison: | New |
| | New | 3 | 2 |
yellowFName: | QColor::yellowF | Prototype: | qreal QColor::yellowF() const noexcept | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1551-1556 | Comparison: | New |
| | New | 3 | 2 |
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 |
toCmykName: | QColor::toCmyk | Prototype: | QColor QColor::toCmyk() const noexcept | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1828-1862 | Comparison: | New |
| | New | 23 | 4 |
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 |
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 |
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 |
toHsvName: | QColor::toHsv | Prototype: | QColor QColor::toHsv() const noexcept | Coverage: | 0.000% (0/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1721-1765 | Comparison: | New |
| | New | 32 | 8 |
toHslName: | QColor::toHsl | Prototype: | QColor QColor::toHsl() const noexcept | Coverage: | 0.000% (0/42) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1772-1821 | Comparison: | New |
| | New | 36 | 9 |
toRgbName: | QColor::toRgb | Prototype: | QColor QColor::toRgb() const noexcept | Coverage: | 0.000% (0/76) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1575-1709 | Comparison: | New |
| | New | 88 | 23 |