| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QInputDialog::intValue| Name: | QInputDialog::intValue | | Prototype: | int QInputDialog::intValue() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 822-830 |
| | 4 | 2 |
QInputDialog::intStep| Name: | QInputDialog::intStep | | Prototype: | int QInputDialog::intStep() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 909-917 |
| | 4 | 2 |
QInputDialog::intMinimum| Name: | QInputDialog::intMinimum | | Prototype: | int QInputDialog::intMinimum() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 847-855 |
| | 4 | 2 |
QInputDialog::intMaximum| Name: | QInputDialog::intMaximum | | Prototype: | int QInputDialog::intMaximum() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 872-880 |
| | 4 | 2 |
QInputDialog::inputMode| Name: | QInputDialog::inputMode | | Prototype: | QInputDialog::InputMode QInputDialog::inputMode() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 572-585 |
| | 7 | 4 |
QInputDialog::getText| Name: | QInputDialog::getText | | Prototype: | QString QInputDialog::getText(QWidget *parent, const QString &title, const QString &label, QLineEdit::EchoMode mode, const QString &text, bool *ok, Qt::WindowFlags flags, Qt::InputMethodHints inputMethodHints) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1204-1223 |
| | 12 | 3 |
QInputDialog::getMultiLineText| Name: | QInputDialog::getMultiLineText | | Prototype: | QString QInputDialog::getMultiLineText(QWidget *parent, const QString &title, const QString &label, const QString &text, bool *ok, Qt::WindowFlags flags, Qt::InputMethodHints inputMethodHints) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1256-1275 |
| | 12 | 3 |
QInputDialog::getItem| Name: | QInputDialog::getItem | | Prototype: | QString QInputDialog::getItem(QWidget *parent, const QString &title, const QString &label, const QStringList &items, int current, bool editable, bool *ok, Qt::WindowFlags flags, Qt::InputMethodHints inputMethodHints) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1443-1465 |
| | 14 | 3 |
QInputDialog::getInt| Name: | QInputDialog::getInt | | Prototype: | int QInputDialog::getInt(QWidget *parent, const QString &title, const QString &label, int value, int min, int max, int step, bool *ok, Qt::WindowFlags flags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1308-1326 |
| | 12 | 3 |
QInputDialog::getDouble| Name: | QInputDialog::getDouble | | Prototype: | double QInputDialog::getDouble(QWidget *parent, const QString &title, const QString &label, double value, double min, double max, int decimals, bool *ok, Qt::WindowFlags flags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1389-1408 |
| | 12 | 3 |
QInputDialog::doubleValue| Name: | QInputDialog::doubleValue | | Prototype: | double QInputDialog::doubleValue() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 934-942 |
| | 4 | 2 |
QInputDialog::doubleMinimum| Name: | QInputDialog::doubleMinimum | | Prototype: | double QInputDialog::doubleMinimum() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 959-967 |
| | 4 | 2 |
QInputDialog::doubleMaximum| Name: | QInputDialog::doubleMaximum | | Prototype: | double QInputDialog::doubleMaximum() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 984-992 |
| | 4 | 2 |
QInputDialog::doubleDecimals| Name: | QInputDialog::doubleDecimals | | Prototype: | int QInputDialog::doubleDecimals() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1022-1030 |
| | 4 | 2 |
QInputDialog::done| Name: | QInputDialog::done | | Prototype: | void QInputDialog::done(int result) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1148-1172 |
| | 16 | 6 |
QInputDialog::comboBoxItems| Name: | QInputDialog::comboBoxItems | | Prototype: | QStringList QInputDialog::comboBoxItems() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 794-805 |
| | 8 | 3 |
QInputDialog::cancelButtonText| Name: | QInputDialog::cancelButtonText | | Prototype: | QString QInputDialog::cancelButtonText() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1066-1071 |
| | 3 | 1 |
QInputDialog::QInputDialog| Name: | QInputDialog::QInputDialog | | Prototype: | QInputDialog::QInputDialog(QWidget *parent, Qt::WindowFlags flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 518-521 |
| | 2 | 1 |
QInputDeviceManagerPrivate::setDeviceCount| Name: | QInputDeviceManagerPrivate::setDeviceCount | | Prototype: | void QInputDeviceManagerPrivate::setDeviceCount(QInputDeviceManager::DeviceType type, int count) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputdevicemanager.cpp | | Lines: | 81-88 |
| | 4 | 2 |
QInputDeviceManagerPrivate::deviceCount| Name: | QInputDeviceManagerPrivate::deviceCount | | Prototype: | int QInputDeviceManagerPrivate::deviceCount(QInputDeviceManager::DeviceType type) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputdevicemanager.cpp | | Lines: | 76-79 |
| | 1 | 1 |
QInputDeviceManager::setCursorPos| Name: | QInputDeviceManager::setCursorPos | | Prototype: | void QInputDeviceManager::setCursorPos(const QPoint &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputdevicemanager.cpp | | Lines: | 90-93 |
| | 1 | 1 |
QInputDeviceManager::deviceCount| Name: | QInputDeviceManager::deviceCount | | Prototype: | int QInputDeviceManager::deviceCount(DeviceType type) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputdevicemanager.cpp | | Lines: | 70-74 |
| | 2 | 1 |
QInputDeviceManager::QInputDeviceManager| Name: | QInputDeviceManager::QInputDeviceManager | | Prototype: | QInputDeviceManager::QInputDeviceManager(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputdevicemanager.cpp | | Lines: | 64-68 |
| | 1 | 1 |
QImageWriterPrivate::canWriteHelper| Name: | QImageWriterPrivate::canWriteHelper | | Prototype: | bool QImageWriterPrivate::canWriteHelper() | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 293-313 |
| | 15 | 5 |
QImageWriterPrivate::QImageWriterPrivate| Name: | QImageWriterPrivate::QImageWriterPrivate | | Prototype: | QImageWriterPrivate::QImageWriterPrivate(QImageWriter *qq) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 276-291 |
| | 12 | 1 |
QImageWriter::~QImageWriter| Name: | QImageWriter::~QImageWriter | | Prototype: | QImageWriter::~QImageWriter() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 354-360 |
| | 4 | 2 |
QImageWriter::write| Name: | QImageWriter::write | | Prototype: | bool QImageWriter::write(const QImage &image) | | Coverage: | 0.000% (0/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 744-774 |
| | 25 | 12 |
QImageWriter::transformation| Name: | QImageWriter::transformation | | Prototype: | QImageIOHandler::Transformations QImageWriter::transformation() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 649-652 |
| | 1 | 1 |
QImageWriter::supportsOption| Name: | QImageWriter::supportsOption | | Prototype: | bool QImageWriter::supportsOption(QImageIOHandler::ImageOption option) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 813-822 |
| | 5 | 2 |
QImageWriter::supportedSubTypes| Name: | QImageWriter::supportedSubTypes | | Prototype: | QList<QByteArray> QImageWriter::supportedSubTypes() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 563-568 |
| | 3 | 2 |
QImageWriter::supportedMimeTypes| Name: | QImageWriter::supportedMimeTypes | | Prototype: | QList<QByteArray> QImageWriter::supportedMimeTypes() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 934-965 |
| | 12 | 1 |
QImageWriter::supportedImageFormats| Name: | QImageWriter::supportedImageFormats | | Prototype: | QList<QByteArray> QImageWriter::supportedImageFormats() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 895-924 |
| | 10 | 1 |
QImageWriter::subType| Name: | QImageWriter::subType | | Prototype: | QByteArray QImageWriter::subType() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 553-556 |
| | 1 | 1 |
QImageWriter::setTransformation| Name: | QImageWriter::setTransformation | | Prototype: | void QImageWriter::setTransformation(QImageIOHandler::Transformations transform) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 637-640 |
| | 1 | 1 |
QImageWriter::setText| Name: | QImageWriter::setText | | Prototype: | void QImageWriter::setText(const QString &key, const QString &text) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 707-712 |
| | 3 | 2 |
QImageWriter::setSubType| Name: | QImageWriter::setSubType | | Prototype: | void QImageWriter::setSubType(const QByteArray &type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 541-544 |
| | 1 | 1 |
QImageWriter::setQuality| Name: | QImageWriter::setQuality | | Prototype: | void QImageWriter::setQuality(int quality) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 463-466 |
| | 1 | 1 |
QImageWriter::setProgressiveScanWrite| Name: | QImageWriter::setProgressiveScanWrite | | Prototype: | void QImageWriter::setProgressiveScanWrite(bool progressive) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 610-613 |
| | 1 | 1 |
QImageWriter::setOptimizedWrite| Name: | QImageWriter::setOptimizedWrite | | Prototype: | void QImageWriter::setOptimizedWrite(bool optimize) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 581-584 |
| | 1 | 1 |
QImageWriter::setGamma| Name: | QImageWriter::setGamma | | Prototype: | void QImageWriter::setGamma(float gamma) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 514-517 |
| | 1 | 1 |
QImageWriter::setFormat| Name: | QImageWriter::setFormat | | Prototype: | void QImageWriter::setFormat(const QByteArray &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 373-376 |
| | 1 | 1 |
QImageWriter::setFileName| Name: | QImageWriter::setFileName | | Prototype: | void QImageWriter::setFileName(const QString &fileName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 428-432 |
| | 2 | 1 |
QImageWriter::setDevice| Name: | QImageWriter::setDevice | | Prototype: | void QImageWriter::setDevice(QIODevice *device) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 401-410 |
| | 6 | 2 |
QImageWriter::setDescription| Name: | QImageWriter::setDescription | | Prototype: | void QImageWriter::setDescription(const QString &description) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 667-670 |
| | 1 | 1 |
QImageWriter::setCompression| Name: | QImageWriter::setCompression | | Prototype: | void QImageWriter::setCompression(int compression) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 489-492 |
| | 1 | 1 |
QImageWriter::quality| Name: | QImageWriter::quality | | Prototype: | int QImageWriter::quality() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 473-476 |
| | 1 | 1 |
QImageWriter::progressiveScanWrite| Name: | QImageWriter::progressiveScanWrite | | Prototype: | bool QImageWriter::progressiveScanWrite() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 622-625 |
| | 1 | 1 |
QImageWriter::optimizedWrite| Name: | QImageWriter::optimizedWrite | | Prototype: | bool QImageWriter::optimizedWrite() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 593-596 |
| | 1 | 1 |
QImageWriter::gamma| Name: | QImageWriter::gamma | | Prototype: | float QImageWriter::gamma() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 524-527 |
| | 1 | 1 |
QImageWriter::format| Name: | QImageWriter::format | | Prototype: | QByteArray QImageWriter::format() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 383-386 |
| | 1 | 1 |
QImageWriter::fileName| Name: | QImageWriter::fileName | | Prototype: | QString QImageWriter::fileName() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 443-447 |
| | 2 | 1 |
QImageWriter::errorString| Name: | QImageWriter::errorString | | Prototype: | QString QImageWriter::errorString() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 791-794 |
| | 1 | 1 |
QImageWriter::error| Name: | QImageWriter::error | | Prototype: | QImageWriter::ImageWriterError QImageWriter::error() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 781-784 |
| | 1 | 1 |
QImageWriter::device| Name: | QImageWriter::device | | Prototype: | QIODevice *QImageWriter::device() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 416-419 |
| | 1 | 1 |
QImageWriter::description| Name: | QImageWriter::description | | Prototype: | QString QImageWriter::description() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 681-684 |
| | 1 | 1 |
QImageWriter::compression| Name: | QImageWriter::compression | | Prototype: | int QImageWriter::compression() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 499-502 |
| | 1 | 1 |
QImageWriter::canWrite| Name: | QImageWriter::canWrite | | Prototype: | bool QImageWriter::canWrite() const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 720-731 |
| | 7 | 3 |
QImageWriter::QImageWriter| Name: | QImageWriter::QImageWriter | | Prototype: | QImageWriter::QImageWriter() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 320-323 |
| | 2 | 1 |
QImageWriter::QImageWriter| Name: | QImageWriter::QImageWriter | | Prototype: | QImageWriter::QImageWriter(QIODevice *device, const QByteArray &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 329-334 |
| | 2 | 1 |
QImageWriter::QImageWriter| Name: | QImageWriter::QImageWriter | | Prototype: | QImageWriter::QImageWriter(const QString &fileName, const QByteArray &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 342-349 |
| | 4 | 1 |
QImageTextureGlyphCache::resizeTextureData| Name: | QImageTextureGlyphCache::resizeTextureData | | Prototype: | void QImageTextureGlyphCache::resizeTextureData(int width, int height) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtextureglyphcache.cpp | | Lines: | 284-287 |
| | 1 | 1 |
QImageTextureGlyphCache::fillTexture| Name: | QImageTextureGlyphCache::fillTexture | | Prototype: | void QImageTextureGlyphCache::fillTexture(const Coord &c, glyph_t g, QFixed subPixelPosition) | | Coverage: | 0.000% (0/59) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtextureglyphcache.cpp | | Lines: | 309-400 |
| | 50 | 19 |
QImageTextureGlyphCache::createTextureData| Name: | QImageTextureGlyphCache::createTextureData | | Prototype: | void QImageTextureGlyphCache::createTextureData(int width, int height) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtextureglyphcache.cpp | | Lines: | 289-307 |
| | 10 | 6 |
QImageScale::qimageFreeScaleInfo| Name: | QImageScale::qimageFreeScaleInfo | | Prototype: | QImageScaleInfo* QImageScale::qimageFreeScaleInfo(QImageScaleInfo *isi) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | | Lines: | 217-227 |
| | 7 | 2 |
QImageScale::qimageCalcYPoints| Name: | QImageScale::qimageCalcYPoints | | Prototype: | const unsigned int** QImageScale::qimageCalcYPoints(const unsigned int *src, int sw, int sh, int dh) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | | Lines: | 111-139 |
| | 19 | 5 |
QImageScale::qimageCalcXPoints| Name: | QImageScale::qimageCalcXPoints | | Prototype: | int* QImageScale::qimageCalcXPoints(int sw, int dw) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | | Lines: | 141-168 |
| | 18 | 5 |
QImageScale::qimageCalcScaleInfo| Name: | QImageScale::qimageCalcScaleInfo | | Prototype: | QImageScaleInfo* QImageScale::qimageCalcScaleInfo(const QImage &img, int sw, int sh, int dw, int dh, char aa) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | | Lines: | 229-262 |
| | 24 | 7 |
QImageScale::qimageCalcApoints| Name: | QImageScale::qimageCalcApoints | | Prototype: | int* QImageScale::qimageCalcApoints(int s, int d, int up) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | | Lines: | 170-215 |
| | 31 | 9 |
QImageReaderPrivate::~QImageReaderPrivate| Name: | QImageReaderPrivate::~QImageReaderPrivate | | Prototype: | QImageReaderPrivate::~QImageReaderPrivate() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 574-579 |
| | 3 | 2 |
QImageReaderPrivate::initHandler| Name: | QImageReaderPrivate::initHandler | | Prototype: | bool QImageReaderPrivate::initHandler() | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 584-629 |
| | 27 | 8 |
QImageReaderPrivate::getText| Name: | QImageReaderPrivate::getText | | Prototype: | void QImageReaderPrivate::getText() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 634-648 |
| | 8 | 4 |
QImageReaderPrivate::QImageReaderPrivate| Name: | QImageReaderPrivate::QImageReaderPrivate | | Prototype: | QImageReaderPrivate::QImageReaderPrivate(QImageReader *qq) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 558-569 |
| | 7 | 1 |
QImageReader::~QImageReader| Name: | QImageReader::~QImageReader | | Prototype: | QImageReader::~QImageReader() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 688-691 |
| | 1 | 1 |
QImageReader::transformation| Name: | QImageReader::transformation | | Prototype: | QImageIOHandler::Transformations QImageReader::transformation() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1166-1172 |
| | 4 | 2 |
QImageReader::textKeys| Name: | QImageReader::textKeys | | Prototype: | QStringList QImageReader::textKeys() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 983-987 |
| | 2 | 1 |
QImageReader::text| Name: | QImageReader::text | | Prototype: | QString QImageReader::text(const QString &key) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 999-1003 |
| | 2 | 1 |
QImageReader::supportsOption| Name: | QImageReader::supportsOption | | Prototype: | bool QImageReader::supportsOption(QImageIOHandler::ImageOption option) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1553-1558 |
| | 3 | 2 |
QImageReader::supportsAnimation| Name: | QImageReader::supportsAnimation | | Prototype: | bool QImageReader::supportsAnimation() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1119-1126 |
| | 5 | 3 |
QImageReader::supportedSubTypes| Name: | QImageReader::supportedSubTypes | | Prototype: | QList<QByteArray> QImageReader::supportedSubTypes() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1148-1156 |
| | 5 | 3 |
QImageReader::supportedMimeTypes| Name: | QImageReader::supportedMimeTypes | | Prototype: | QList<QByteArray> QImageReader::supportedMimeTypes() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1654-1668 |
| | 8 | 2 |
QImageReader::supportedImageFormats| Name: | QImageReader::supportedImageFormats | | Prototype: | QList<QByteArray> QImageReader::supportedImageFormats() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1629-1643 |
| | 8 | 2 |
QImageReader::subType| Name: | QImageReader::subType | | Prototype: | QByteArray QImageReader::subType() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1133-1141 |
| | 5 | 3 |
QImageReader::size| Name: | QImageReader::size | | Prototype: | QSize QImageReader::size() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 937-946 |
| | 5 | 3 |
QImageReader::setScaledSize| Name: | QImageReader::setScaledSize | | Prototype: | void QImageReader::setScaledSize(const QSize &size) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1039-1042 |
| | 1 | 1 |
QImageReader::setScaledClipRect| Name: | QImageReader::setScaledClipRect | | Prototype: | void QImageReader::setScaledClipRect(const QRect &rect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1061-1064 |
| | 1 | 1 |
QImageReader::setQuality| Name: | QImageReader::setQuality | | Prototype: | void QImageReader::setQuality(int quality) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 909-912 |
| | 1 | 1 |
QImageReader::setGamma| Name: | QImageReader::setGamma | | Prototype: | void QImageReader::setGamma(float gamma) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1223-1227 |
| | 2 | 2 |
QImageReader::setFormat| Name: | QImageReader::setFormat | | Prototype: | void QImageReader::setFormat(const QByteArray &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 704-707 |
| | 1 | 1 |
QImageReader::setFileName| Name: | QImageReader::setFileName | | Prototype: | void QImageReader::setFileName(const QString &fileName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 868-872 |
| | 2 | 1 |
QImageReader::setDevice| Name: | QImageReader::setDevice | | Prototype: | void QImageReader::setDevice(QIODevice *device) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 837-846 |
| | 7 | 2 |
QImageReader::setDecideFormatFromContent| Name: | QImageReader::setDecideFormatFromContent | | Prototype: | void QImageReader::setDecideFormatFromContent(bool ignored) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 804-807 |
| | 1 | 1 |
QImageReader::setClipRect| Name: | QImageReader::setClipRect | | Prototype: | void QImageReader::setClipRect(const QRect &rect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1012-1015 |
| | 1 | 1 |
QImageReader::setBackgroundColor| Name: | QImageReader::setBackgroundColor | | Prototype: | void QImageReader::setBackgroundColor(const QColor &color) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1085-1091 |
| | 4 | 3 |
QImageReader::setAutoTransform| Name: | QImageReader::setAutoTransform | | Prototype: | void QImageReader::setAutoTransform(bool enabled) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1182-1186 |
| | 2 | 1 |
QImageReader::setAutoDetectImageFormat| Name: | QImageReader::setAutoDetectImageFormat | | Prototype: | void QImageReader::setAutoDetectImageFormat(bool enabled) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 773-776 |
| | 1 | 1 |
QImageReader::scaledSize| Name: | QImageReader::scaledSize | | Prototype: | QSize QImageReader::scaledSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1049-1052 |
| | 1 | 1 |
QImageReader::scaledClipRect| Name: | QImageReader::scaledClipRect | | Prototype: | QRect QImageReader::scaledClipRect() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1071-1074 |
| | 1 | 1 |
QImageReader::read| Name: | QImageReader::read | | Prototype: | QImage QImageReader::read() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1279-1285 |
| | 2 | 1 |
QImageReader::read| Name: | QImageReader::read | | Prototype: | bool QImageReader::read(QImage *image) | | Coverage: | 0.000% (0/104) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1309-1402 |
| | 45 | 25 |
QImageReader::quality| Name: | QImageReader::quality | | Prototype: | int QImageReader::quality() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 921-924 |
| | 1 | 1 |